[PATCH] os: Prevent backtrace from being stopped in noreturn functions.

Oliver McFadden oliver.mcfadden at nokia.com
Mon Mar 1 03:09:00 PST 2010


On Mon, 2010-03-01 at 11:53 +0100, ext Guillem Jover wrote:
> Hi!
> 
> On Mon, 2010-03-01 at 09:42:58 +0200, Oliver McFadden wrote:
> > From: Ylimaki Rami (EXT-Vincit/Tampere) <ext-rami.ylimaki at nokia.com>
> > diff --git a/configure.ac b/configure.ac
> > index b9c7574..acedf74 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -315,6 +315,9 @@ AC_CHECK_HEADER([execinfo.h],[
> >      ])]
> >  )
> >  
> > +dnl arm needs additional compiler flags for proper backtraces
> > +AM_CONDITIONAL(ARM_BACKTRACE, [test "x$build_cpu" = xarm])
> 
> I think you mean host_cpu here.

Oh, yes. I actually didn't write this patch and just sent it for review.
There are a couple of issues that either myself or Rami will fix. I'll
try to look at it later today.

Probably this went unnoticed due to building in scratchbox.



More information about the xorg-devel mailing list