davidjanmercado / sqlite-jdbc

Automatically exported from code.google.com/p/sqlite-jdbc
Apache License 2.0
0 stars 0 forks source link

JVM crash freeing invalid pointer under JRuby #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We are investigating a user report of a hard crash within the sqlite-jdbc 
driver: http://jira.codehaus.org/browse/JRUBY-6770

The error shown in the bug indicates that an invalid pointer is being freed by 
some code in the native part of the driver:

/tmp/sqlite-3.7.2-libsqlitejdbc.so(sqlite3_initialize+0x376)[0x2aaab27593f8]

We have requested information from the user about how to reproduce this, and 
also suggested updating the version of the driver from 3.7.2 to a more recent 
build, but I figured since this is buried deep in the native code for 
sqlite-jdbc I should file a report here.

We will continue to update this issue as information comes in. If there's a 
known crash similar to this that is fixed in a version after 3.7.2, please let 
us know.

Original issue reported on code.google.com by head...@headius.com on 24 Jul 2012 at 7:47