[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] This program breaks on my Linux



Hi, Jake,

This is not true. A process's default action for an unhandled event is to abort. During normal execution, when the problem is not occurring, an unhandled SIGTERM aborts the process just fine.

Gumm

On 6/29/2014 00:48, Jake b wrote:

> SIGTERM (15) does not kill the program. SIGKILL (9) does.

You need to handle event QUIT.