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

fix #29429, make local-sparam conflict an error instead of warning #30184

Merged
merged 2 commits into from
Nov 29, 2018

Conversation

JeffBezanson
Copy link
Member

fix #29429

@JeffBezanson JeffBezanson added the minor change Marginal behavior change acceptable for a minor release label Nov 28, 2018
@JeffBezanson JeffBezanson added this to the 1.1 milestone Nov 28, 2018
@iblislin
Copy link
Member

On the same FreeBSD CI worker:

      From worker 5:	Assertion failed: (e && ptls->bt_size != 0), function jl_sig_throw, file /usr/home/julia/julia-fbsd-buildbot/worker/freebsdci/build/src/task.c, line 437.
      From worker 5:	
      From worker 5:	signal (6): Abort trap
      From worker 5:	in expression starting at /usr/home/julia/julia-fbsd-buildbot/worker/freebsdci/build/test/subtype.jl:1185
      From worker 5:	_thr_kill at /lib/libc.so.7 (unknown line)
      From worker 5:	__raise at /lib/libc.so.7 (unknown line)
      From worker 5:	abort at /lib/libc.so.7 (unknown line)
      From worker 5:	__assert at /lib/libc.so.7 (unknown line)
      From worker 5:	jl_sig_throw at /usr/home/julia/julia-fbsd-buildbot/worker/freebsdci/build/src/task.c:437
      From worker 5:	unknown function (ip: 0xffffffffffffffff)
      From worker 5:	Allocations: 45133200 (Pool: 45109891; Big: 23309); GC: 82

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor change Marginal behavior change acceptable for a minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A function with "local variable T conflicts with a static parameter" warning invokes Illegal instruction error
2 participants