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.

Author neologix
Recipients Albert.Zeyer, neologix, pitrou, r.david.murray
Date 2013-02-24.21:59:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM2MwYqcAnwtPaSKqCDn=XCndE6_Sp2UCgj_rzDZ-w=amA@mail.gmail.com>
In-reply-to <1361658728.3600.7.camel@localhost.localdomain>
Content
I don't know how OS X crash report works, but it seems to have at
least some debug info available, since some ymbols are resolved in the
backtrace.
You might be able to get more info with gdb, with something like:
"""
gdb /path/to/python
(gdb) info line *<crash address>
(gdb) disassemble <crash address>
"""

Otherwise, is there are way to run your code on Linux?
History
Date User Action Args
2013-02-24 21:59:37neologixsetrecipients: + neologix, pitrou, r.david.murray, Albert.Zeyer
2013-02-24 21:59:37neologixlinkissue17263 messages
2013-02-24 21:59:37neologixcreate