--- Comment #8 from ktietz at gcc dot gnu dot org 2010-08-21 09:26 ---
Ok, let us close it.
--
ktietz at gcc dot gnu dot org changed:
What|Removed |Added
Stat
--- Comment #7 from rainer at emrich-ebersheim dot de 2010-08-21 09:08
---
(In reply to comment #6)
> (In reply to comment #5)
> > (In reply to comment #4)
> > > (In reply to comment #2)
> > > > As it turns out, the ICE only manifests in a parallel build. I tried
> > > > make -j 8,
> >
--- Comment #6 from ktietz at gcc dot gnu dot org 2010-08-21 08:19 ---
(In reply to comment #5)
> (In reply to comment #4)
> > (In reply to comment #2)
> > > As it turns out, the ICE only manifests in a parallel build. I tried make
> > > -j 8,
> > > my default and make -j 3.
> > > For a
--- Comment #5 from rainer at emrich-ebersheim dot de 2010-04-27 13:15
---
(In reply to comment #4)
> (In reply to comment #2)
> > As it turns out, the ICE only manifests in a parallel build. I tried make
> > -j 8,
> > my default and make -j 3.
> > For an ordinary make there is no issu
--- Comment #4 from ktietz at gcc dot gnu dot org 2010-04-27 07:52 ---
(In reply to comment #2)
> As it turns out, the ICE only manifests in a parallel build. I tried make -j
> 8,
> my default and make -j 3.
> For an ordinary make there is no issue. So, I'm curious how to handle this.
>
--- Comment #3 from jakub at gcc dot gnu dot org 2010-04-27 06:16 ---
It depends on what the platform allows, I'm not familiar with it at all.
If you can force dumping core and getting backtrace from it, that would be
interesting info, if you can preload some library to print backtrace u
--- Comment #2 from rainer at emrich-ebersheim dot de 2010-04-26 19:53
---
As it turns out, the ICE only manifests in a parallel build. I tried make -j 8,
my default and make -j 3.
For an ordinary make there is no issue. So, I'm curious how to handle this.
Any thoughts?
Rainer
--
--- Comment #1 from rainer at emrich-ebersheim dot de 2010-04-26 18:27
---
I'm still analyzing, what's going wrong here, it's a strange thing. I tried the
build three times with a parallel make resulting in the above ICE. But can't
reproduce it by compiling dbxout.c on the command line.