Message182898
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? |
|
Date |
User |
Action |
Args |
2013-02-24 21:59:37 | neologix | set | recipients:
+ neologix, pitrou, r.david.murray, Albert.Zeyer |
2013-02-24 21:59:37 | neologix | link | issue17263 messages |
2013-02-24 21:59:37 | neologix | create | |
|