-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
segfault in GC when using cat() with ellipsis #9883
Comments
It doesn't crash for me on OSX
|
I can reproduce it on windows with the following versioninfo:
Backtrace
|
@micklat Could you show the full output of FWIW I don't see the crash here on Linux:
|
Perhaps it is worth noting that replacing "cat(1," with "vcat(" avoids the crash. |
Managed to catch it in valgrind:
Consistent with a bad GC frame of some sort. |
Interesting: I get this consistently on 64-bit linux (gcc 4.9.1) built in release mode, and it goes away in debug mode. |
This program crashes:
By contrast, this does not crash:
Crash backtrace for the one-liner:
Julia version:
This happens on a machine with 8Gb or RAM.
The text was updated successfully, but these errors were encountered: