Skip to content
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

Crash on macOS #239

Open
jangler opened this issue Feb 14, 2025 · 3 comments
Open

Crash on macOS #239

jangler opened this issue Feb 14, 2025 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@jangler
Copy link

jangler commented Feb 14, 2025

A user of my application reports a crash when "spending a couple of seconds looking for files" in dialogs. They report that it happens with both open-file dialogs and save-file dialogs. The user is on macOS Monterey. I'm using the sync API and I believe I'm calling from the main thread in a windowed environment (miniquad/macroquad).

@jangler
Copy link
Author

jangler commented Feb 14, 2025

The application is built on macOS 13, so maybe this could be due to a forward-incompatibility issue in macOS? I'm not sure how that sort of thing works.

@PolyMeilex
Copy link
Owner

Any chance of getting some sort of crash log?

@jangler
Copy link
Author

jangler commented Feb 17, 2025

This is the backtrace I have. However, most of the stack frames are <unknown> and in my experience the order of frames can't really be trusted; i.e. I've seen other examples where the last frame before the panic handler code is not the frame the panic actually originated from.

crash.txt

@PolyMeilex PolyMeilex added bug Something isn't working help wanted Extra attention is needed labels Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants