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

ci/gnuassertrr: Assertion `node->header != gc_bigval_sentinel_tag' failed #56867

Open
inkydragon opened this issue Dec 19, 2024 · 1 comment
Open
Labels
bug Indicates an unexpected problem or unintended behavior ci Continuous integration GC Garbage collector rr trace included

Comments

@inkydragon
Copy link
Member

Assertion failed occurs on some pr's that only modify documentation and tests.

      From worker 13:	julia: /cache/build/tester-demeter6-11/julialang/julia-master/src/gc-stock.h:492: gc_big_object_link: Assertion `node->header != gc_bigval_sentinel_tag' failed.
      From worker 13:
      From worker 13:	[3285] signal 6 (-6): Aborted
      From worker 13:	in expression starting at none:1
...
compileall                                       (13) |         failed at 2024-12-18T15:02:41.182
Test Failed at /cache/build/tester-demeter6-11/julialang/julia-master/julia-bbaa6059fd/share/julia/test/compileall.jl:6
  Expression: success(pipeline(`$(Base.julia_cmd()) --compile=all --strip-ir --output-o $(dir)/sys.o.a -e 'exit()'`, stderr = stderr))
@inkydragon inkydragon added ci Continuous integration rr trace included GC Garbage collector labels Dec 19, 2024
@vtjnash
Copy link
Member

vtjnash commented Dec 21, 2024

Also seen here: https://buildkite.com/julialang/julia-master/builds/43185#0193e594-4b30-4037-adca-5143b10f6c93, so probably a missing gc root in the ircode.c file

@vtjnash vtjnash added the bug Indicates an unexpected problem or unintended behavior label Dec 21, 2024
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 GC Garbage collector rr trace included
Projects
None yet
Development

No branches or pull requests

2 participants