Opened 6 years ago
Last modified 5 years ago
#1726 new bug
Crash in SDL port on exit
Reported by: | hboetes | Owned by: | |
---|---|---|---|
Milestone: | Future | Keywords: | |
Cc: |
Description
Upon exiting angband I sometimes get this hang if I press esc right after c-x
(gdb) bt #0 0x00007f9d697bde75 in pthread_join () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00007f9d6be9161e in SDL_WaitThread () from /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0 #2 0x00007f9d6be8984a in SDL_AudioQuit () from /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0 #3 0x00007f9d6be88775 in SDL_QuitSubSystem () from /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0 #4 0x00007f9d6be887fe in SDL_Quit () from /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0 #5 0x000000000054a441 in hook_quit (str=0x0) at main-sdl.c:973 #6 0x0000000000542f5c in quit (str=0x0) at z-util.c:337 #7 0x0000000000544332 in main (argc=1, argv=0x7fff3772e3e8) at main.c:454
Change History (6)
comment:1 Changed 6 years ago by hboetes
comment:2 Changed 6 years ago by takkaria
Possible dupe #1730
comment:3 Changed 6 years ago by takkaria
- Summary changed from sdl hangs to Crash in SDL port on exit
comment:4 Changed 6 years ago by takkaria
- Milestone changed from Triage to 3.5.0
Assigning open bugs to 3.5 for fixing.
comment:5 Changed 5 years ago by takkaria
- Keywords blocker added
comment:6 Changed 5 years ago by takkaria
- Keywords blocker removed
Can't reproduce this and it's after the game has already finished so not a high priority. No longer a blocker.
Note: See
TracTickets for help on using
tickets.
Another version of the same crash