You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thread 1 "R" received signal SIGSEGV, Segmentation fault.
0x00007efe9956cb40 in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
Here's the gdb backtrace:
Thread 1 "R" received signal SIGSEGV, Segmentation fault.
0x00007efe9956cb40 in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
(gdb) bt
#0 0x00007efe9956cb40 in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00007efe830517d3 in sqlite3_finalize (pStmt=0x55dbd1cd4740) at vendor/sqlite3/sqlite3.c:81567
#2 0x00007efe82fdee20 in SqliteResultImpl::~SqliteResultImpl (this=0x55dbd99ce850, __in_chrg=<optimized out>) at SqliteResultImpl.cpp:42
#3 0x00007efe82fd2ec3 in boost::checked_delete<SqliteResultImpl> (x=0x55dbd99ce850) at /usr/local/lib/R/site-library/BH/include/boost/core/checked_delete.hpp:34
#4 boost::scoped_ptr<SqliteResultImpl>::~scoped_ptr (this=0x55dbd1cd4750, __in_chrg=<optimized out>) at /usr/local/lib/R/site-library/BH/include/boost/smart_ptr/scoped_ptr.hpp:88
#5 DbResult::~DbResult (this=0x55dbd1cd4740, __in_chrg=<optimized out>) at DbResult.cpp:20
#6 0x00007efe82fe7348 in Rcpp::standard_delete_finalizer<DbResult> (obj=0x55dbd1cd4740) at /usr/local/lib/R/site-library/Rcpp/include/Rcpp/XPtr.h:31
#7 Rcpp::finalizer_wrapper<DbResult, &Rcpp::standard_delete_finalizer<DbResult> > (p=<optimized out>) at /usr/local/lib/R/site-library/Rcpp/include/Rcpp/XPtr.h:39
#8 0x00007efe82fe7199 in Rcpp::XPtr<DbResult, Rcpp::PreserveStorage, &Rcpp::standard_delete_finalizer<DbResult>, false>::release (this=0x7fff5ed09738) at /usr/local/lib/R/site-library/Rcpp/include/Rcpp/XPtr.h:173
#9 result_release (res=...) at result.cpp:17
#10 0x00007efe7cbbc845 in _RMariaDB_result_release (resSEXP=0x55dbda853b08) at RcppExports.cpp:175
#11 0x00007efe99add652 in ?? () from /usr/local/lib/R/lib/libR.so
#12 0x00007efe99ae7d60 in Rf_eval () from /usr/local/lib/R/lib/libR.so
Tell me if you can't reproduce it, I could try to build an ad-hoc docker.
If I execute this code:
It makes R crash:
Here's the gdb backtrace:
Tell me if you can't reproduce it, I could try to build an ad-hoc docker.
session info:
The text was updated successfully, but these errors were encountered: