Skip to content
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

Latest nightly crashes when starting on Ubuntu 12.04 64-bit #3865

Closed
jvns opened this issue Jul 28, 2013 · 4 comments
Closed

Latest nightly crashes when starting on Ubuntu 12.04 64-bit #3865

jvns opened this issue Jul 28, 2013 · 4 comments
Assignees

Comments

@jvns
Copy link

jvns commented Jul 28, 2013

I just tried installing Julia for the time from the PPA

sudo add-apt-repository ppa:staticfloat/julianightlies
sudo add-apt-repository ppa:staticfloat/julia-deps
sudo apt-get update
sudo apt-get install julia

When I try to start it, I get this error:

$ julia
OpenBLAS : Your OS does not support AVX instructions. OpenBLAS is using Nehalem kernels as a fallback, which may give poorer performance.
fatal: error thrown and no exception handler available.
exec: error -5
@ghost ghost assigned staticfloat Jul 29, 2013
@staticfloat
Copy link
Sponsor Member

Can I get some more information about your machine? What CPU are you on, and where is your libpcre installed?

For reference, mine is:

$ dpkg -L libpcre3 | grep libpcre.so
/lib/x86_64-linux-gnu/libpcre.so.3.13.1
/lib/x86_64-linux-gnu/libpcre.so.3

Also, can you upload the output of strace julia? If it's really long, you can put it in a gist

@JeffBezanson
Copy link
Sponsor Member

maybe same issue as #3799?

@jvns
Copy link
Author

jvns commented Jul 31, 2013

Now when I try to start julia it works. Weird. It's possible that I updated again and the problem went away, but I don't remember upgrading julia.

Here's the info you asked for anyway:

bork@kiwi /tmp> dpkg -L libpcre3 | grep libpcre.so
/lib/x86_64-linux-gnu/libpcre.so.3.13.1
/lib/x86_64-linux-gnu/libpcre.so.3

Output of strace julia: http://pastebin.com/PusXAZzH

@staticfloat
Copy link
Sponsor Member

I have heard tell of a restart fixing these issues. I have no idea why that would be necessary, but more than one person has said that a restart magically fixed everything for them. Perhaps its an ldconfig problem or something that is not getting updated properly when one of the dependencies gets installed.

In any case, I'm glad it's working. Please open another issue if something goes awry again!

KristofferC pushed a commit that referenced this issue Apr 10, 2024
Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: master
Julia branch: master
Old commit: 162634c56
New commit: 8f772ffa7
Julia version: 1.12.0-DEV
Pkg version: 1.12.0
Bump invoked by: @KristofferC
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaLang/Pkg.jl@162634c...8f772ff

```
$ git log --oneline 162634c56..8f772ffa7
8f772ffa7 prune manifest after the set of some deps have been "demoted" to weakdeps (#3864)
88c38b2cd make `add` and `dev` on a package remove it from the set of weak dependencies (#3865)
9210a1da5 fix how entry point to package is computed with `path` provided in project file (#3850)
77620a945 extensions: fixup entire manifest (#3720)
8cc835c7d Report failures to download artifacts as failures (#3860)
2f318cf66 remove unused PkgPrecompileError type (#3858)
```

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants