From owner-freebsd-questions@FreeBSD.ORG Thu Sep 14 17:42:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32F1B16A40F for ; Thu, 14 Sep 2006 17:42:44 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id B31B643D62 for ; Thu, 14 Sep 2006 17:42:40 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (Xserve/8.12.11/smtpout04/MantshX 4.0) with ESMTP id k8EHgeqZ023179; Thu, 14 Sep 2006 10:42:40 -0700 (PDT) Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96]) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 4.0) with ESMTP id k8EHgcWB029598; Thu, 14 Sep 2006 10:42:39 -0700 (PDT) In-Reply-To: <0F0F0306-F9E1-463F-93E0-D711209FEE00@myamail.com> References: <4065CD1E-54D7-49E3-A532-C312450BA101@myamail.com> <0F0F0306-F9E1-463F-93E0-D711209FEE00@myamail.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <7EEF8AF5-4523-4A12-91EA-0D8FFFD502B0@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Thu, 14 Sep 2006 10:42:37 -0700 To: Fred C! X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAQAAA+k= X-Language-Identified: TRUE Cc: FreeBSD Mailing Lists Subject: Re: Problem with sqlite3 and python X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Sep 2006 17:42:44 -0000 On Sep 14, 2006, at 10:24 AM, Fred C! wrote: > As I told you in my previews emails all the python tests went with > no errors. Yes. This probably means the problem is not with the basic Python installation and may not be specific to FreeBSD. In other words, you might obtain better results asking on a Python-specific list rather than here. > I have try with using postgres instead of sqlite and I got the same > problem It would help to compile Python and the stuff under /usr/local/lib/ python2.4/site-packages using -g so that gdb has debugging symbols available, and then do a "bt" to try and see where the code is experiencing a crash. -- -Chuck