mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
more bug commentary: apparently the crashes some demos exhibit if run
twice are related to the ability to choose the private area size, meaning that if the private area is too small, the demo (or DOSBox?) causes memory corruption or overruns the buffer?
This commit is contained in:
@@ -20,3 +20,7 @@ BUG: You can only run the demo once. Additional attempts log "illegal instructio
|
||||
Warning: Illegal read from b66b1da, CS:IP 8: b66700a
|
||||
Warning: Illegal read from b66b1db, CS:IP 8: b66700a
|
||||
|
||||
- This apparently only happens if "private area size" is less than 16384, regardless of
|
||||
"mainline compatible mapping" and "private area in umb" settings. Hm... is DOSBox
|
||||
writing things beyond the block of private space it just allocated?
|
||||
|
||||
|
Reference in New Issue
Block a user