Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14413 - Inn seg faults when built with Perl
Summary: Inn seg faults when built with Perl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michael Cummings (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-23 03:16 UTC by Stephen Rose
Modified: 2003-04-16 19:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Rose 2003-01-23 03:16:58 UTC
I made a reference to this in bug number 14061.  I've done some further
debugging while trying to come up with an new ebuild for inn 2.3.4.  The
problem is that the first malloc seg faults, but only when inn is built with
perl.  Deleting the --with-perl line in the ebuild resolves the problem. 
Recreating this is very easy.  All that is necessary is to emerge the 
current ebuild for inn (with an inherit debug at the top) and debug the innd 
program.  It seg faults in the first few lines attempting the first malloc. 
At first, I thought it might be some kind of threading problem.  Libperl is 
not built with threads by default and inn doesn't use threads but links with 
the thread libraries if configure finds them (for the future).  But building 
inn without threads didn't resolve the problem.  I would like to have someone 
with more perl internal and/or system library experience look at this.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-04-16 19:23:51 UTC
should be fixed with 2.3.5

if not, please report a new bug