-
-
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
signal (6): Abort trap:6 on emacs #24169
Comments
Hmm. See #18818. Apparently this has something to do with emacs and RLIMIT_STACK. |
This issue seems to be already solved but never applied to the libuv fork. See the comments by @andreasnoack and @vtjnash in #18818. Any chance of this happening soon - and can I help? |
Sorry, this got auto-closed. Not fixed quite yet. |
Merged
ararslan
added a commit
that referenced
this issue
Nov 11, 2017
ararslan
added a commit
that referenced
this issue
Nov 11, 2017
ararslan
added a commit
that referenced
this issue
Nov 11, 2017
ararslan
added a commit
that referenced
this issue
Nov 14, 2017
ararslan
added a commit
that referenced
this issue
Nov 21, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to use Julia and emacs in concert.
I would really like to use Julia with a nice REPL, so I've been trying to setup julia-mode with julia-repl or Julia-shell or simply ESS, but everything I've tried results in the same error.
To reproduce:
M-x ansi-term RET
julia> using Requests
julia> import Requests: get, post, put, delete, options
julia> get("http://www.google.dk")
Error:
signal (6): Abort trap: 6
while loading no file, in expression starting on line 0
__pthread_kill at /usr/lib/system/libsystem_kernel.dylib (unknown line)
Allocations: 2009569 (Pool: 2008310; Big: 1259); GC: 2
Abort trap: 6
I'm on MacOS High Sierra, Emacs 25.3 and Julia 0.6.0
The text was updated successfully, but these errors were encountered: