Wow -- I actually managed to make Python throw a segmentation fault. That should be some type of Programmer's achievement unlock.
"Achievement Unlocked! Caused a segmentation fault in an interpreted language."
#python
Conversation
Replying to
If Python uses some underlying library in C or similar this is no surprise.
1
4
Replying to
Yeah it appears there's an issue with a C extension in one of the modules I'm using or there might be some runaway recursion. I'll do a stack trace and see what's going on. It's very random (can run for hours and sometimes will fault in a minute or two).

