[Python-Dev] make test failing in a spectacular way intest_codeccallbacks (original) (raw)
Hye-Shik Chang perky at i18n.org
Sun Dec 21 20:39:37 EST 2003
- Previous message: [Python-Dev] make test failing in a spectacular way intest_codeccallbacks
- Next message: [Python-Dev] make test failing in a spectacular wayintest_codeccallbacks
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, Dec 21, 2003 at 08:07:59PM -0500, Tim Peters wrote:
[Skip] > Fresh cvs up (no local changes) on Mac OS X 10.2.8 yields this while > running testcodeccallbacks (non-framework build, configured only > using --with-pydebug): > ... > Anyone else seen this?
Just tried on Windows. testcodeccallbacks crashes here in release or debug builds. Here from a debug build: [snip] and at that point it dies with a segfault. It's really hosed at that point -- I can't get into the debugger. If I start the test under the debugger, the debugger craps out. So no easy clues from me either.
Just fixed in unicodeobject.c 2.206. I'm sorry for breaking the regrtest. I guess that I ran regrtest with built previous for checking sanity before the commit. (./python versus python)
Hye-Shik
- Previous message: [Python-Dev] make test failing in a spectacular way intest_codeccallbacks
- Next message: [Python-Dev] make test failing in a spectacular wayintest_codeccallbacks
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]