In python-mode.el, when I crash the sub-interpreter, I see this:

-----snip snip-----
Python 2.7.3rc2 (default, Apr 22 2012, 22:30:17) 
[GCC 4.6.3] on linux2
>>> import ctypes
>>> i = ctypes.c_char('a')
>>> j = ctypes.pointer(i)
>>> c = 0
>>> while True:
...  j[c] = 'a'
...  c += 1
... 

Process python segmentation fault (core dumped)
-----snip snip-----

which seems good enough to me.

Attachment: signature.asc
Description: PGP signature

Reply via email to