Re: compiler segfault building audio/musicpd

2017-07-24 Thread Thomas Klausner
On Sat, Jul 22, 2017 at 10:23:17PM +0200, Joerg Sonnenberger wrote:
> On Sat, Jul 22, 2017 at 09:08:28PM +0200, Thomas Klausner wrote:
> > With 8.99.1/amd64/20170721 I see a new problem building audio/musicpd:
> > 
> > --- src/output/plugins/liboutput_plugins_a-AoOutputPlugin.o ---
> > src/output/plugins/AoOutputPlugin.cxx:232:2: internal compiler error: 
> > Segmentation fault
> >  };
> >   ^
> > no stack trace because unwind library not available
> > Please submit a full bug report,
> > with preprocessed source if appropriate.
> > See  for instructions.
> > *** [src/output/plugins/liboutput_plugins_a-AoOutputPlugin.o] Error code 1
> 
> *.ii from -save-temps + command line please.

I've updated to a snapshot with

Module Name:src
Committed By:   joerg
Date:   Sat Jul 22 20:52:52 UTC 2017

Modified Files:
src/external/gpl3/gcc/dist/gcc: varasm.c

Log Message:
One more missing check for DECL_INITIAL being non-NULL.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/gcc/varasm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


and musicpd now builds again.

Thanks!
 Thomas


Re: compiler segfault building audio/musicpd

2017-07-22 Thread Joerg Sonnenberger
On Sat, Jul 22, 2017 at 09:08:28PM +0200, Thomas Klausner wrote:
> With 8.99.1/amd64/20170721 I see a new problem building audio/musicpd:
> 
> --- src/output/plugins/liboutput_plugins_a-AoOutputPlugin.o ---
> src/output/plugins/AoOutputPlugin.cxx:232:2: internal compiler error: 
> Segmentation fault
>  };
>   ^
> no stack trace because unwind library not available
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See  for instructions.
> *** [src/output/plugins/liboutput_plugins_a-AoOutputPlugin.o] Error code 1

*.ii from -save-temps + command line please.

Joerg


Re: compiler segfault building audio/musicpd

2017-07-22 Thread coypu
On Sat, Jul 22, 2017 at 07:34:41PM +, co...@sdf.org wrote:
> I'm putting my money on this being the cause:
> https://github.com/NetBSD/src/commit/effc84a293b4ecbe2ff7b2d54c54dee1e7e90c7a

Reverting this commit fixes the ICE.


Re: compiler segfault building audio/musicpd

2017-07-22 Thread Thomas Klausner
On Sat, Jul 22, 2017 at 09:32:23PM +0200, Martin Husemann wrote:
> On Sat, Jul 22, 2017 at 09:08:28PM +0200, Thomas Klausner wrote:
> > Hi!
> > 
> > With 8.99.1/amd64/20170721 I see a new problem building audio/musicpd:
> > 
> > --- src/output/plugins/liboutput_plugins_a-AoOutputPlugin.o ---
> > src/output/plugins/AoOutputPlugin.cxx:232:2: internal compiler error: 
> > Segmentation fault
> >  };
> >   ^
> 
> Is it reproducable?

Yes, every time so far.

> Can you try with security.pax.aslr.enabled=0 ?

No change.
 Thomas


Re: compiler segfault building audio/musicpd

2017-07-22 Thread coypu
I'm putting my money on this being the cause:
https://github.com/NetBSD/src/commit/effc84a293b4ecbe2ff7b2d54c54dee1e7e90c7a


Re: compiler segfault building audio/musicpd

2017-07-22 Thread Martin Husemann
On Sat, Jul 22, 2017 at 09:08:28PM +0200, Thomas Klausner wrote:
> Hi!
> 
> With 8.99.1/amd64/20170721 I see a new problem building audio/musicpd:
> 
> --- src/output/plugins/liboutput_plugins_a-AoOutputPlugin.o ---
> src/output/plugins/AoOutputPlugin.cxx:232:2: internal compiler error: 
> Segmentation fault
>  };
>   ^

Is it reproducable? Can you try with security.pax.aslr.enabled=0 ?

Martin