Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Sep 2006 16:17:35 -0700
From:      Chuck Swiger <cswiger@mac.com>
To:        Fred C! <kei-29ij@myamail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Problem with sqlite3 and python
Message-ID:  <FAC6A75D-DF0F-43FD-BBE7-A6947AD547AB@mac.com>
In-Reply-To: <4065CD1E-54D7-49E3-A532-C312450BA101@myamail.com>
References:  <4065CD1E-54D7-49E3-A532-C312450BA101@myamail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sep 13, 2006, at 3:48 PM, Fred C! wrote:
> Hello I have a problem with Python + sqlite3. My main machine is a  
> FreeBSD 6.1 I have also try on an old machine running FreeBSD 5.5  
> and it doesn't work either. I join to this email some information.  
> I can also provide a core file if someone is  interested in solving  
> that problem.
>
> Thanks you for any information on how to solve this

Not enough data; switch to the thread which crashed, ie got the SIG  
11, and do a "bt" to try to see what was going wrong.

Note that debugging multithreaded programs is rather difficult, and  
you might want to double-check that your basic Python installation is  
OK first by running the included self-tests which come with the  
Python distribution.  If you're using the Python from ports, try doing:

	cd /usr/ports/lang/python && make
	cd /usr/ports/lang/python/work/Python-2.4.3 && make test

-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FAC6A75D-DF0F-43FD-BBE7-A6947AD547AB>