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: Crash on OS X EXC_BAD_ACCESS (SIGSEGV)
Type: crash Stage: resolved
Components: Interpreter Core, macOS Versions: Python 2.7
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: buchs, ned.deily, ronaldoussoren
Priority: normal Keywords:

Created on 2017-05-25 13:12 by buchs, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-crash.txt buchs, 2017-05-25 13:12 OS X crash listing.
Kafka-Poll.py buchs, 2017-05-25 13:13 Code I was running
Messages (2)
msg294476 - (view) Author: Kevin Buchs (buchs) Date: 2017-05-25 13:12
I have been getting periodic crashes from a long running python job on Mac OS X. There is nothing indicative of a crash from standard output or error. I'm not sure if the OS X crash records actually find your way back to you, but I am explicitly including mine here. I will try to attach my code after submission of this entry. I run this in the background on OS X, with stdout and stderr redirected to the same file.
msg294478 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2017-05-25 14:09
According to the crash trace you supplied, the crash happened as a result of a call in librdkafka called from the cimpl extension module. As neither of these are part of the Python standard library, suggest you contact the project that supplies them or possibly Homebrew if you installed them through brew. Good luck!
History
Date User Action Args
2022-04-11 14:58:46adminsetgithub: 74659
2017-05-25 14:09:14ned.deilysetstatus: open -> closed
resolution: third party
messages: + msg294478

stage: resolved
2017-05-25 13:13:45buchssetfiles: + Kafka-Poll.py
2017-05-25 13:12:47buchscreate