-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
WIP: Run failing test via lldb #362
base: main
Are you sure you want to change the base?
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
CC @gillins |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2023.08.11.11.50.55
looks like the dump is never written |
So still doesn't give us the stack dump for |
Seems there is some crash handling here: https://github.com/qgis/QGIS/blob/1d63d5fce9ff1193df6a4c4690416471ed039008/src/app/main.cpp#L532 but maybe this isn't working like it should on OSX? |
To reproduce locally, will I need to build or can I install from some repo? |
You should be able to just |
Or:
To be safe and create in a brand new env. |
Although if you want a |
Is there also an option to get a python debug build? |
Seems support has been recently added for Debug Python builds here: conda-forge/python-feedstock#597 - I couldn't actually follow how to do this but maybe you have more patience. |
@m-kuhn can we close this one or you plan to keep working on it? |
followup #360