Issue Type: Bug Bug
Affects Versions: JRuby 1.6.2
Assignee: Unassigned
Components: JRuby-extras
Created: 10/Jul/12 5:34 PM
Description:

When attempting to use the jdbcsqlite3 adapter (in order to avoid native sqlite3 issues with jruby), the ActiveRecord request results in the following crash (further information can be provided):

[rails@ta-lab-hadoop-1 recommendation]$ rails server webrick
=> Booting WEBrick
=> Rails 3.2.3 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2012-07-10 16:32:39] INFO WEBrick 1.3.1
[2012-07-10 16:32:39] INFO ruby 1.9.2 (2012-05-01) [java]
[2012-07-10 16:32:39] INFO WEBrick::HTTPServer#start: pid=6827 port=3000

      • glibc detected *** /usr/bin/java: free(): invalid pointer: 0x0000000044f5df28 ***
        ======= Backtrace: =========
        /lib64/libc.so.6[0x3114e70d7f]
        /lib64/libc.so.6(cfree+0x4b)[0x3114e711db]
        /tmp/sqlite-3.7.2-libsqlitejdbc.so(sqlite3_initialize+0x376)[0x2aaab27593f8]
        /tmp/sqlite-3.7.2-libsqlitejdbc.so[0x2aaab2775d5f]
        /tmp/sqlite-3.7.2-libsqlitejdbc.so(Java_org_sqlite_NativeDB__1open+0x5e)[0x2aaab274d389]
        [0x2aaaab04b5cf]
Environment: CentOS 5.8 (rebuilt libjruby-cext.so using gcc44)
Project: JRuby
Priority: Major Major
Reporter: Jonathan Edwards
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to