| Summary: | If the program hangs it's horribly hard to kill it | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Sik <sik.the.hedgehog> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
Sik
2013-01-12 15:29:21 UTC
Try kill -3 SDL catches other signals and allows the program to gracefully clean up. This is very important for certain environments where the graphics display will not recover if SDL isn't gracefully shut down. |