- --
Viewing Issue Advanced Details
[ Jump to Notes ]
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
01908 | Crash/Freeze | Critical (emulator) | Always | Jun 18, 2008, 16:31 | Jun 20, 2008, 14:42 |
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.125u6 | Fixed in Version | 0.125u7 | Build | Debug |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 01908: Various: [debug] Access Violation when saving a snapshot | ||||
Description |
A lot of drivers are crashing, if you run them with -video none. Here is an example: 20pacgal.c: 20pacgal ----------------------------------------------------- Exception at EIP=009ED69F (video_get_view_for_target+0x48fc): ACCESS VIOLATION While attempting to read memory at 12BB0000 ----------------------------------------------------- EAX=12BB0000 EBX=12B71000 ECX=00000000 EDX=000000E1 ESI=12DF1000 EDI=00000000 EBP=0022F7A8 ESP=0022F768 |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | Debug build specific | ||||
Regression Version | 0.125u6 | ||||
Affected Sets / Systems | Various | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
5
![]() No.01316
Tafoid Administrator
Jun 18, 2008, 16:43
|
It would seem to be a Debug build only crash, as a normal build runs fine for me: mame 20pacgal -video none -str 5. I hear sounds but no crash - normal exit after time is done. |
---|---|
![]() No.01330
Firewave Senior Tester
Jun 19, 2008, 22:37
edited on: Jun 20, 2008, 00:09 |
Here is the backtrace (with -nosound -video none -window -nodebug -rp d:\_roms\mame -str 2 20pacgal):Program received signal SIGSEGV, Segmentation fault. |
![]() No.01332
Tafoid Administrator
Jun 20, 2008, 00:08
|
I tried 20pacgal with mame debug build .. and it doesn't matter if I put -video_none or not .. if I use -str AT ALL, it crashes after time is up. If -str isn't there, it doesn't crash for me. |
![]() No.01333
Firewave Senior Tester
Jun 20, 2008, 00:12
|
The backtrace also shows it's the snapshot code, that is causing the crash. Run the set and just hit F12 and you get the same crash. |
![]() No.01334
Tafoid Administrator
Jun 20, 2008, 00:23
|
Yup.. sure does at that. |