Without seeing the java program, I'm guessing you're using the same 
connection or prepared statement from multiple threads at the same time.

Although the driver has mutexes for this sort of thing, perhaps something
was missed.

It would be helpful if you supplied a small java program that can reproduce
the problem.

--- 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?
> 
> #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6bb03ca4, pid=2340,
> tid=2748
> Current thread (0x02a82400):  JavaThread "Finalizer" daemon
> [_thread_in_native, id=2748]
> 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



       
____________________________________________________________________________________
Sick sense of humor? Visit Yahoo! TV's 
Comedy with an Edge to see what's on, when. 
http://tv.yahoo.com/collections/222

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

Reply via email to