How to crash Python in 1 easy step (python 2.2.2)

Ben Finney bignose-hates-spam at and-zip-does-too.com.au
Sun Jul 13 22:56:29 EDT 2003


On 13 Jul 2003 10:44:41 -0700, Paul Miller wrote:
> Anytime python is accepting keyboard input, whether it's with
> raw_input, or sitting on the command line waiting for the user to type
> code, you can crash python by holding ctrl+shift and then pressing
> enter.

Is this in an xterm, in some other terminal emulator, in a console
session?  I'm guessing you'll see different behaviour if you try all
three of those, which will help narrow down the problem.

Not that a segfault (assuming that's what you mean by "crash") isn't a
bug -- any event that doesn't make the system hardware unreliable should
be handled without a segfault.

-- 
 \          "One time a cop pulled me over for running a stop sign. He |
  `\        said, 'Didn't you see the stop sign?' I said, 'Yeah, but I |
_o__)             don't believe everything I read.'"  -- Steven Wright |
http://bignose.squidly.org/ 9CFE12B0 791A4267 887F520C B7AC2E51 BD41714B




More information about the Python-list mailing list