Issue 870120: segmentation fault in test_re (original) (raw)
Issue870120
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:02 | admin | set | github: 39757 |
2004-01-03 22:44:59 | hoel | create |