Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
04538 Crash/Freeze Critical (emulator) Sometimes Nov 27, 2011, 14:42 Nov 29, 2011, 19:25
Tester Tafoid View Status Public Platform
Assigned To Resolution Fixed OS
Status [?] Resolved Driver
Version 0.144u1 Fixed in Version 0.144u2 Build
Fixed in Git Commit Github Pull Request #
Summary 04538: Many sets: Crash on exit on 32-bit Windows XP (-video d3d)
Description Using a 32-bit binary on XP, you are more than likely to get a crash on exit.
This started when there was a fix put in for -HLSL crashes on exits - now the flag does not matter.
Steps To Reproduce mame 20pacgal -str 3

On my system, it crashes very consistently on exit
Additional Information only -video d3d has the issue. -video gdi and ddraw and none do not crash.
Github Commit
Flags
Regression Version 0.144u1
Affected Sets / Systems Many sets
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
2
User avatar
No.07904
Tafoid
Administrator
Nov 27, 2011, 14:52
BACKTRACE:
Program received signal SIGSEGV, Segmentation fault.
0x01f33cc2 in d3d_texture_release (tex=0x258abbe0)
    at src/osd/windows/d3d9intf.c:626
626 return IDirect3DTexture9_Release(texture);

(gdb) bt full
#0 0x01f33cc2 in d3d_texture_release (tex=0x258abbe0)
    at src/osd/windows/d3d9intf.c:626
        texture = 0x258abbe0
#1 0x01ef074c in device_delete_resources (d3d=0x3227fc)
    at src/osd/windows/drawd3d.c:930
        tex = 0x258aba9c
#2 0x01ef06a4 in device_delete (d3d=0x3227fc)
    at src/osd/windows/drawd3d.c:902
No locals.
#3 0x01eef364 in drawd3d_window_destroy (window=0x28430c)
    at src/osd/windows/drawd3d.c:511
        d3d = 0x3227fc
#4 0x01ed148e in winwindow_video_window_proc (wnd=0x1676026e, message=2,
    wparam=0, lparam=0) at src/osd/windows/window.c:1390
        ptr = 2638604
        window = 0x28430c
#5 0x01f32b2e in winwindow_video_window_proc_ui (wnd=0x1676026e, message=2,
    wparam=0, lparam=0) at src/osd/windows/winmenu.c:57
No locals.
User avatar
No.07910
Tafoid
Administrator
Nov 29, 2011, 19:25
Fixed by Antonio Giner (r14589)