-
-
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
Bug, hangs, in 1.6 #36075
Comments
I checked out that commit and I cannot reproduce this. Could you provide the output of |
It's the same hang here:
Attaching to the julia process with gdb yields the following:
Fileno 19 is (output from lsof on the process):
The other threads are as follows: Thread 2:
The rest of the threads also wait for a futex in libuv. |
And, by the way, the other end of tcp connection is connected to a process running gksqt. I can't find its symbols, so gdb is less helpful.
|
Getting an rr trace could help in debugging this ( |
I tried
|
Ah, you'll want to set that sysctl first:
@tkf proposed a better error message (JuliaLang/BugReporting.jl#21), which should help in the future |
Is 0 better? I use 1 (as the error message says so) |
1 is fine |
Should I manually (archive 327M directory, and) upload (and where?) after
At least I could exit, without rr, I couldn't with CTRL-C. |
It would be best to |
FYI: JuliaPlots/Plots.jl#2819 (comment)
It might likely be related (or not), while I didn't do any upgrade (or downgrade), knowingly, except to later Julia (and I have 18.04). |
A. The good news is this just works in latest Julia 1.6 nightly, just not in Julia 1.5 (but note I installed musl variant of it). If someone (e.g. @jheinen or me later) can confirm Julia 1.5 regular version works, then this issue can be closed. Unless you want it open for musl.
B. I would upload a bug-report like this, except I can't (again, probably because of musl, open a new issue on that? This works in 1.6, and the GR example completes so I guess useless to upload it):
|
FYI to people who seemingly reproduced, e.g. @sgaure, and those that didn't. In my case at least this hang is likely about defunct Julia processes. See: I'm not sure Julia is the root cause (not can rule out), any version. I wanted to notify people here (while I remember this), in case anyone scratching their head. This may have happened by accident in later versions of Julia, while possibly could have happened to any (then a problem with GR, only, possibly)? "defunct" is an annoying problem in Linux, and I only know how to "solve" with a restart, so will have to wait. Can anyone without such problems confirm GR works in Julia 1.5.1 and 1.6? |
Works in latest 1.5 beta1, but, not in the nightly I just downloaded:
Also hangs on 1.6 8f512f3 (19 days old master); and other optimization levels (but worked in older 1.5 "ea669c3d3e (33 days old master)").
The text was updated successfully, but these errors were encountered: