-
-
Notifications
You must be signed in to change notification settings - Fork 62
Debug info for panic in FFI #304
Comments
This not under gir control, see https://github.com/gtk-rs/glib/blob/master/src/source.rs#L75-L85 |
I know this message comes from this code, but perhaps |
Need of |
@antoyo As you have panic test case, can you check that panic will be caught without this line https://github.com/gtk-rs/gio/blob/master/src/auto/socket_listener.rs#L99 and that |
I mean that unwinding already landed in last stable (second time), we just waiting to be sure that it will be not reverted again. |
Yeah, I see the backtrace on Rust nightly. |
Thanks for confirming, so we just wait for stable 1.26.0 and remove |
It was not ready for 1.25 unfortunately |
Then we better wait for stable 1.27.0 |
Hi.
I had a lot of trouble to debug this issue, so instead of just having "Uncaught panic, exiting", it would be nice to have more info maybe the stack trace, to be able to debug.
Thanks.
The text was updated successfully, but these errors were encountered: