-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mariani crashes on launch (without hack) #3
Comments
With Address Sanitizer enabled, pretty sure this is the culprit:
but I can't quite figure out where in the constructor chain this is happening. |
Still an issue with Xcode 14.2.0 on macOS 13.1. |
|
Looks pretty clear that the root cause is the chain of constructors starting from
Next step might be an experiment to pull in everything manually from the ancestor classes and see if that sidesteps things. Or #37 might help. |
https://github.com/sh95014/AppleWin/tree/x-consolidate-frames is an attempt to consolidate the code from |
Seems to be fixed with https://github.com/sh95014/AppleWin/tree/frame-refactor-2023 |
Nope, but seems to go away if I comment out: CConfigNeedingRestart myHardwareConfig; in |
Still happens with Address Sanitizer enabled |
To Reproduce
Steps to reproduce the behavior:
MarianiFrame.h
Actual behavior
Crashes on launch.
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: