Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
05082 Crash/Freeze Critical (emulator) Always Dec 14, 2012, 00:14 May 21, 2013, 13:57
Tester Tafoid View Status Public Platform MESS (Self-compiled)
Assigned To crazyc Resolution Fixed OS Windows XP
Status [?] Resolved Driver
Version 0.147u2 Fixed in Version Build Normal
Fixed in Git Commit Github Pull Request #
Summary MESS-specific 05082: pc1640: Crash after OK
Description
Program received signal SIGSEGV, Segmentation fault.
0x0202fcfe in address_space_specific<unsigned short, (endianness_t)0, false>::re
ad_lookup (this=0x1f3c590c, byteaddress=112) at src/emu/memory.c:841
841 UINT32 read_lookup(offs_t byteaddress) const { return _Large ? m
_read.lookup_live_large(byteaddress) : m_read.lookup_live_small(byteaddress); }
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version 0.147u2
Affected Sets / Systems pc1640
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
2
User avatar
No.09414
Firewave
Senior Tester
Feb 23, 2013, 18:16
It's a stack overflow.
User avatar
No.09513
crazyc
Developer
May 21, 2013, 13:57
edited on: May 21, 2013, 14:00
Fixed, but video device is incomplete. Use -isa1 ega and set dip to "External EGA" to get video output.