You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Chris Elford (JIRA)" <ji...@apache.org> on 2008/01/10 21:05:34 UTC

[jira] Reopened: (HARMONY-3117) [db2] IBM DB2 JDBC "sample apps" crash on exit

     [ https://issues.apache.org/jira/browse/HARMONY-3117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Elford reopened HARMONY-3117:
-----------------------------------


Hi Gregory,

I've installed DB2 9.1 (the original DB2) on an EM64T linux and tried with M4.  It fails with this stack.  Similar behavior to before (it is at the end during application finish).  

(gdb) bt full
#0  0x00002aaaaabeeaac in Properties::get ()
   from /opt/java/harmony-jre-603534/bin/default/libharmonyvm.so
No symbol table info available.
#1  0x00002aaaaab0b13a in get_boolean_property ()
   from /opt/java/harmony-jre-603534/bin/default/libharmonyvm.so
No symbol table info available.
#2  0x00002aaaaab73e9c in is_gdb_crash_handler_enabled ()
   from /opt/java/harmony-jre-603534/bin/default/libharmonyvm.so
No symbol table info available.
#3  0x00002aaaaabf1426 in null_java_reference_handler ()
   from /opt/java/harmony-jre-603534/bin/default/libharmonyvm.so
No symbol table info available.
#4  <signal handler called>
No symbol table info available.
#5  0x00002aaac0fb78fa in ?? ()
No symbol table info available.
#6  0x00002aaac0e331c8 in ?? ()
No symbol table info available.
#7  0x00002b4c31129be0 in _dl_argv_internal () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#8  0x0000000000000000 in ?? ()
No symbol table info available.

I'll try to download/install DB2 9.5.

> [db2] IBM DB2 JDBC "sample apps" crash on exit
> ----------------------------------------------
>
>                 Key: HARMONY-3117
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3117
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>         Environment: EM64T -- RedHat Enterprise Linux 4 - U4
> IBM DB2 Express-C version9.1 
> Latest Harmony JRE binary download (vn = r487452, (Dec 15 2006), Linux/em64t/gcc 4.0.3, release build)
>            Reporter: Chris Elford
>            Assignee: Gregory Shimansky
>            Priority: Critical
>             Fix For: 5.0M4
>
>         Attachments: db2-setup.zip
>
>
> Putting critical because critical is defined as "Crashes, loss of data, severe memory leak."
> I was experimenting with whether DB2 JDBC connection will work with Harmony.    I am using the sample apps that come with DB2.  The JDBC layer appears to connect to the database successfully (which is good for Harmony) and queries appear to work (data comes thru).   However, during shutdown of the sample apps, the process regularly segfaults when using Harmony and exits cleanly using the BEA JRE and Sun JRE.
> crash behavior is consistent with both "java DbConn" (basic connection test) and "java TbSel" (basic sql select test) sample apps that come with the "free" version of DB2.
> unfortunately, the core file provides little insight.  
> (gdb) bt
> #0  0x0000002aaf5898fa in ?? ()
> #1  0x0000000000000000 in ?? ()
> (gdb) info threads
> * 1 process 22262  0x0000002aaf5898fa in ?? ()
> Attaching with debugger gives a possible hint:
> Program received signal SIGSEGV, Segmentation fault.
> 0x0000002aaf5898fa in OSSHLibrary::unload ()
>    from /home/db2inst/sqllib/lib64/libdb2osse.so.1
> (gdb) bt
> #0  0x0000002aaf5898fa in OSSHLibrary::unload ()
>    from /home/db2inst/sqllib/lib64/libdb2osse.so.1
> #1  0x0000002aacce93de in sqlexPluginUnload ()
>    from /home/db2inst/sqllib/lib64/libdb2.so.1
> #2  0x0000002aad1dd080 in sqlexAppLibTerm ()
>    from /home/db2inst/sqllib/lib64/libdb2.so.1
> #3  0x0000002aacc41afa in sqlmStreamFlagsAction ()
>    from /home/db2inst/sqllib/lib64/libdb2.so.1
> #4  0x0000002aacc41b83 in _ZN10appLibInitD9Ev ()
>    from /home/db2inst/sqllib/lib64/libdb2.so.1
> #5  0x0000002aacc41b73 in appLibInit::~appLibInit ()
>    from /home/db2inst/sqllib/lib64/libdb2.so.1
> #6  0x000000380df30c45 in exit () from /lib64/tls/libc.so.6
> #7  0x000000380df1c402 in __libc_start_main () from /lib64/tls/libc.so.6
> #8  0x000000000040096a in _start () at ../sysdeps/x86_64/elf/start.S:113
> It looks to me that the C++ destructors registered by some presumably JNI components are being invoked by the C runtime at process exit.  At this time there are no other threads remaining (i.e., java looks like it is done and gone) and presumably during the cleanup process something gets out of control.
> In contrast with the Sun Java5 JRE, there are 13 other threads remaining when the destructor runs and 12 other threads with the BEA Java5 JRE.
> I'm  not sure if this is a compatibility issue with the reference implementation or if is simply a hole in the JNI support that Harmony currently provides.  It appears to be 100% reproducable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.