This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_descr coredumps on OSX framewk bl
Type: Stage:
Components: Interpreter Core Versions: Python 2.2
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: mwh Nosy List: jackjansen, mwh
Priority: release blocker Keywords:

Created on 2002-03-08 13:48 by jackjansen, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (3)
msg9579 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2002-03-08 13:48
As of today test_descr started coredumping when doing a build with --enable-framework on Mac OS X. (it was fine last wednesday). If you run the test standalone (import test.test_descr; test.test_descr.test_main()) the crash happens after output
Testing inheritance from basic types...

The non-framework build has no problems.

I have no idea what has changed and you probably do, so please give me a lead...
msg9580 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2002-03-08 14:08
Logged In: YES 
user_id=6656

Well, the obvious candidate would seem to be the "disable
flat namespace" patch, no?

I'm not likely to get to this before Monday, now.
msg9581 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2002-03-11 10:36
Logged In: YES 
user_id=45365

And just as suddenly as it broke it started working again...

Must have been some sillyness on my part, or a partial checkout or something.
History
Date User Action Args
2022-04-10 16:05:04adminsetgithub: 36224
2002-03-08 13:48:06jackjansencreate