Consider the simple explanation - the stack really looks like ??? In this case, valgrind is your friend.
# On Monday 03 September 2007, Ori Idan wrote: > I am trying to get stack trace for a short program compiled with gcc. > The program terminates with a signal and generates a core dump. > When I am loading this core dump to gdb I get warning: Can't read pathname > for load map: Input/output error. > When I issue the bt command I get ?? for many of the functions in the stack > actually I get ?? for all functions in my program. > My program was compiled with -g > > Does anyone have any idea? ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
