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

signal (6): Abort trap:6 on emacs #24169

Closed
hawkish opened this issue Oct 16, 2017 · 3 comments · Fixed by #24190
Closed

signal (6): Abort trap:6 on emacs #24169

hawkish opened this issue Oct 16, 2017 · 3 comments · Fixed by #24190

Comments

@hawkish
Copy link

hawkish commented Oct 16, 2017

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

@hawkish
Copy link
Author

hawkish commented Oct 16, 2017

Hmm. See #18818. Apparently this has something to do with emacs and RLIMIT_STACK.

@hawkish hawkish closed this as completed Oct 17, 2017
@hawkish hawkish reopened this Oct 17, 2017
@hawkish
Copy link
Author

hawkish commented Oct 17, 2017

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?

@ararslan
Copy link
Member

Sorry, this got auto-closed. Not fixed quite yet.

@ararslan ararslan reopened this Oct 18, 2017
ararslan added a commit that referenced this issue Oct 18, 2017
This includes a fix from upstream libuv that ensures that the thread
stack size is set to a multiple of the page size.

Fixes #18818
Fixes #24169
ararslan added a commit that referenced this issue Oct 18, 2017
This includes a fix from upstream libuv that ensures that the thread
stack size is set to a multiple of the page size.

Fixes #18818
Fixes #24169
ararslan added a commit that referenced this issue Oct 18, 2017
This includes a fix from upstream libuv that ensures that the thread
stack size is set to a multiple of the page size.

Fixes #18818
Fixes #24169
ararslan added a commit that referenced this issue Nov 2, 2017
This includes a fix from upstream libuv that ensures that the thread
stack size is set to a multiple of the page size.

Fixes #18818
Fixes #24169
ararslan added a commit that referenced this issue Nov 11, 2017
This includes a fix from upstream libuv that ensures that the thread
stack size is set to a multiple of the page size.

Fixes #18818
Fixes #24169
ararslan added a commit that referenced this issue Nov 11, 2017
This includes a fix from upstream libuv that ensures that the thread
stack size is set to a multiple of the page size.

Fixes #18818
Fixes #24169
ararslan added a commit that referenced this issue Nov 11, 2017
This includes a fix from upstream libuv that ensures that the thread
stack size is set to a multiple of the page size.

Fixes #18818
Fixes #24169
ararslan added a commit that referenced this issue Nov 11, 2017
This includes a fix from upstream libuv that ensures that the thread
stack size is set to a multiple of the page size.

Fixes #18818
Fixes #24169

(cherry picked from commit 6a23e23)
ararslan added a commit that referenced this issue Nov 11, 2017
This includes a fix from upstream libuv that ensures that the thread
stack size is set to a multiple of the page size.

Fixes #18818
Fixes #24169

(cherry picked from commit 6a23e23)
ararslan added a commit that referenced this issue Nov 14, 2017
This includes a fix from upstream libuv that ensures that the thread
stack size is set to a multiple of the page size.

Fixes #18818
Fixes #24169

(cherry picked from commit 6a23e23)
ararslan added a commit that referenced this issue Nov 21, 2017
This includes a fix from upstream libuv that ensures that the thread
stack size is set to a multiple of the page size.

Fixes #18818
Fixes #24169

(cherry picked from commit 6a23e23)
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

Successfully merging a pull request may close this issue.

2 participants