There are two mailing list threads related to this issue:

http://groups.google.com/group/sqlitejdbc/browse_thread/thread/49aa06ff81a00ae8/9326b916a3786be9#9326b916a3786be9

http://groups.google.com/group/sqlitejdbc/browse_thread/thread/5d9001fde538f37d/a84f164cc9e47b7e#a84f164cc9e47b7e

I think the problem can be avoided if you use the prepared statement only
on the same thread as its connection. Each thread/connection must
make and use its own prepared statements.

--- sakya <[EMAIL PROTECTED]> wrote:
> I've got a problem with the native driver.
> In some circumstances the JVM is crashing caused by an
> EXCEPTION_ACCESS_VIOLATION in sqlitejdbc.dll. This happens only from
> time to time, not in every case (for explanation: my application is
> saving its data periodically from memory to SQlite - only sometimes it
> crashes doing so).
> Any idea where the problem could be and how to remedy it?
> 
> Stack: [0x02c00000,0x02c50000),  sp=0x02c4f620,  free space=317k
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,
> C=native code)
> C  [sqlitejdbc.dll+0x43ca4]
> C  [sqlitejdbc.dll+0x1f8a3]
> C  [sqlitejdbc.dll+0x1ed1]
> J  org.sqlite.NativeDB.finalize(J)I
> J  org.sqlite.DB.finalize(Lorg/sqlite/RS;)I
> J  org.sqlite.PrepStmt.finalize()V
> v  ~StubRoutines::call_stub
> 
> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
> J  org.sqlite.NativeDB.finalize(J)I
> J  org.sqlite.DB.finalize(Lorg/sqlite/RS;)I
> J  org.sqlite.PrepStmt.finalize()V
> v  ~StubRoutines::call_stub
> J  java.lang.ref.Finalizer.invokeFinalizeMethod(Ljava/lang/Object;)V
> J  java.lang.ref.Finalizer.runFinalizer()V
> J  java.lang.ref.Finalizer.access$100(Ljava/lang/ref/Finalizer;)V
> j  java.lang.ref.Finalizer$FinalizerThread.run()V+11
> v  ~StubRoutines::call_stub



       
____________________________________________________________________________________
Got a little couch potato? 
Check out fun summer activities for kids.
http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz
 

--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to