- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
01962 | Crash/Freeze | Critical (emulation) | Always | Jul 1, 2008, 10:15 | Jul 1, 2008, 14:50 |
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.125u8 | Fixed in Version | 0.125u9 | Build | Debug |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 01962: tailg: [debug] "Fatal error: Input ports cannot be read at init time!" with -debug | ||||
Description |
When run with -debug tailg fails to run. It also reports memory leaks (guess those are caused by the fatal error): Fatal error: Input ports cannot be read at init time! Caused by assert: src/emu/inptport.c:1213: portdata->safe_to_read --- memory leak warning --- allocation #005168, 3 bytes (src/emu/debug/express.c:1810) allocation #005167, 32 bytes (src/emu/debug/express.c:1804) allocation #005166, 6 bytes (src/emu/debug/express.c:1810) allocation #005165, 32 bytes (src/emu/debug/express.c:1804) allocation #005164, 392 bytes (src/emu/debug/express.c:1758) allocation #005163, 6 bytes (src/emu/debug/express.c:1810) allocation #005162, 32 bytes (src/emu/debug/express.c:1804) allocation #005161, 6 bytes (src/emu/debug/express.c:1810) allocation #005160, 32 bytes (src/emu/debug/express.c:1804) allocation #005159, 6 bytes (src/emu/debug/express.c:1810) allocation #005158, 32 bytes (src/emu/debug/express.c:1804) allocation #005157, 6 bytes (src/emu/debug/express.c:1810) allocation #005156, 32 bytes (src/emu/debug/express.c:1804) allocation #005155, 6 bytes (src/emu/debug/express.c:1810) allocation #005154, 32 bytes (src/emu/debug/express.c:1804) allocation #005153, 6 bytes (src/emu/debug/express.c:1810) allocation #005152, 32 bytes (src/emu/debug/express.c:1804) allocation #005151, 6 bytes (src/emu/debug/express.c:1810) allocation #005150, 32 bytes (src/emu/debug/express.c:1804) allocation #005149, 6 bytes (src/emu/debug/express.c:1810) allocation #005148, 32 bytes (src/emu/debug/express.c:1804) allocation #005147, 6 bytes (src/emu/debug/express.c:1810) allocation #005146, 32 bytes (src/emu/debug/express.c:1804) allocation #005145, 6 bytes (src/emu/debug/express.c:1810) allocation #005144, 32 bytes (src/emu/debug/express.c:1804) allocation #005143, 6 bytes (src/emu/debug/express.c:1810) allocation #005142, 32 bytes (src/emu/debug/express.c:1804) allocation #005141, 6 bytes (src/emu/debug/express.c:1810) allocation #005140, 32 bytes (src/emu/debug/express.c:1804) allocation #005139, 10 bytes (src/emu/debug/express.c:1810) allocation #005138, 32 bytes (src/emu/debug/express.c:1804) allocation #005137, 10 bytes (src/emu/debug/express.c:1810) allocation #005136, 32 bytes (src/emu/debug/express.c:1804) allocation #005135, 9 bytes (src/emu/debug/express.c:1810) allocation #005134, 32 bytes (src/emu/debug/express.c:1804) allocation #005133, 7 bytes (src/emu/debug/express.c:1810) allocation #005132, 32 bytes (src/emu/debug/express.c:1804) allocation #005131, 7 bytes (src/emu/debug/express.c:1810) allocation #005130, 32 bytes (src/emu/debug/express.c:1804) allocation #005129, 7 bytes (src/emu/debug/express.c:1810) allocation #005128, 32 bytes (src/emu/debug/express.c:1804) allocation #005127, 7 bytes (src/emu/debug/express.c:1810) allocation #005126, 32 bytes (src/emu/debug/express.c:1804) allocation #005125, 392 bytes (src/emu/debug/express.c:1758) a total of 1594 bytes were not free()'d |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | Debug build specific | ||||
Regression Version | |||||
Affected Sets / Systems | tailg | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
1
No.01461
Tafoid Administrator
Jul 1, 2008, 10:43
|
You also get a Fatal Error (less memory leak warnings) on a normal build with -debug switch. |
---|