Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
02762 Crash/Freeze Critical (emulator) Always Dec 23, 2008, 12:27 Dec 23, 2008, 20:27
Tester Firewave View Status Public Platform MAME (Self-compiled)
Assigned To Phil Bennett Resolution Fixed OS Windows XP/Vista 64-bit
Status [?] Resolved Driver
Version 0.128u7 Fixed in Version 0.129 Build Debug
Fixed in Git Commit Github Pull Request #
Summary 02762: galkaika, galkoku, hyouban, mcontest, tokimbsj, tokyogal, uchuua: Access Violation
Description -----------------------------------------------------
Exception at EIP=00711327 (nb1413m3_hackbusyflag_r+0x1035): ACCESS VIOLATION
While attempting to read memory at 00000024
-----------------------------------------------------
EAX=00000000 EBX=08151F08 ECX=149C1EA8 EDX=00711294
ESI=00000000 EDI=00000000 EBP=0022FDB8 ESP=0022FDA8
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version > 0.128u3
Affected Sets / Systems galkaika, galkoku, hyouban, mcontest, tokimbsj, tokyogal, uchuua
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
2
User avatar
No.03366
Firewave
Senior Tester
Dec 23, 2008, 12:56
Program received signal SIGSEGV, Segmentation fault.
0x006c60e5 in cpu_get_type (device=0x0) at src/emu/cpuexec.h:303
303             const cpu_config *config = device->inline_config;
(gdb) bt full
#0  0x006c60e5 in cpu_get_type (device=0x0) at src/emu/cpuexec.h:303
        config = (const cpu_config *) 0x4
#1  0x006c607e in machine_reset_nbmj8991 (machine=0xad31efc)
    at src/mame/drivers/nbmj8991.c:72
No locals.
#2  0x009c92fa in soft_reset (machine=0xad31efc, ptr=0x0, param=0)
    at src/emu/mame.c:1606
        mame = (mame_private *) 0xad41f68
        cb = (callback_item *) 0x0
#3  0x009c762f in mame_execute (options=0x8041e58) at src/emu/mame.c:350
        settingsloaded = 0
        driver = (const game_driver *) 0x1ae5210
        machine = (running_machine *) 0xad31efc
        mame = (mame_private *) 0xad41f68
        cb = (callback_item *) 0x8041e58
        gamename = (astring *) 0xad31f00
        exit_pending = 0
        error = 0
        firstgame = 0
        firstrun = 0
#4  0x00bdb66c in cli_execute (argc=5, argv=0x7fb1fec, osd_options=0x21ae990)
    at src/emu/clifront.c:171
        options = (core_options *) 0x8041e58
        gamename = (astring *) 0x8021f00
        exename = (astring *) 0x8031f00
        gamename_option = 0x8071f08 "galkaika"
        driver = (const game_driver *) 0x1ae5210
        result = -1
#5  0x009618b8 in utf8_main (argc=5, argv=0x7fb1fec)
    at src/osd/windows/winmain.c:257
        ext = 0x28e86b8 ".map"
#6  0x0123f599 in main (argc=5, a_argv=0x64527f0) at src/osd/windows/main.c:72
        i = 5
        rc = 2293624
        utf8_argv = (char **) 0x7fb1fec
        argv = (TCHAR **) 0x6452860
        wenviron = (WCHAR **) 0x6455080
        startupinfo = -1
User avatar
No.03373
Haze
Senior Tester
Dec 23, 2008, 19:23
the non-full backtraces posted in the actual initial report are misleading, I don't think I've ever actually seen one that is correct, quite often the crash address it reports isn't even in the same *driver*

the full ones in the comments are more useful however