Build errors
David Malcolm
dmalcolm@redhat.com
Tue Jan 1 00:00:00 GMT 2013
On Wed, 2013-10-23 at 12:07 -0400, David Malcolm wrote:
> On Wed, 2013-10-23 at 04:13 -0700, Simon Feltman wrote:
[...]
> > But I'm now hitting this when running test.py:
> > $ python3 test.py
> > .libgccjit.so: internal compiler error: Segmentation fault
> > 0x7fad42a2a0e6 crash_signal
> > ../../src/gcc/toplev.c:336
> > 0x7fad426c33c5 gcc::jit::function::add_conditional(gcc::jit::location*,
> > gcc::jit::rvalue*, gcc::jit::label*, gcc::jit::label*)
> > ../../src/gcc/jit/internal-api.c:944
> > 0x7fad436a04ba __pyx_pf_6gccjit_8Function_8add_conditional
> > /home/simon/projects/pygccjit/gccjit.c:3795
> > 0x7fad436a04ba __pyx_pw_6gccjit_8Function_9add_conditional
> > /home/simon/projects/pygccjit/gccjit.c:3766
> > 0x7fad4369f1d8 __pyx_f_6gccjit__c_callback
> > /home/simon/projects/pygccjit/gccjit.c:956
> > 0x7fad426c2485 gcc::jit::context::invoke_code_factory()
> > ../../src/gcc/jit/internal-api.c:1345
>
> I'm not seeing that (with Python 3.2 fwiw).
>
> What version of the dmalcolm/jit branch are you using? I added a lot
> of error-checking last Friday in
> d4019d9ddb77354c242798596268c7043bb7f3dd.
>
> There's also a bug in GCC's internal error handling, which is fixed on
> master, and isn't yet in my branch, which I've been applying locally
> (r203810 on svn trunk, for the record). I'll merge things shortly.
I've now pushed the merger to dmalcolm/jit, so that should be fixed. Do
you still see issues with the latest code?
Thanks
Dave
More information about the Jit
mailing list