[ python-Bugs-870120 ] segmentation fault in test_re

SourceForge.net noreply at sourceforge.net
Sat Jan 3 17:44:59 EST 2004


Bugs item #870120, was opened at 2004-01-03 23:44
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=870120&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Berthold Höllmann (hoel)
Assigned to: Nobody/Anonymous (nobody)
Summary: segmentation fault in test_re

Initial Comment:
I'm building python 2.3.3 on a SuSE Linux 9.0 with
kernel 2.4.21-144-athlon using "gcc (GCC) 3.3.1 (SuSE
Linux)". When using 

./configure  --with-thread --with-fpectl
--with-signal-module    --with-pymalloc --enable-shared  --with-cxx=g++

make test

I get

....
test_quopri
test_random
test_re
make: *** [test] Segmentation fault

Leaving out the "--enable-shared" switch testing
succeeds. After some conversation on comp.lang.python i
fiddeled with USE_RECURSION_LIMIT in Modules/_sre.c.
Setting it to a value of 6835 testing succeeds with
"--enable-shared". Setting it 6840 I get the
segmentation fault.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=870120&group_id=5470



More information about the Python-bugs-list mailing list