This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: segmentation fault in test_re
Type: Stage:
Components: None Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: hoel
Priority: normal Keywords:

Created on 2004-01-03 22:44 by hoel, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg19526 - (view) Author: Berthold Höllmann (hoel) Date: 2004-01-03 22:44
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.
msg19527 - (view) Author: Berthold Höllmann (hoel) Date: 2004-05-16 15:30
Logged In: YES 
user_id=81913

Tis is fixed in CVS, but bug persists in 2.3.4c1
History
Date User Action Args
2022-04-11 14:56:02adminsetgithub: 39757
2004-01-03 22:44:59hoelcreate