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
When I run my java code with sqlite inside RStudio, using R console(rjava), I see the next text: Exception: java.lang.StackOverflowError thrown from the UncaughtExceptionHandler in thread "process reaper" on DriverManager.getConnection("jdbc:sqlite:/tmp/sample.db", config.toProperties());
I tried several versions of java, rjava, rtudio, sqlite.
Reproduce
Bug reproduces only with next conditions:
rjava call
ubuntu has not serial (one thread) openblas library (like libopenblas0-pthread)
you have to perform some investigation by yourself. This doesn't even contain a stack trace to look at. We don't have time nor willingness to debug your own issues.
@gotson
Sorry, I can't catch and print stacktrace inside rstudio via rjava call, I used flag with .jinit(parameters="-DrJava.debug=true"), and got stacktrace from rjava env that I added as txt. I prepared docker image for reproducing this problem.
@caesar0301 JFI, bc it's relevant for your product.
Description
When I run my java code with sqlite inside RStudio, using R console(rjava), I see the next text:
Exception: java.lang.StackOverflowError thrown from the UncaughtExceptionHandler in thread "process reaper" on
DriverManager.getConnection("jdbc:sqlite:/tmp/sample.db", config.toProperties());
I tried several versions of java, rjava, rtudio, sqlite.
Reproduce
Bug reproduces only with next conditions:
I prepare docker image for reproducing it:
https://github.com/NGirchev/debugsqlite
pls, read README.md
https://github.com/NGirchev/debugsqlite/blob/main/with_exception.txt
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: