-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
electron dumps core #184
Comments
Tried julia> Blink.AtomShell.uninstall()
julia> Blink.AtomShell.install() does not help. I wonder if I could somehow install electron via nodejs and tell Blink about it? |
I'm having similar problems, always on Ubuntu 18.10 (and Blink 0.9). I can reproduce the above error and if If I try to open a window with julia> using Blink
julia> Window()
ERROR: IOError: connect: connection refused (ECONNREFUSED)
Stacktrace:
[1] try_yieldto(::typeof(Base.ensure_rescheduled), ::Base.RefValue{Task}) at ./event.jl:196
[2] wait() at ./event.jl:255
[3] wait(::Condition) at ./event.jl:46
[4] stream_wait(::Sockets.TCPSocket, ::Condition) at ./stream.jl:47
[5] wait_connected(::Sockets.TCPSocket) at ./stream.jl:330
[6] connect(::Sockets.TCPSocket, ::Sockets.IPv4, ::Int64) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Sockets/src/Sockets.jl:456
[7] connect(::Sockets.IPv4, ::Int64) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Sockets/src/Sockets.jl:440
[8] #try_connect#5(::Float64, ::Int64, ::Function, ::Sockets.IPv4, ::Vararg{Any,N} where N) at /home/pietro/.julia/packages/Blink/6QR5U/src/AtomShell/process.jl:71
[9] try_connect at /home/pietro/.julia/packages/Blink/6QR5U/src/AtomShell/process.jl:69 [inlined]
[10] #init#6(::Bool, ::Function) at /home/pietro/.julia/packages/Blink/6QR5U/src/AtomShell/process.jl:85
[11] #init at ./none:0 [inlined]
[12] #shell#9(::Bool, ::Function) at /home/pietro/.julia/packages/Blink/6QR5U/src/AtomShell/process.jl:123
[13] shell at /home/pietro/.julia/packages/Blink/6QR5U/src/AtomShell/process.jl:121 [inlined]
[14] #Window#12(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Type) at /home/pietro/.julia/packages/Blink/6QR5U/src/AtomShell/window.jl:70
[15] Window() at /home/pietro/.julia/packages/Blink/6QR5U/src/AtomShell/window.jl:70
[16] top-level scope at none:0 |
The following hack works:
I wonder if it is simply an issue with the version installed by Blink being incompatible with Ubuntu 18.10? |
Fixed(?) by #187. Feel free to open a new issue if you're still having problems. |
First I thought it was #128, but narrowed it down to electron not starting following the advice there.
Ubuntu 18.10, happy to provide more information for debugging.
The text was updated successfully, but these errors were encountered: