Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 2010 16:14:35 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/arm/arm db_trace.c
Message-ID:  <201001291614.o0TGEse9064282@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2010-01-29 16:14:35 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          db_trace.c 
  Log:
  SVN rev 203171 on 2010-01-29 16:14:35Z by marcel
  
  When backtracing self, start with the current frame (i.e. the
  frame of db_trace_self()) and not the caller's frame. The use
  of builtin_frame_address(1) to get the caller's frame is not
  reliable and can cause panics.
  
  Revision  Changes    Path
  1.17      +1 -1      src/sys/arm/arm/db_trace.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001291614.o0TGEse9064282>