[Python-bugs-list] [ python-Bugs-812804 ] 2.3.1 re_test causes sigsegv

SourceForge.net noreply at sourceforge.net
Fri Sep 26 13:32:23 EDT 2003


Bugs item #812804, was opened at 2003-09-26 09:43
Message generated for change (Comment added) made by anthonybaxter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=812804&group_id=5470

Category: Regular Expressions
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Martin Lüthi (tnoo)
Assigned to: Fredrik Lundh (effbot)
Summary: 2.3.1 re_test causes sigsegv

Initial Comment:
I compiled Python 2.3.1 on a SuSE Linux 8.1 system 
 
Python 2.3.1 (#1, Sep 25 2003, 14:13:07)  
[GCC 3.3 20030226 (prerelease) (SuSE Linux)] on linux2 
 
running the test, I get sigsev 
 
python test/test_re.py 
test_anyall (__main__.ReTests) ... ok 
test_basic_re_sub (__main__.ReTests) ... ok 
test_bigcharset (__main__.ReTests) ... ok 
test_bug_113254 (__main__.ReTests) ... ok 
test_bug_114660 (__main__.ReTests) ... ok 
test_bug_117612 (__main__.ReTests) ... ok 
Segmentation fault 
 
Thanks 
 
Martin 

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

>Comment By: Anthony Baxter (anthonybaxter)
Date: 2003-09-27 03:32

Message:
Logged In: YES 
user_id=29957

Hm. What version of libc is that system running? I've not

got a gcc 3.3 anywhere handy - could you try rebuilding the

_sre.c file without optimisation?

touch Modules/_sre.c

make OPT="-g" 

should do it.



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

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



More information about the Python-bugs-list mailing list