Results 423 comments of leamas

The important piece of info here is the stacktrace. Unfortunately, it only contains raw addresses, though. I'm not really comfortable with the clang toolchain -- using gcc these raw addresses...

> Linux (22-4) What is this? Ubuntu? > wxWidgets 3.3? Really?

Not much standard here. There is no official support for neither Kubuntu nor custom wxWidgets builds. It might be useful if you could reproduce this on a supported platform.

No hint, but there is always the brute-force `git bisect` approach, assuming that this is some kind of regression. The first check would then be to checkout previous version `Release_5.8.2`,...

Sorry, won't make it for 5.10 either. Related: #3805 Moving milestone

This is also discussed in https://github.com/OpenCPN/OpenCPN/discussions/3346#discussioncomment-6759601. TL;DR This is not only about when OpenCPN crashes. EDIT: This is then effectively a duplicate of #3410.

sorry, you are right. It's related, but not the same

IMHO, this is more of a bug than recent discussions about the Options dialog. The difference is that this dialog is (should be?) modal, and a modal dialog should indeed...

Yes, I can reproduce this also on plain shipdriver builds. Digging

This is indeed the core problem. A really nice catch! However, just using BUILD_TYPE=flatpak in the manifest does not work in the general case. I'm on it, but probably need...