From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 22 09:30:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2558106566B for ; Wed, 22 Oct 2008 09:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AF4498FC17 for ; Wed, 22 Oct 2008 09:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9M9U466098171 for ; Wed, 22 Oct 2008 09:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9M9U4JT098168; Wed, 22 Oct 2008 09:30:04 GMT (envelope-from gnats) Resent-Date: Wed, 22 Oct 2008 09:30:04 GMT Resent-Message-Id: <200810220930.m9M9U4JT098168@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thawatchai Piyawat Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26B661065685 for ; Wed, 22 Oct 2008 09:19:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 15B828FC2B for ; Wed, 22 Oct 2008 09:19:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id m9M9Jtvm015522 for ; Wed, 22 Oct 2008 09:19:55 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id m9M9JtPr015520; Wed, 22 Oct 2008 09:19:55 GMT (envelope-from nobody) Message-Id: <200810220919.m9M9JtPr015520@www.freebsd.org> Date: Wed, 22 Oct 2008 09:19:55 GMT From: Thawatchai Piyawat To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/128286: py-MySQLdb segmentation fault X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2008 09:30:04 -0000 >Number: 128286 >Category: ports >Synopsis: py-MySQLdb segmentation fault >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 22 09:30:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Thawatchai Piyawat >Release: 7.0 Release >Organization: Prince of Songkla University >Environment: FreeBSD u3.usablelabs.org 7.0-RELEASE-p5 FreeBSD 7.0-RELEASE-p5 #0: Tue Oct 7 06:55:57 ICT 2008 root@u3.usablelabs.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: py-MySQLdb can be successfully compiled. However, when importing the module, it causes segmentation fault. See how to repeat the problem. >How-To-Repeat: [piyawat@u3 ~]$ python Python 2.5.2 (r252:60911, Oct 1 2008, 17:14:49) [GCC 3.4.6 [FreeBSD] 20060305] on freebsd6 Type "help", "copyright", "credits" or "license" for more information. >Fix: >Release-Note: >Audit-Trail: >Unformatted: >>> import MySQLdb Segmentation fault: 11 (core dumped) [piyawat@u3 ~]$