- --
Viewing Issue Advanced Details
| ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 05857 | Crash/Freeze | Critical (emulator) | Always | Feb 26, 2015, 09:58 | Nov 5, 2022, 09:28 |
| Tester | Firewave | View Status | Public | Platform | MESS (Self-compiled) |
| Assigned To | Resolution | Fixed | OS | Linux | |
| Status [?] | Resolved | Driver | |||
| Version | 0.159 | Fixed in Version | Build | Debug | |
| Fixed in Git Commit | Github Pull Request # | ||||
| Summary |
|
||||
| Description |
ASAN:SIGSEGV
=================================================================
==3028==ERROR: AddressSanitizer: stack-overflow on address 0x7ffff30a3ff8 (pc 0x000004ab2821 bp 0x7ffff30a4470 sp 0x7ffff30a3f60 T0)
#0 0x4ab2820 in z80_device::op_dd() /home/notroot/trunk/src/emu/cpu/z80/z80.c
#1 0x4abf0d7 in z80_device::dd_dd() /home/notroot/trunk/src/emu/cpu/z80/z80.c:2214:26
#2 0x4abf0d7 in z80_device::op_dd() /home/notroot/trunk/src/emu/cpu/z80/z80.c:3094
#3 0x4abf0d7 in z80_device::dd_dd() /home/notroot/trunk/src/emu/cpu/z80/z80.c:2214:26
#4 0x4abf0d7 in z80_device::op_dd() /home/notroot/trunk/src/emu/cpu/z80/z80.c:3094
#5 0x4abf0d7 in z80_device::dd_dd() /home/notroot/trunk/src/emu/cpu/z80/z80.c:2214:26
...
#499 0x4abf0d7 in z80_device::dd_dd() /home/notroot/trunk/src/emu/cpu/z80/z80.c:2214:26
#500 0x4abf0d7 in z80_device::op_dd() /home/notroot/trunk/src/emu/cpu/z80/z80.c:3094
#501 0x4abf0d7 in z80_device::dd_dd() /home/notroot/trunk/src/emu/cpu/z80/z80.c:2214:26
#502 0x4abf0d7 in z80_device::op_dd() /home/notroot/trunk/src/emu/cpu/z80/z80.c:3094
SUMMARY: AddressSanitizer: stack-overflow /home/notroot/trunk/src/emu/cpu/z80/z80.c:0 z80_device::op_dd()
|
||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Github Commit | |||||
| Flags | |||||
| Regression Version | |||||
| Affected Sets / Systems | phc77, victhc90, victhc95, victhc95a | ||||
|
Attached Files
|
|||||
Relationships
Notes
2
|
No.11480
Robbbert Moderator
Feb 26, 2015, 22:27
edited on: Feb 26, 2015, 22:33 |
All these game are marked as NOT_WORKING. A note in the source indicates that things are missing, emulation not complete. Under debug, it can be seen that all 4 sets run off into the weeds after a while. |
|---|---|
|
No.20743
Firewave Senior Tester
Nov 5, 2022, 09:28
|
No ASAN error reported with 0.249 on Linux. |