-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[BUG] Program crash with mojo 24.3.0 (9882e19d) #2513
Comments
Can you provide the source code by chance? That'll be the easiest to figure out what the problem is and a solution. |
thanks @JoeLoser. i should probably note that the crashing program performs a fairly large recursive calculation. i'm investigating whether i can provide some version of the source code. if so, i would only be comfortable doing that privately. in the meantime, i tried using a Playground and it only indicates that the program failed. i also found that running the program using
the crash above happens at/during the next recursive all. let me know is that helps at all. i am also happy to provide one (or more) of these:
aside - i find this amusing:
because
|
@JoeLoser i guess that doesn't help. |
Bug description
i have a small program that worked perfectly using
mojo 24.2.1
but crashes (segmentation fault) when compiled with
mojo 24.3.0`.it's interesting to note that the previous executable is quite a bit larger than the current one:
Steps to reproduce
the hard thing for me is that i would prefer to not share the code (at least for the foreseeable future).
i will have a look at Playgrounds to see if they can help me.
i was able to generate a core dump. i'm happy to look at that myself -- or pass it along (it is, off course, huge!).
System information
mojo -v
mojo 24.3.0 (9882e19d)
modular -v
modular 0.7.4 (df7a9e8b)
The text was updated successfully, but these errors were encountered: