- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
02772 | Crash/Freeze | Critical (emulator) | Always | Dec 25, 2008, 19:49 | Dec 25, 2008, 21:54 |
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 | 02772: hanayara: [debug] Access Violation | ||||
Description |
----------------------------------------------------- Exception at EIP=00A5A3FC (memory_dump+0x4bc5): ACCESS VIOLATION While attempting to read memory at 11582009 ----------------------------------------------------- EAX=11582009 EBX=AAC13BEA ECX=0000000D EDX=11581FFC ESI=0000709C EDI=54AA6A91 EBP=0022FCB8 ESP=0022FCA0 Program received signal SIGSEGV, Segmentation fault. 0x009b469b in read_byte_generic (space=0x13481750, byteaddress=32781) at src/emu/memory.c:459 459 result = (*handler->bankbaseptr)[byteoffset]; (gdb) bt full #0 0x009b469b in read_byte_generic (space=0x13481750, byteaddress=32781) at src/emu/memory.c:459 handler = (const handler_data *) 0x134b1030 byteoffset = 13 entry = 1 result = 0 'Program received signal SIGSEGV, Segmentation fault.' #1 0x009b5f19 in memory_read_byte_8le (space=0x13481750, address=32781) at src/emu/memory.c:3692 No locals. #2 0x00c13897 in op_3a (z80=0x13b31734) at src/emu/cpu/z80/z80.c:3023 No locals. #3 0x00c17f80 in cpu_execute_z80 (device=0xad91f7c, cycles=681) at src/emu/cpu/z80/z80.c:3527 op = 58 z80 = (z80_state *) 0x13b31734 #4 0x009d9e71 in cpu_execute (device=0xad91f7c, cycles=681) at src/emu/cpuintrf.h:557 classheader = (cpu_class_header *) 0x13b32fd8 #5 0x009d95a7 in cpuexec_timeslice (machine=0xad31efc) at src/emu/cpuexec.c:276 delta = {seconds = 0, attoseconds = 123818181999594} classdata = (cpu_class_data *) 0x13b317a8 call_debugger = 0 global = (cpuexec_private *) 0x13561efc target = {seconds = 0, attoseconds = 243999999999937536} base = {seconds = 0, attoseconds = 243874999999937568} cpu = (const device_config *) 0xad91f7c ran = 675 #6 0x009c765d in mame_execute (options=0x8041e58) at src/emu/mame.c:360 settingsloaded = 0 driver = (const game_driver *) 0x159a850 machine = (running_machine *) 0xad31efc mame = (mame_private *) 0xad41f68 cb = (callback_item *) 0x8041e58 gamename = (astring *) 0xad31f00 exit_pending = 0 error = 0 firstgame = 0 firstrun = 0 #7 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 "hanayara" driver = (const game_driver *) 0x159a850 result = -1 #8 0x009618b8 in utf8_main (argc=5, argv=0x7fb1fec) at src/osd/windows/winmain.c:257 ext = 0x28e86b8 ".map" #9 0x0123f599 in main (argc=5, a_argv=0x6452898) at src/osd/windows/main.c:72 i = 5 rc = 2293624 utf8_argv = (char **) 0x7fb1fec argv = (TCHAR **) 0x6452908 wenviron = (WCHAR **) 0x6455110 startupinfo = -1 |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | Debug build specific | ||||
Regression Version | > 0.128u3 | ||||
Affected Sets / Systems | hanayara | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
1
No.03399
Tafoid Administrator
Dec 25, 2008, 19:53
|
Confirmed as Debug Only. It plays in a normal build. In a normal build with -debug however, it just loops/sits there. |
---|