- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
04352 | Crash/Freeze | Critical (emulator) | Always | May 16, 2011, 17:32 | May 25, 2011, 15:34 |
Tester | Kale | View Status | Public | Platform | |
Assigned To | Ryan Holtz | Resolution | Fixed | OS | |
Status [?] | Resolved | Driver | |||
Version | 0.142u3 | Fixed in Version | 0.142u5 | Build | |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 04352: xexex: Crash during Mask Rom Test | ||||
Description |
When attempting a mask rom text in service mode, you'll notice a countdown. When it has counted down to "02", MAME crashes.Program received signal SIGSEGV, Segmentation fault. |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | 0.70 | ||||
Affected Sets / Systems | xexex | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
2
No.07448
Tafoid Administrator
May 16, 2011, 17:49
edited on: May 16, 2011, 17:50 |
0.70 is the first broken main version. I tested binaries for 0.69a, 0.69b and 0.69u3 (first version with U usage) and all of them tested OK. The readme suggests: General Konami Updates [Acho A. Tang, R. Belmont] That's pretty vague. There is an entry in mameinfo.dat for the game: - 0.70: Changed Z80 CPU2 clock speed to 8MHz. Without examining the source bases, it's hard to tell what happened. |
---|---|
No.07449
Haze Senior Tester
May 16, 2011, 19:31
|
Well based on the backtrace it's almost certainly reading past the end of rom ;-) intentionally (buggy game code checking unused space / mirrored rom) or a broken function is another matter entirely. |