[Pythonmac-SIG] test_re

ryanr@ezlink.com ryanr@ezlink.com
Fri, 18 May 2001 22:57:27 -0600


Hi,

After configuring with

     env OPT='-O3 -traditional-cpp' ./configure --with-dyld --with-
suffix=.exe

when I do a ``make test'' after compiling,
the last line of output is:

     test_re
     make: *** [test] Segmentation fault

So when I do a

     ./python.exe   ./Lib/test/test_re.py

I get

     Running tests on re.search and re.match
     Running tests on re.sub
     Running tests on symbolic references
     Running tests on re.subn
     Running tests on re.split
     Running tests on re.findall
     Running tests on re.match
     Running tests on re.escape
     Pickling a RegexObject instance
     Test engine limitations
     Segmentation fault

Does anyone know what I might be doing that's wrong?

Thank you,
Richard Ryan