Folks- Apologies if this isn't the forum to ask this question. Pointers to the right place would be appreciated if it isn't.
In a stand-alone JAVA app built under Eclipse and using SWT I _sometimes_ crash the JVM when executing code in NativeDB.c around line 249. In the code at that point there is a comment "//disaster" so it might be that someone else has encountered a problem here. I don't know enough about the problem to diagnose it further or to isolate it into a test case. The crash shows up in both in IcedTea6 1.3.1 (6b12-0ubuntu6.1) Runtime Environment (build 1.6.0_0-b12) OpenJDK 64-Bit Server VM (build 1.6.0_0-b12, mixed mode) and in OpenJDK. I'm using v054 of SQLiteJDBC and the problem shows up with the combined jar, the native Jar with a matching library, and with the native jar and NativeDB.c / slqite 3.6.10 in a new .so -- so both the standard and newest versions of the SW show the problem. In a truly bizarre twist, the problem first showed up when I included a SWT Browser widget in my app. When I take the browser widgets out and replace them with Label widgets (to hold the messages I display) the problem goes away. I know Firefox uses sqlite in some way but I don't know if that has anything to do with this. Any help would be appreciated. Thanks in advance. -C --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [email protected] -~----------~----~----~----~------~----~------~--~---
