From: tolj AT uni-duesseldorf DOT de (Stipe Tolj) Subject: Re: Problems with Mercury 12 Sep 1998 02:56:25 -0700 Message-ID: <35F85D99.DA408A0D.cygnus.gnu-win32@uni-duesseldorf.de> References: <0EYZ0040CHXFEP AT mail DOT hac DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: john_r_velman AT mail DOT hac DOT com Cc: gnu-win32 AT cygnus DOT com > ---Quote: > bash-2.01$ mmc cat.m > (C:\DATA\0058744\cygnus\usr\local\mercury-0.7\lib\mercury\bin\i386-pc-cygwin32\m > ercury_compile.exe 1017) Exception: STATUS_ACCESS_VIOLATION > (C:\DATA\0058744\cygnus\usr\local\mercury-0.7\lib\mercury\bin\i386-pc-cygwin32\m > ercury_compile.exe 1017) Dumping stack trace to mercury_compile.exe.core > bash-2.01$ > ---End Quote. > > The error messages come after some time, not instantly. > > Any suggestions? I had some problems too in geting the Apache HTTP Server running. Since it is fork()ing childs, it seems to be crashing with a STATUS_ACCESS_VIOLATION after trying to init a child process. I assume that this could be the problem at your task. Have a look in the sources and find out where the fork() function may be called and debug it around there, i.e. put some printf() instructions around the fork()s and you'll know if it depends on that. Regards, Stipe -- Stipe Tolj Cygwin32 Porting Project Department of Economical Computer Science University of Cologne, Germany http://www-public.rz.uni-duesseldorf.de/~tolj - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".