[Python-Dev] make test failing in a spectacular way intest_codeccallbacks

Hye-Shik Chang perky at i18n.org
Sun Dec 21 20:39:37 EST 2003


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 test_codeccallbacks (non-framework build, configured only
> > using --with-pydebug):
> > ...
> > Anyone else seen this?
> 
> Just tried on Windows.  test_codeccallbacks 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



More information about the Python-Dev mailing list