Skip to content
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

demumble '.?AVlength_error@std@@' crashes #7

Closed
tanderson-google opened this issue May 14, 2019 · 3 comments
Closed

demumble '.?AVlength_error@std@@' crashes #7

tanderson-google opened this issue May 14, 2019 · 3 comments

Comments

@tanderson-google
Copy link

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.

@nico
Copy link
Owner

nico commented May 24, 2019

Thanks for the report!

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.

@nico nico closed this as completed May 24, 2019
@nico
Copy link
Owner

nico commented Jun 24, 2019

The new 1.2.1 release should fix this and many more similar issues: https://github.com/nico/demumble/releases

@stevemk14ebr
Copy link

This is an RTTI prefix. Probably crashed because it's similar style to normal mangled name, but the prefix differs enough. #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants