- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
07560 | Crash/Freeze | Critical (emulator) | Always | Feb 3, 2020, 09:05 | Apr 9, 2020, 04:40 |
Tester | JSDS | View Status | Public | Platform | MAME (Official Binary) |
Assigned To | galibert | Resolution | Fixed | OS | Windows 10 (64-bit) |
Status [?] | Resolved | Driver | |||
Version | 0.218 | Fixed in Version | 0.221 | Build | 64-bit |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 07560: hotdogst: memdump command causes MAME crash | ||||
Description |
Since 0.209, debugger command "memdump" causes MAME crash in some games. I confirme hotdogst (cave.cpp), turbofrc (aerofgt.cpp), karatblz (aerofgt.cpp), masterw (taito_b.cpp), nastar (taito_b.cpp) and ryujin (taito_b.cpp). The following message is hotdogst tested on 0.218. Caught unhandled St9bad_alloc exception: std::bad_alloc |
||||
Steps To Reproduce |
1) start with "MAME64 -debug hotdogst" 2) execute "memdump" on debugger 3) wait crash for a while |
||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | 0.209 | ||||
Affected Sets / Systems | hotdogst | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
2
No.17419
Osso Moderator
Feb 24, 2020, 13:13
|
This is the change that caused the problem: https://git.redump.net/mame/commit/src/emu/emumem.cpp?id=8e551e167c5f4fda3fcff4393fbdcce49711dcbd |
---|---|
No.17541
Robbbert Senior Tester
Apr 8, 2020, 23:32
edited on: Apr 9, 2020, 10:20 |
Olivier committed a change that should fix this. Please check if it does. https://github.com/mamedev/mame/commit/6455bedb9cf8a5d71098676bb72e4d3e304f95aa https://github.com/mamedev/mame/commit/aeaa56400709ee8649f4b36d5769772bca8ab909 https://github.com/mamedev/mame/commit/8dda65ef3d292182e7f6098d2630772a9c4c2903 |