public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Reg SEGV
@ 2006-05-12 14:44 Vivek Katakam
  2006-05-12 14:47 ` Andrew Haley
  2006-05-12 14:53 ` John Love-Jensen
  0 siblings, 2 replies; 5+ messages in thread
From: Vivek Katakam @ 2006-05-12 14:44 UTC (permalink / raw)
  To: gcc-help

Hi all,

I am recieving segmentation fault at the following line :
 vfprintf(output_file, input_msg, allargs);

when run in gdb I am getting this:
 847             vfprintf(output_file, input_msg, allargs);
 (gdb) p output_file
 $1 = (FILE *) 0x504750
 (gdb)  p input_msg
 $2 = 0x2a9588fdc8 "schema to %s: %d %*s\n"
 (gdb) p allargs
 $3 = {{gp_offset = 48, fp_offset = 48, overflow_arg_area = 0x7fbffb2428,
 reg_save_area = 0x7fbffb2350}}
(gdb)

Regards,
 Vivek


I want to know what is wrong with the code.

Regards,
 Vivek

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-05-13 10:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-12 14:44 Reg SEGV Vivek Katakam
2006-05-12 14:47 ` Andrew Haley
2006-05-12 14:53 ` John Love-Jensen
2006-05-13  9:50   ` Vivek Katakam
2006-05-13 10:06     ` Andrew Haley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).