- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
04420 | Crash/Freeze | Critical (emulator) | Always | Jul 11, 2011, 20:39 | May 28, 2013, 22:53 |
Tester | Tafoid | View Status | Public | Platform | MAME (Self-compiled) |
Assigned To | Robbbert | Resolution | Fixed | OS | |
Status [?] | Resolved | Driver | |||
Version | 0.143u1 | Fixed in Version | 0.149 | Build | Debug |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 04420: crysbios, donghaer, officeye, topbladv: [debug] Crash after OK | ||||
Description |
Backtrace:Program received signal SIGSEGV, Segmentation fault. |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | Debug build specific | ||||
Regression Version | 0.142u1 | ||||
Affected Sets / Systems | crysbios, donghaer, officeye, topbladv | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
5
No.09042
Osso Moderator
Oct 20, 2012, 11:15
|
Can't reproduce it with Linux X64 debug build. |
---|---|
No.09044
Tafoid Administrator
Oct 20, 2012, 12:20
edited on: Oct 20, 2012, 12:23 |
Make sure it's a DEBUG=1 build? To be fair, only officeye and topbladv seem to trigger in my most current testing. |
No.09045
Osso Moderator
Oct 20, 2012, 13:07
|
make -j3 DEBUG=1 SYMBOLS=1 Ubuntu 12.10 X64 all 3 titles don't crash after ok. Perhaps 32 bit only? |
No.09526
Firewave Senior Tester
May 22, 2013, 16:06
|
I can't reproduce this on Linux and also see no errors with ASAN. |
No.09566
Robbbert Senior Tester
May 28, 2013, 13:13
|
All 3 titles crashed, because FlashCmd_r was reading beyond the end of region "user1", which must be at least 0x3000000 in length. Fixed at r23217. |