-
-
Notifications
You must be signed in to change notification settings - Fork 727
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
fmt.assertf crashes on assertion fail #3000
Comments
Failure Information (for bugs)The code is in 0d/odin/registry0d. Note that the fmt.printf on child_decl.name works, but the fmt.assertf crashes...
|
I'm trying to reproduce this on linux, and I seem to be getting an assertion when your code is trying to open a file in
This seems to be the relevant part, you seem to be opening the file but it's not created. Can you walk me through the process of how that temporary file is supposed to be created?
|
I don't believe that that's the main issue. I did, however, forget that you might need to rebuild this and (obviously) did not provide all the files. The missing file is due to something else, the issue appears to be when I call Here is what
If that doesn't suggest a fix, then I will continue culling my example code...
|
Well that looks sus. I think something about your call to the failing assert is busted |
I think these massive lengths are just bad debug info which I encounter a lot. Does this also happen when you change the |
Could it be that the syscall number is wrong? Though that would be weird I can't imagine anyone else not hitting that if that's the case, however the error message seems to suggest that it's the case for other people who've been getting a similar problem. Also your screenshot says the stop reason is |
You migh be right, it could require @guitarvydas can you try changing |
Main.odin calls 2 functions. They are almost the same, except that
This might be a MacOS issue... On my Mac (Intel, MacOS Ventura 13.6.1), the second call crashes. As far as I can tell, the failure happens due to
To duplicate: (Maybe this works fine on Linux, but crashes on MacOS). |
It appears that the 0x2000004 change fixes this issue. Error messages as expected, but no crash
|
Nice, I will verify it works on arm too and create a PR to fix it for everyone |
Congradulations, this is 3000'th issue that's been posted on this project and you won the prize of 1 million USD, which you can claim if you follow the following link: claim your prize EDIT: me realising that double underscore doesn't make underlined text in markdown. How do you do it? |
Context
fmt.assertf on assertion failure, crashes with bad trap
Operating System & Odin Version:
MacOS 13.6.1 (22G313)
odin version dev-2023-11:3c021f9c
Expected Behavior
My code should assert fail and print a message.
Current Behavior
Instead it crashes. Bad trap.
Failure Information (for bugs)
Steps to Reproduce
frame #5 calls fmt.assertf, then frame #0 crashes (len=... is suspicious, but looks OK in frame #1)
Failure Logs
The text was updated successfully, but these errors were encountered: