delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1997/08/17/10:37:08

From: sos AT prospect DOT com DOT ru (Sergey Okhapkin)
Subject: RE: Beta 19 status
17 Aug 1997 10:37:08 -0700 :
Approved: cygnus DOT gnu-win32 AT cygnus DOT com
Distribution: cygnus
Message-ID: <01BCAB4F.01D65100.cygnus.gnu-win32@sos>
Original-To: "gnu-win32 AT cygnus DOT com" <gnu-win32 AT cygnus DOT com>,
"'Geoffrey Noer'"
<noer AT cygnus DOT com>
Encoding: 31 TEXT
Original-Sender: owner-gnu-win32 AT cygnus DOT com

Geoffrey Noer wrote:
> .exe extensions better during the build process, etc...).  So beta 19
> will happen as soon as everything settles down a little.

Signals handling is incompatible with Windows95 :-( The only way I know for 
a now to run cygnus tools stable on W95 is to disable all the signal (and 
job control) support. Any ideas/suggestions?

window.cc:

void
window_init ()
{
  DWORD tid;
  HANDLE hThread;

  u->self->hwnd = NULL;
> if (get_os_type () == win95)
>   return;
  window_started = CreateEvent (NULL, TRUE, FALSE, NULL);
  hThread = CreateThread (NULL, 0, (LPTHREAD_START_ROUTINE) Winmain,
							NULL, 0, &tid);

Sorry, I have no ideas how to avoid random crashes with the diagnostics 
like "sh.exe causes the general protection error in module USER.EXE"... 
sigh :-)

--
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
Looking for a job

-
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".

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019