Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
04418 Crash/Freeze Critical (emulator) Always Jul 11, 2011, 20:29 Jul 12, 2011, 07:49
Tester Tafoid View Status Public Platform MAME (Self-compiled)
Assigned To mariuszw Resolution Fixed OS Windows XP (32-bit)
Status [?] Resolved Driver
Version 0.143u1 Fixed in Version 0.143u6 Build Debug
Fixed in Git Commit Github Pull Request #
Summary 04418: carrera: [debug] Crash before OK
Description Crashes before OK with the following backtrace:
Program received signal SIGSEGV, Segmentation fault.
0x01c8d71d in palette_init_carrera (machine=...,
    color_prom=0x1fae2000 <Address 0x1fae2000 out of bounds>)
    at src/mame/drivers/carrera.c:290
290 br_bit0 = (color_prom[0] >> 6) & 0x01;


#0 0x01c8d71d in palette_init_carrera (machine=...,color_prom=0x1fae2000 <Address 0x1fae2000 out of bounds>)
    at src/mame/drivers/carrera.c:290
#1 0x02570b76 in driver_device::device_start (this=0x2674f4)
    at src/emu/machine.c:1173
#2 0x0262022b in device_t::start (this=0x2674f4)
    at src/emu/device.c:640
#3 0x0261e09c in device_list::start_new_devices (this=0x22f550)
    at src/emu/device.c:164
#4 0x0261defe in device_list::start_all (this=0x22f550)
    at src/emu/device.c:135
#5 0x0256deb4 in running_machine::start (this=0x22ee48)
    at src/emu/machine.c:321
#6 0x0256e6db in running_machine::run (this=0x22ee48, firstrun=true)
    at src/emu/machine.c:392
#7 0x02629c10 in mame_execute (options=..., osd=...)
    at src/emu/mame.c:176
#8 0x028d9ccb in cli_frontend::execute (this=0x22fe98, argc=4, argv=0x3f49a8)
    at src/emu/clifront.c:249
#9 0x01e56bfd in utf8_main (argc=4, argv=0x3f49a8)
    at src/osd/windows/winmain.c:475
#10 0x02aeb1aa in wmain (argc=4, argv=0x3f4420)
    at src/osd/windows/main.c:82
#11 0x00401422 in __tmainCRTStartup ()
    at ../mingw-w64-crt/crt/crtexe.c:282
#12 0x7c817077 in RegisterWaitForInputIdle ()
    from C:\WINDOWS\system32\kernel32.dll
Steps To Reproduce
Additional Information
Github Commit
Flags Debug build specific
Regression Version 0.142u1
Affected Sets / Systems carrera
Attached Files
 
Relationships
related to 03665Resolved  carrera: [debug] Access Violation before OK (Debug build) 
Notes
0
There are no notes attached to this issue.