
ANSI C Run Time Erroe to output data to the output file
+0000):
:Hellow,
: dose anybody know and help to get me out of this problem ?
: I am receiving the following run time error message when i run
:my program (ANSI C).
: Segmentation Fault
:De{*filter*} message
: signal SEGV (no mapping at the fault address) in
:realfree at 0xef74b8d4
:realfree+0x78: ld [%l5 + 0x8], %i1
:The output file is opened in W mode for the first time and in a (append)
:mode next times. No data can be send to file whwn opend forth tme in the
:same progame.
:
: I have uesd fopen() and fclose() functions for this purpose.
You are looking in the wrong place. Your Segmentation Fault indicates that
you are trying an illegal memory reference. It is unlikely that this has
anything to do with your output file. Post a compilable code fragment that
exhibits the problem and then, perhaps, someone can help you.
Honors Bridge Club, 115 E 57th, New York
* all newsgroups follow-ups are also emailed */