| Summary: | Mix_SetError(NULL) segfaults | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | beuc |
| Component: | misc | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | 2.0.0 | ||
| Hardware: | ARM | ||
| OS: | Android (All) | ||
|
Description
beuc
2014-06-22 20:53:43 UTC
This should be fixed in the latest snapshot: http://www.libsdl.org/tmp/SDL-2.0.zip Can you verify? That works - but configure.in needs to reference SDL 2.0.4 then :)
SDL_VERSION=2.0.4
AM_PATH_SDL2($SDL_VERSION,
:,
AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])
)
(incidentally I get a new, unrelated segfault in Android_JNI_FileOpen when using relative filenames, I'll try and send a separate report if I get the time)
If it works with the published release of 2.0.3 and will work with the 2.0.4 release, I think we're fine. It does not work with 2.0.3. More precisely, the situation where it does not work is: - SDL2-2.0.3 - SDL2_Mixer-hg-80c2a4592ff4 The situation where it works is: - SDL2-hg-c9be8299ba6b - SDL2_Mixer-hg-80c2a4592ff4 Okay, thanks for the heads up. This should be fixed now. https://hg.libsdl.org/SDL_mixer/rev/3af92aa761d2 |