Summary: | app-admin/eselect-python-20090804: fix segfault when PATH unset | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jonathan Callen (RETIRED) <jcallen> |
Component: | [OLD] Core system | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | holger |
Priority: | High | Keywords: | InVCS |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | fix for segfault |
Description
Jonathan Callen (RETIRED)
![]() Created attachment 200599 [details, diff]
fix for segfault
This is a good patch as this also fixes the segfault symptom I (wrongly) reported in bug#280431 - crashes when python is invoked from mod_fcgid. However the patch does not build as attached: line 14 (the assignment to PATH) is missing the terminating ';'. With that fixed the patch applies, python-wrapper builds and my hgweb via mod_fcgi is back to normal. Thanks :) Fixed in r199. |