Skip to content

Instantly share code, notes, and snippets.

@tam7t
Created November 17, 2013 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tam7t/7518221 to your computer and use it in GitHub Desktop.
Save tam7t/7518221 to your computer and use it in GitHub Desktop.
Python exit() segfault System Version: OS X 10.9 (13A603) Kernel Version: Darwin 13.0.0
texas:~ tam7t$ python
Python 2.7.3 (v2.7.3:70274d53c1dd, Apr 9 2012, 20:52:43)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> exit
Use exit() or Ctrl-D (i.e. EOF) to exit
>>> exit()
Segmentation fault: 11
@tam7t
Copy link
Author

tam7t commented Nov 17, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment