Issue with panics #104
Answered
by
ProfElements
TheTechRobo
asked this question in
Q&A
-
When I panic in my program, even after Maybe this is because the panic handler uses Additionally, is there any way to put in a custom panic handler (disable ogc-rs's) without having to modify the crate? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
ProfElements
Jul 9, 2024
Replies: 1 comment 2 replies
-
Abort causes a program exception you are right. Right now there is not way to change the panic handler. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fade26a should fix the aborting issue. and if you disable the default features you should be able to provide your own.