Re: Fwd: SDL2 applications crashing with SIGBUS
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jan 22, 2019 at 09:52:24PM +0100, Elias Bürli wrote: > #0 0x000000004209a534 in XkbSetDetectableAutoRepeat () from > /usr/pkg/lib/libX11.so.6 > #1 0x00000000405e41b8 in X11_InitKeyboard () from /usr/pkg/lib/libSDL2-2.0.so.0 > #2 0x00000000405ebc90 in X11_VideoInit () from /usr/pkg/lib/libSDL2-2.0.so.0 > #3 0x00000000405db804 in SDL_VideoInit_REAL () from Hmm, the code certainly looks correct, it uses the address of an automatic Bool variable for the last argument. Martin