maintainer-feedback requested: [Bug 204793] www/mod_python35: Fatal Python error: PyEval_SaveThread: NULL tstate

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 25 00:18:36 UTC 2015


SBB <samorders at gmail.com> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to apache at 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 at 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)


More information about the freebsd-apache mailing list