Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
03665 Crash/Freeze Critical (emulator) Always Jan 16, 2010, 16:26 Jan 28, 2010, 19:36
Tester Tafoid View Status Public Platform MAME (Self-compiled)
Assigned To Resolution Fixed OS Windows 2000
Status [?] Resolved Driver
Version 0.136u1 Fixed in Version 0.136u2 Build Normal
Fixed in Git Commit Github Pull Request #
Summary 03665: carrera: [debug] Access Violation before OK (Debug build)
Description
Working GDB Backtrace (from SVN):
Program received signal SIGSEGV, Segmentation fault.
0x00c58863 in palette_init_carrera (machine=0x12e91708,
    color_prom=0x1db42000 <Address 0x1db42000 out of bounds>)
    at src/mame/drivers/carrera.c:282
282 br_bit0 = (color_prom[0] >> 6) & 0x01;
(gdb) bt
#0 0x00c58863 in palette_init_carrera (machine=0x12e91708,
    color_prom=0x1db42000 <Address 0x1db42000 out of bounds>)
    at src/mame/drivers/carrera.c:282
#1 0x00d9dbf2 in video_init (machine=0x12e91708) at src/emu/video.c:338
#2 0x00d89f7d in init_machine (machine=0x12e91708) at src/emu/mame.c:1431
#3 0x00d8694e in mame_execute (options=0xfbb47b0) at src/emu/mame.c:295
#4 0x00fed6cd in cli_execute (argc=3, argv=0xfbb4668, osd_options=0x29e20c0)
    at src/emu/clifront.c:176
#5 0x00cc3e94 in utf8_main (argc=3, argv=0xfbb4668)
    at src/osd/windows/winmain.c:318
#6 0x01873046 in wmain (argc=3, argv=0xfbb2610) at src/osd/windows/main.c:82
#7 0x004013d1 in __tmainCRTStartup () at ../mingw-w64-crt/crt/crtexe.c:268
#8 0x7c5989d5 in ProcessIdToSessionId () from C:\WINNT\system32\KERNEL32.DLL
Steps To Reproduce
Additional Information
Github Commit
Flags Debug build specific
Regression Version 0.135u4
Affected Sets / Systems carrera
Attached Files
 
Relationships
related to 04418Resolvedmariuszw  carrera: [debug] Crash before OK 
Notes
1
User avatar
No.05523
Firewave
Senior Tester
Jan 17, 2010, 12:40
Confirmed.