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

Many segfaults in x86_64-apple-darwin CI #44891

Closed
tkf opened this issue Apr 7, 2022 · 3 comments
Closed

Many segfaults in x86_64-apple-darwin CI #44891

tkf opened this issue Apr 7, 2022 · 3 comments
Labels
bug Indicates an unexpected problem or unintended behavior ci Continuous integration system:mac Affects only macOS

Comments

@tkf
Copy link
Member

tkf commented Apr 7, 2022

Not sure if this is an issue that is OK to ignore, but https://buildkite.com/julialang/julia-master/builds/10799#a370ae8f-3465-4ae1-b227-85b3b42e3b96 (in #44792 but the PR is likely irrelevant) has a couple of

      From worker 4:
      From worker 4:	signal (6): Abort trap: 6
      From worker 4:	in expression starting at none:0

and many

      From worker 5:	signal (11): Segmentation fault: 11
      From worker 5:	in expression starting at none:0

from a few workers (including a few of this from worker 4). Not sure if it's related but this test also has

      From worker 17:	julia(34134,0x70000c014000) malloc: *** error for object 0x7fc9ddc8aac0: pointer being realloc'd was not allocated
      From worker 17:	julia(34134,0x70000c014000) malloc: *** set a breakpoint in malloc_error_break to debug
      From worker 17:
      From worker 17:	signal (6): Abort trap: 6
      From worker 17:	in expression starting at none:0
      From worker 17:	__pthread_kill at /usr/lib/system/libsystem_kernel.dylib (unknown line)
      From worker 17:	Allocations: 11064404 (Pool: 11058487; Big: 5917); GC: 18

aarch64-apple-darwin in the same build also has many similar segfauilt messages.

@tkf tkf added the ci Continuous integration label Apr 7, 2022
@giordano
Copy link
Contributor

giordano commented Apr 7, 2022

Likely duplicate of #44562

@maleadt
Copy link
Member

maleadt commented Apr 7, 2022

I don't know, it starts with an SIGABRT here. The fact that it then cascades into segfaults is fixed by #44562 (comment).

@DilumAluthge DilumAluthge added bug Indicates an unexpected problem or unintended behavior system:mac Affects only macOS labels Apr 12, 2022
@ViralBShah
Copy link
Member

Closing since we have been better on darwin CI recently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior ci Continuous integration system:mac Affects only macOS
Projects
None yet
Development

No branches or pull requests

5 participants