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? -- Ori Idan
