python / cpython

The Python programming language
https://www.python.org/
Other
60k stars 29.04k forks source link

test_descr coredumps on OSX framewk bl #36224

Closed jackjansen closed 22 years ago

jackjansen commented 22 years ago
BPO 527384
Nosy @mwhudson, @jackjansen

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields: ```python assignee = 'https://github.com/mwhudson' closed_at = created_at = labels = ['interpreter-core', 'release-blocker'] title = 'test_descr coredumps on OSX framewk bl' updated_at = user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = actor = 'jackjansen' assignee = 'mwh' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 527384 keywords = [] message_count = 3.0 messages = ['9579', '9580', '9581'] nosy_count = 2.0 nosy_names = ['mwh', 'jackjansen'] pr_nums = [] priority = 'release blocker' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue527384' versions = ['Python 2.2'] ```

jackjansen commented 22 years ago

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...

mwhudson commented 22 years ago

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.

jackjansen commented 22 years ago

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.