| Summary: | repeatable crash from ToME4, Linux, Intel integrated graphics | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Greg Wooledge <wooledg-libsdl> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| URL: | http://forums.te4.org/viewtopic.php?f=42&t=35276 | ||
|
Description
Greg Wooledge
2012-11-27 13:23:44 UTC
Crashes in free() and malloc() tend to be memory corruption in your application. Valgrind under Linux is a great way to find memory corruption problems. Cheers! |