Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
02012 Crash/Freeze Critical (emulator) Always Jul 15, 2008, 19:21 Jan 2, 2009, 04:07
Tester Firewave View Status Public Platform MAME (Self-compiled)
Assigned To aaron Resolution Fixed OS Windows XP/Vista 64-bit
Status [?] Resolved Driver
Version 0.126 Fixed in Version 0.129 Build Debug
Fixed in Git Commit Github Pull Request #
Summary 02012: fatalerror with "symlist" while running game
Description When the game is running in the debugger and you type "symlist" it does report a fatalerror:

Fatal error: activecpu_get_icount() called with no active cpu!
Caused by assert: src/emu/cpuintrf.c:1239: activecpu >= 0
--- memory leak warning ---
allocation #018981, 8 bytes (src/osd/windows/strconv.c:103)
a total of 8 bytes were not free()'d
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version
Affected Sets / Systems
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
3
User avatar
No.01643
Firewave
Senior Tester
Jul 15, 2008, 20:22
Other commands would just report "No active CPU!" and continue the execution.
User avatar
No.03457
Firewave
Senior Tester
Jan 1, 2009, 23:39
This is working in 0.128u7. Might have been fixed with the removal of activecpu.
User avatar
No.03467
aaron
Developer
Jan 2, 2009, 04:07
Yes, the problematic ambiguity is resolved, so this should no longer be an issue.