Re: Copyover

From: Ronald Fenner (abbadon@mac.com)
Date: 11/21/01


On Wednesday, November 21, 2001, at 09:17 PM, Micken ! wrote:

> i am getting this error when i try to run a copyover
>
> Program received signal SIGSEGV, Segmentation fault.
> _IO_fclose (fp=0x0) at iofclose.c:40
> iofclose.c:40: No such file or directory.
>
> i do not have access to this iofclose.c, and i know that it is in one
> of the
> files that includes it, probably comm.c, has anyone had this happen to
> them
> before? please help >:)
>
> -Micken
>
well as you debug snippet points out so well the file is null, seems
that in later builds of the c libraries that fclose doesn't check to see
if the file pointer passed to it is NULL.
If you have ascii player files then you can comment out the line as you
aren't using a single player file anymore. If you are not using them
then it's quite possible that before you reached this point you had
already closed the player file or nulled the pointer it pointed to.

Ron Fenner

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/06/01 PST