From: jqb@netcom.com (Jim Balter)
Subject: Re: more info on the cygwin.dll exception error
15 Feb 1997 00:57:50 -0800
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <3304F05D.4139.cygnus.gnu-win32@netcom.com>
References: <2.2.32.19970214092807.0072ccb4@ccu1.auckland.ac.nz>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01Gold (WinNT; I)
Original-To: Jonathan Monteleone <j.monteleone@auckland.ac.nz>
Original-CC: gnu-win32@cygnus.com
Original-Sender: owner-gnu-win32@cygnus.com

Jonathan Monteleone wrote:
> 
> Ok, sorry the fflush(stdout) was not the problem!  I have tracked it down to
> this line of C code:
>   if(!(ie_temp = fopen(ie_tempfile, "w")))
> 
> I have run my executable in gdb and receive this information:
> Program received signal SIGSEGV, Segmentation fault.
> 0x10019144 in hinfo_vec::build_fhandler (this=0x83064404, name=0x0, fd=7)
>     at /pizza/mushroom/noer/beta17/src/winsup/hinfo.cc:157
> /pizza/mushroom/noer/beta17/src/winsup/hinfo.cc:157: No such file or directory.
> Current language:  auto; currently c++
> 
> I would really appreciate some help figuring this out :)

Your ie_tempfile variable is set to NULL.

--
<J Q B>
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
