[Bug general/4676] incorrect back trace produced by libunwind

swagiaal at redhat dot com sourceware-bugzilla@sourceware.org
Wed Jun 20 18:53:00 GMT 2007


------- Additional Comments From swagiaal at redhat dot com  2007-06-20 18:53 -------
Test program:

#include <stdlib.h>

void fourth(){
  exit(1);
}

void third(){
  fourth();
}

void second(){
  third();
}

void first(){
  second();
}


int main(){
  first ();
  return 0;
}



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4676

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Frysk-bugzilla mailing list