On 04/15/2011 01:32 PM, Thomas Klausner wrote:
> On Fri, Apr 15, 2011 at 01:20:11PM +0700, Dan Kennedy wrote:
>> Can you post the stack-trace from the core file? With debugging
>> symbols if possible.
>
> Sorry, the backtrace is unusable:
> (gdb) bt
> #0  __nanosleep50 (rqtp=0x7f7fffffc1b0, rmtp=0x0)
>      at /archive/cvs/src/lib/libpthread/pthread_cancelstub.c:389
> #1  0x00007f7ff7708008 in ?? ()
> #2  0x00000000000001a4 in ?? ()
> #3  0x0000000000000202 in ?? ()
> #4  0x0000000000000000 in ?? ()

Are there any other threads in the process?

>
> Is there a way to get more useful output from the sqlite3 executable
> (that hangs?)?

Try attaching [gdb] to the running process:

   gdb <path-to-sqlite3> <pid-of-running-process>

Then run the [bt] command again.

Thanks,
Dan.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to