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

Invalid number literals causes crash #53

Closed
pgoodman opened this issue Apr 11, 2022 · 4 comments
Closed

Invalid number literals causes crash #53

pgoodman opened this issue Apr 11, 2022 · 4 comments

Comments

@pgoodman
Copy link

e.g. foo(123a).

@felixwilhelm
Copy link
Collaborator

Hey,

thanks for the bug report. I'm not able to reproduce this. Could you add an example source + query that triggers a crash?

@pgoodman
Copy link
Author

I am actually unable to reproduce this as well :-/ This happened about a week ago, where I wrote a sort of incorrect query like memcpy($$a, $$b, $$c) and so it interpreted the $$ as process ID I think, and the issues query was memcpy(3952a, 3952b, 3952c). At the time, I grabbed this screenshot, but can't repro now:
image

@pgoodman
Copy link
Author

Oh I think I have weggli configuration disabled, that is why. I can probably still reproduce if I re-configure my build. Is the screenshot sufficient?

@felixwilhelm
Copy link
Collaborator

I'll close this in favor of #61.
Lets track progress on this issue there.

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

2 participants