- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
05862 | Crash/Freeze | Critical (emulator) | Always | Mar 5, 2015, 17:33 | Mar 19, 2015, 23:56 |
Tester | Firewave | View Status | Public | Platform | MAME (Self-compiled) |
Assigned To | peterferrie | Resolution | Fixed | OS | Linux |
Status [?] | Resolved | Driver | |||
Version | 0.159 | Fixed in Version | 0.160 | Build | Debug |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 05862: queen: [debug] Assertion | ||||
Description |
MAME exception: assert: src/mame/drivers/queen.c:156: function >= 0 && function < ARRAY_LENGTH(state->m_piix4_config_reg) |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | Debug build specific | ||||
Regression Version | |||||
Affected Sets / Systems | queen | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
3
No.11526
Firewave Senior Tester
Mar 19, 2015, 07:15
|
Apparently fixed by Peter Ferrie https://github.com/mamedev/mame/commit/1477c0133e5bc6883df9cfdb35a325e9d9d13e4b |
---|---|
No.11528
peterferrie Developer
Mar 19, 2015, 14:58
|
Yes, the exact cause was determined and it is fixed for 0.160. |
No.11529
Firewave Senior Tester
Mar 19, 2015, 23:56
|
You can remove the assert as well then. It was just added to highlight the issue only asan/ubsan might show. |