Ned Deily added the comment:

Without more information or a reproducible test case, it is very difficult to 
say what's going on.  But, from some of the file paths in the crash report, I'm 
guessing you are using a third-party package called OOF2 with a 
MacPorts-installed Python 2.7 and oof2 seems to have some extensions modules 
calling external libraries, like liboof2common.dylib.  There's very little to 
go on but it seems very unlikely that the crash is being caused by a bug in the 
Python interpreter or the Python standard library.  It might be due to 
something your program is doing or it might be some problem with the apparently 
complex mix of third-party libraries and Python.  You *might* have more success 
asking on an OOF mailing list or a MacPorts list but even so I would guess 
that, without a simple reproducible test case that you can share, it may be 
tough to get help.  You also might try running under a debugger like lldb.  
Please re-open this issue if you are able to isolate the problem to the Python 
inte
 rpreter or Python standard library.  Good luck!

----------
resolution:  -> third party
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25336>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to