-
Notifications
You must be signed in to change notification settings - Fork 61
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] OhMyREPL triggers segmentation fault in Julia 1.11 #376
Comments
it really crashed at printing, somehow, but |
Indeed. Also, adding a line |
Running with bounds checking enabled I get:
By default you will just get memory corruption and whether it segfaults or not is unpredictable but the root cause is not OhMyREPL. |
what does this mean -- I don't see any |
The |
Here is the upstream issue: JuliaLang/julia#41214 |
Hi! I found this code to generate a segfault when using
OhMyREPL
and Julia1.11
. Running with Julia1.10
is fine.I commented out my
startup.jl
, the whole code is here. Commenting the first line removes the issue.Julia
v"1.11.3"
OhMyREPL v0.5.28
additional version info:
The text was updated successfully, but these errors were encountered: