[ python-Bugs-870120 ] segmentation fault in test_re

SourceForge.net noreply at sourceforge.net
Sun May 16 11:30:06 EDT 2004


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

Category: None
Group: None
>Status: Closed
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.

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

>Comment By: Berthold Höllmann (hoel)
Date: 2004-05-16 17:30

Message:
Logged In: YES 
user_id=81913

Tis is fixed in CVS, but bug persists in 2.3.4c1

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

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