From owner-freebsd-apache@freebsd.org Wed Nov 25 00:18:36 2015 Return-Path: Delivered-To: freebsd-apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D11DAA367A1 for ; Wed, 25 Nov 2015 00:18:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B67D813AE for ; Wed, 25 Nov 2015 00:18:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id B4631A367A0; Wed, 25 Nov 2015 00:18:36 +0000 (UTC) Delivered-To: apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B3C5A3679D for ; Wed, 25 Nov 2015 00:18:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82C3613AD for ; Wed, 25 Nov 2015 00:18:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tAP0Iasf088579 for ; Wed, 25 Nov 2015 00:18:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 204793] www/mod_python35: Fatal Python error: PyEval_SaveThread: NULL tstate Date: Wed, 25 Nov 2015 00:18:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: samorders@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 00:18:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204793 Bug ID: 204793 Summary: www/mod_python35: Fatal Python error: PyEval_SaveThread: NULL tstate Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: apache@FreeBSD.org Reporter: samorders@gmail.com Flags: maintainer-feedback?(apache@FreeBSD.org) Assignee: apache@FreeBSD.org Not sure what's needed here but I've included everything I can think of. Let me know if I've missed anything or more info is needed. Problem: Apache runs for about a day but then crashes with this error in the error log (even with little to no use). I have 2 httpd core dumps if that would help. > [Wed Nov 25 00:00:01.048663 2015] [:notice] [pid 7108] mod_python: Creating 8 session mutexes based on 256 max processes and 0 max threads. > [Wed Nov 25 00:00:01.048682 2015] [:notice] [pid 7108] mod_python: using mutex_directory /tmp Fatal Python error: PyEval_SaveThread: NULL tstate > [Wed Nov 25 00:00:01.048950 2015] [core:notice] [pid 7108] AH00060: seg fault or similar nasty error detected in the parent process Found a similar issue on http://bugs.python.org/ but the python devs indicate it's not a problem with python but the 3rd party program. Not sure if it applies to this but thought I'd mention: http://bugs.python.org/issue16749 uname -a: > FreeBSD example.com 10.2-RELEASE-p7 FreeBSD 10.2-RELEASE-p7 #2: Tue Nov 24 22:05:12 UTC 2015 user@example.com:/usr/obj/usr/src/sys/CUSTOM amd64 Important packages installed: > ap24-mod_python35-3.5.0_1 > apache24-2.4.17 > mod_php56-5.6.14 > nagios-3.5.1_8 > php56-5.6.14 > pkg-1.6.1_2 > python-2.7_2,2 > python2-2_3 > python27-2.7.10_1 apachectl -M: > Loaded Modules: > core_module (static) > so_module (static) > http_module (static) > mpm_prefork_module (static) > authn_file_module (shared) > authn_core_module (shared) > authz_host_module (shared) > authz_groupfile_module (shared) > authz_user_module (shared) > authz_core_module (shared) > access_compat_module (shared) > auth_basic_module (shared) > reqtimeout_module (shared) > filter_module (shared) > mime_module (shared) > log_config_module (shared) > env_module (shared) > headers_module (shared) > setenvif_module (shared) > version_module (shared) > unixd_module (shared) > status_module (shared) > autoindex_module (shared) > cgi_module (shared) > dir_module (shared) > alias_module (shared) > php5_module (shared) > python_module (shared) > auth_digest_module (shared) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-apache@freebsd.org Wed Nov 25 00:18:36 2015 Return-Path: Delivered-To: freebsd-apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 776F4A3679B for ; Wed, 25 Nov 2015 00:18:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5D83913AB for ; Wed, 25 Nov 2015 00:18:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5966CA3679A; Wed, 25 Nov 2015 00:18:36 +0000 (UTC) Delivered-To: apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59069A36799 for ; Wed, 25 Nov 2015 00:18:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 313A713AA for ; Wed, 25 Nov 2015 00:18:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tAP0IaXR088573 for ; Wed, 25 Nov 2015 00:18:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: maintainer-feedback requested: [Bug 204793] www/mod_python35: Fatal Python error: PyEval_SaveThread: NULL tstate Date: Wed, 25 Nov 2015 00:18:36 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 00:18:36 -0000 SBB has reassigned Bugzilla Automation 's request for maintainer-feedback to apache@FreeBSD.org: Bug 204793: www/mod_python35: Fatal Python error: PyEval_SaveThread: NULL tstate https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204793 --- Description --- Not sure what's needed here but I've included everything I can think of. Let me know if I've missed anything or more info is needed. Problem: Apache runs for about a day but then crashes with this error in the error log (even with little to no use). I have 2 httpd core dumps if that would help. > [Wed Nov 25 00:00:01.048663 2015] [:notice] [pid 7108] mod_python: Creating 8 session mutexes based on 256 max processes and 0 max threads. > [Wed Nov 25 00:00:01.048682 2015] [:notice] [pid 7108] mod_python: using mutex_directory /tmp Fatal Python error: PyEval_SaveThread: NULL tstate > [Wed Nov 25 00:00:01.048950 2015] [core:notice] [pid 7108] AH00060: seg fault or similar nasty error detected in the parent process Found a similar issue on http://bugs.python.org/ but the python devs indicate it's not a problem with python but the 3rd party program. Not sure if it applies to this but thought I'd mention: http://bugs.python.org/issue16749 uname -a: > FreeBSD example.com 10.2-RELEASE-p7 FreeBSD 10.2-RELEASE-p7 #2: Tue Nov 24 22:05:12 UTC 2015 user@example.com:/usr/obj/usr/src/sys/CUSTOM amd64 Important packages installed: > ap24-mod_python35-3.5.0_1 > apache24-2.4.17 > mod_php56-5.6.14 > nagios-3.5.1_8 > php56-5.6.14 > pkg-1.6.1_2 > python-2.7_2,2 > python2-2_3 > python27-2.7.10_1 apachectl -M: > Loaded Modules: > core_module (static) > so_module (static) > http_module (static) > mpm_prefork_module (static) > authn_file_module (shared) > authn_core_module (shared) > authz_host_module (shared) > authz_groupfile_module (shared) > authz_user_module (shared) > authz_core_module (shared) > access_compat_module (shared) > auth_basic_module (shared) > reqtimeout_module (shared) > filter_module (shared) > mime_module (shared) > log_config_module (shared) > env_module (shared) > headers_module (shared) > setenvif_module (shared) > version_module (shared) > unixd_module (shared) > status_module (shared) > autoindex_module (shared) > cgi_module (shared) > dir_module (shared) > alias_module (shared) > php5_module (shared) > python_module (shared) > auth_digest_module (shared) From owner-freebsd-apache@freebsd.org Wed Nov 25 01:01:26 2015 Return-Path: Delivered-To: freebsd-apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06E17A37184 for ; Wed, 25 Nov 2015 01:01:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id DCE351629 for ; Wed, 25 Nov 2015 01:01:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id DA9EEA37180; Wed, 25 Nov 2015 01:01:25 +0000 (UTC) Delivered-To: apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA309A3717F for ; Wed, 25 Nov 2015 01:01:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C70A01628 for ; Wed, 25 Nov 2015 01:01:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tAP11P8S094374 for ; Wed, 25 Nov 2015 01:01:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 204793] www/mod_python35: Fatal Python error: PyEval_SaveThread: NULL tstate Date: Wed, 25 Nov 2015 01:01:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc keywords bug_file_loc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 01:01:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204793 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |python@FreeBSD.org Keywords| |crash, needs-qa URL| |https://github.com/grisha/m | |od_python/issues/46 --- Comment #1 from Kubilay Kocak --- Backtraces from the coredumps (as attachments) might prove useful. If mod_python (and/or Apache) can be built with DEBUG options and the symptom is still reproducible, it might be worth enabling that too. I also see this issue upstream (CentOS) https://github.com/grisha/mod_python/issues/46 Please add your information there as well -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-apache@freebsd.org Wed Nov 25 03:52:08 2015 Return-Path: Delivered-To: freebsd-apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB90BA37043 for ; Wed, 25 Nov 2015 03:52:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8C69A1806 for ; Wed, 25 Nov 2015 03:52:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8C654A37040; Wed, 25 Nov 2015 03:52:08 +0000 (UTC) Delivered-To: apache@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B0CCA3703F for ; Wed, 25 Nov 2015 03:52:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AB9D1803 for ; Wed, 25 Nov 2015 03:52:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tAP3q8bl049085 for ; Wed, 25 Nov 2015 03:52:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 204793] www/mod_python35: Fatal Python error: PyEval_SaveThread: NULL tstate Date: Wed, 25 Nov 2015 03:52:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: samorders@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 03:52:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204793 --- Comment #2 from SBB --- Ah, yes, I saw that issue as well but forgot to mention it. I've posted my information there as well. I'm not sure exactly how to get a backtrace, ie what commands to run but simply running "gdb /usr/local/sbin/httpd /root/httpd.core" gives the following: > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or distribute copies of it under certain conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols found)... > Core was generated by `httpd'. > Program terminated with signal 6, Aborted. > Reading symbols from /usr/local/lib/libpcre.so.1...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/libpcre.so.1 > Reading symbols from /usr/local/lib/libaprutil-1.so.0...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/libaprutil-1.so.0 > Reading symbols from /usr/local/lib/libexpat.so.1...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/libexpat.so.1 > Reading symbols from /usr/local/lib/libapr-1.so.0...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/libapr-1.so.0 > Reading symbols from /lib/libcrypt.so.5...(no debugging symbols found)...done. > Loaded symbols for /lib/libcrypt.so.5 > Reading symbols from /lib/libthr.so.3...(no debugging symbols found)...done. > Loaded symbols for /lib/libthr.so.3 > Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done. > Loaded symbols for /lib/libc.so.7 > Reading symbols from /lib/libm.so.5...(no debugging symbols found)...done. > Loaded symbols for /lib/libm.so.5 > Reading symbols from /usr/local/lib/libpython2.7.so.1...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/libpython2.7.so.1 > Reading symbols from /usr/local/lib/libintl.so.8...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/libintl.so.8 > Reading symbols from /lib/libutil.so.9...(no debugging symbols found)...done. > Loaded symbols for /lib/libutil.so.9 > Reading symbols from /usr/local/lib/python2.7/lib-dynload/_locale.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/python2.7/lib-dynload/_locale.so > Reading symbols from /usr/local/libexec/apache24/mod_authn_file.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_authn_file.so > Reading symbols from /usr/local/libexec/apache24/mod_authn_core.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_authn_core.so > Reading symbols from /usr/local/libexec/apache24/mod_authz_host.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_authz_host.so > Reading symbols from /usr/local/libexec/apache24/mod_authz_groupfile.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_authz_groupfile.so > Reading symbols from /usr/local/libexec/apache24/mod_authz_user.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_authz_user.so > Reading symbols from /usr/local/libexec/apache24/mod_authz_core.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_authz_core.so > Reading symbols from /usr/local/libexec/apache24/mod_access_compat.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_access_compat.so > Reading symbols from /usr/local/libexec/apache24/mod_auth_basic.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_auth_basic.so > Reading symbols from /usr/local/libexec/apache24/mod_reqtimeout.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_reqtimeout.so > Reading symbols from /usr/local/libexec/apache24/mod_filter.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_filter.so > Reading symbols from /usr/local/libexec/apache24/mod_mime.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_mime.so > Reading symbols from /usr/local/libexec/apache24/mod_log_config.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_log_config.so > Reading symbols from /usr/local/libexec/apache24/mod_env.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_env.so > Reading symbols from /usr/local/libexec/apache24/mod_headers.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_headers.so > Reading symbols from /usr/local/libexec/apache24/mod_setenvif.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_setenvif.so > Reading symbols from /usr/local/libexec/apache24/mod_version.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_version.so > Reading symbols from /usr/local/libexec/apache24/mod_unixd.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_unixd.so > Reading symbols from /usr/local/libexec/apache24/mod_status.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_status.so > Reading symbols from /usr/local/libexec/apache24/mod_autoindex.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_autoindex.so > Reading symbols from /usr/local/libexec/apache24/mod_cgi.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_cgi.so > Reading symbols from /usr/local/libexec/apache24/mod_dir.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_dir.so > Reading symbols from /usr/local/libexec/apache24/mod_alias.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_alias.so > Reading symbols from /usr/local/libexec/apache24/libphp5.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/libphp5.so > Reading symbols from /usr/local/lib/libxml2.so.2...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/libxml2.so.2 > Reading symbols from /lib/libz.so.6...(no debugging symbols found)...done. > Loaded symbols for /lib/libz.so.6 > Reading symbols from /usr/lib/liblzma.so.5...(no debugging symbols found)...done. > Loaded symbols for /usr/lib/liblzma.so.5 > Reading symbols from /usr/local/libexec/apache24/mod_python.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_python.so > Reading symbols from /usr/local/libexec/apache24/mod_auth_digest.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/libexec/apache24/mod_auth_digest.so > Reading symbols from /usr/local/lib/php/20131226/xml.so...(no debugging symbols found)...done. > Loaded symbols for /usr/local/lib/php/20131226/xml.so > Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. > Loaded symbols for /libexec/ld-elf.so.1 > #0 0x000000080169d64a in thr_kill () from /lib/libc.so.7 > [New Thread 802006400 (LWP 100948/)] I'm not sure I can rebuild the apache and/or mod_python with debugging on this particular machine but I'll look into it. Otherwise let me know if there's anything else that would help. -- You are receiving this mail because: You are the assignee for the bug.