scsh-hackers
[Top] [All Lists]

Re: C extension problems

To: Kristof Bastiaensen <kristof@vleeuwen.org>
Subject: Re: C extension problems
From: Michael Sperber <sperber@informatik.uni-tuebingen.de>
Date: Thu, 29 Dec 2005 07:55:44 +0100
Cc: scsh-hackers@scsh.net
List-id: Discussion among the implementors <scsh-hackers.list-id.scsh.net>
Kristof Bastiaensen <kristof@vleeuwen.org> writes:

> #0  0x41527124 in __pthread_sigsuspend () from /lib/libpthread.so.0
> #1  0x41525f29 in __pthread_wait_for_restart_signal () from 
> /lib/libpthread.so.0
> #2  0x41526c89 in pthread_create@@GLIBC_2.1 () from /lib/libpthread.so.0
> #3  0x414f207c in sqlite3OsTempFileName () from /usr/lib/libsqlite3.so.0

So it *is* stuck somewhere deep in the bowels of sqlite.  Can you
reproduce the problem with an sqlite compiled with -g and get the line
number where it's stuck in sqlite3OsTempFileName?  I'm a bit mystified
that it should be domething with threads---the definition I see in
sqlite 3.2.8 doesn't seem to do that directly.

-- 
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla

<Prev in Thread] Current Thread [Next in Thread>