From owner-freebsd-ports-bugs@freebsd.org Wed Nov 25 00:18:36 2015 Return-Path: Delivered-To: freebsd-ports-bugs@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 7BC23A3679C 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 61EF913AC 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 tAP0Iawa088576 for ; Wed, 25 Nov 2015 00:18:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@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-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 00:18:36 -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.