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

BinDeps.jl crash Julia in macOS Mojave #396

Open
ronisbr opened this issue Mar 8, 2019 · 3 comments
Open

BinDeps.jl crash Julia in macOS Mojave #396

ronisbr opened this issue Mar 8, 2019 · 3 comments

Comments

@ronisbr
Copy link

ronisbr commented Mar 8, 2019

Hi guys,

I am seeing a crash during the Cairo.jl build process:

signal (11): Segmentation fault: 11
in expression starting at no file:0
_platform_strcmp at /usr/lib/system/libsystem_platform.dylib (unknown line)
Allocations: 25463913 (Pool: 25459707; Big: 4206); GC: 58
[1]    666 segmentation fault  julia

which is caused by the following command of BinDeps.jl:

@BinDeps.install Dict([(:gobject, :_jl_libgobject),
                              (:cairo, :_jl_libcairo),
                              (:pango, :_jl_libpango),
                              (:pangocairo, :_jl_libpangocairo)])

It is happening on macOS Mojave using Julia 1.1.0.

@cormullion
Copy link

cormullion commented Mar 12, 2019

Presumably this is the same fault that is causing Travis to segfault for all macOS/Cairo installations since last week?

If it is, though, I don’t think it’s related to Mojave, because the tests I’ve seen that segfault are running on High Sierra.... 🙁

Is BInDeps still supported?

@ngvrnd
Copy link

ngvrnd commented Mar 18, 2019

Also experiencing this when trying to build Cairo under Mojave on a MacBook Air.

@krcolbert
Copy link

I too am seeing this error when trying to build Cairo with Mojave.

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

4 participants