-
-
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
Intermittant segfault when starting Julia on FC13... Race condition? #3323
Comments
I get a 403 forbidden when I try to access the core file. :) |
Could you do |
Hmmm... OK, try now. I updated the permissions on the file. Stuart On Fri, 7 Jun 2013, Elliot Saba wrote:
|
Sure. Right now I'm trying to get my GitHub repo set up so I can make Stuart On Fri, 7 Jun 2013, Jeff Bezanson wrote:
|
I did a "make clean" and then rebuilt Julia using "make debug". Julia One thing which does look a little off is that when I leave Julia and Error accessing memory address 0x7ffff78244f0: Input/output error. See session log below. I don't know what that is due to, or if it is Stuart [sdb@localhost examples]$ gdb ../julia julia> exit() Program exited normally. (gdb) On Fri, 7 Jun 2013, Jeff Bezanson wrote:
|
Sorry for the tons of spew below. I ran valgrind --tool=drd on Julia. This tool checks for problems with the different threads running. I see a lot of conflicting threads involving openblas, see below. Dunno if this is helpful, but it's a data point. Stuart [sdb@localhost examples]$ valgrind --tool=drd ../julia julia> |
I love spew! Thanks for looking into this. Another thing to try is setting the environment variable |
OPENBLAS_NUM_THREADS=1 fixed the problem. See below. I was not able I dunno about how to open a bug against openblas. Do they have a bug Stuart sdb@localhost examples]$ export OPENBLAS_NUM_THREADS=1 julia> julia> julia> julia> On Fri, 7 Jun 2013, Jeff Bezanson wrote:
|
Yes, they're pretty nice guys about this kind of stuff. Their issue page is here; https://github.com/xianyi/OpenBLAS/issues?state=open |
Openblas is also on github, here: https://github.com/xianyi/OpenBLAS We've filed many issues there and Xianyi is great about it. |
Thanks, guys. I filed bug 229 against OpenBLAS on github. Stuart On Fri, 7 Jun 2013, Jeff Bezanson wrote:
|
This should be fixed by updated OpenBLAS, if not, please reopen. |
Today, (6.6.2013) I cloned the latest Julia onto my FC13 laptop. I built it
successfully. All build tests passed, too. However, when I start
Julia, it segfaults more than 1/2 the time I try to run it. See a session
log below, as well as the output of uname -a.
This smells like some sort of race condition upon startup
(i.e. because it's intermittant). Any ideas why I might see this type
of behavior? FWIW, I have no problems starting Julia on my FC18
desktop.
I have uploaded a core file from one of the segfaults here:
http://www.users.cloud9.net/~sdb/Julia/core.32179
Please take a look and (if possible) debug the problem.
Stuart
[pao: formatting--note fixed-format blocks are set with triple-backquote fences]
The text was updated successfully, but these errors were encountered: