You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it happens, I've been fixing lots and lots of crash-on-invalid bugs upstram about a month ago, and this is already fixed on master as of 633d0e5. I'll make a new release at some point – let me know if you feel this warrants doing this earlier rather than later.
The following crashes:
$ demumble '?AVlength_error@std@@'
[1] 211865 segmentation fault
But this doesn't:
$ demumble '.?AVlength_error@std@@'
.?AVlength_error@std@@
Possibly a bug in upstream LLVM.
The text was updated successfully, but these errors were encountered: