public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Problems with cygwin1-20010304 and Cygwin-Xemacs subprocesses
@ 2001-03-10 12:20 Dr. Volker Zell
  2001-03-11 17:30 ` Christopher Faylor
  0 siblings, 1 reply; 15+ messages in thread
From: Dr. Volker Zell @ 2001-03-10 12:20 UTC (permalink / raw)
  To: cygwin

Hi

I'm using

o cygwin1-20010304.dll 

and see a lot of error messages of the following type when using subprocesses inside
cygwin-Xemacs.


This is from a gcc run inside a shell window in Xemacs:

180134 [main] gcc 440 close_handle: closing protected handle void events_init ():1072(title_mutex<0x10C>)
 181617 [main] gcc 440 close_handle:  by int fhandler_tty_common::close ():958(input_mutex<0x10C>)

Can't remember when this showed up:

151069 [main] xemacs 257 close_handle: closing protected handle void sigproc_init ():536(wait_sig_inited<0xFC>)
159657 [main] xemacs 257 close_handle:  by int fhandler_tty_common::close ():960(input_available_event<0xFC>)


Here I tried to create an xemacs dired buffer:

  /usr/local/lib/xemacs/site-packages/lisp/jde-2.2.7beta2:
   186896 [main] xemacs 392 close_handle: closing protected handle void sigproc_init ():541(signal_arrived<0x148>)
   194816 [main] xemacs 392 close_handle:  by int fhandler_tty_common::close ():960(input_available_event<0x148>)
   221448 [main] xemacs 392! spawn_guts: wait failed: nwait 3, pid 392, winpid 392, Win32 error 6
   221563 [main] xemacs 392! spawn_guts: waitbuf[0] 0x50 258
   221639 [main] xemacs 392! spawn_guts: waitbuf[1] 0x148 = -1
   221691 [main] xemacs 392! spawn_guts: waitbuf[w] 0x1DC = 258
  Can't exec program /usr/bin/ls.exe
  D:\bin\ls.exe: *** Couldn't read parent's cygwin heap 43800 bytes != 0, Win32 error 5


Any hints ??

1.1.8-2 worked perfect.

Ciao
  Volker


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problems with cygwin1-20010304 and Cygwin-Xemacs subprocesses
  2001-03-10 12:20 Problems with cygwin1-20010304 and Cygwin-Xemacs subprocesses Dr. Volker Zell
@ 2001-03-11 17:30 ` Christopher Faylor
  2001-03-11 20:33   ` Christopher Faylor
  2001-03-12  5:59   ` Dr. Volker Zell
  0 siblings, 2 replies; 15+ messages in thread
From: Christopher Faylor @ 2001-03-11 17:30 UTC (permalink / raw)
  To: Dr. Volker Zell; +Cc: cygwin

Am I correct in assuming that you only have one version of the
cygwin1.dll on our system?  This could conceivably be a problem
with two disparate versions otherwise.

cgf

On Sat, Mar 10, 2001 at 09:13:28PM +0100, Dr. Volker Zell wrote:
>Hi
>
>I'm using
>
>o cygwin1-20010304.dll 
>
>and see a lot of error messages of the following type when using subprocesses inside
>cygwin-Xemacs.
>
>
>This is from a gcc run inside a shell window in Xemacs:
>
>180134 [main] gcc 440 close_handle: closing protected handle void events_init ():1072(title_mutex<0x10C>)
> 181617 [main] gcc 440 close_handle:  by int fhandler_tty_common::close ():958(input_mutex<0x10C>)
>
>Can't remember when this showed up:
>
>151069 [main] xemacs 257 close_handle: closing protected handle void sigproc_init ():536(wait_sig_inited<0xFC>)
>159657 [main] xemacs 257 close_handle:  by int fhandler_tty_common::close ():960(input_available_event<0xFC>)
>
>
>Here I tried to create an xemacs dired buffer:
>
>  /usr/local/lib/xemacs/site-packages/lisp/jde-2.2.7beta2:
>   186896 [main] xemacs 392 close_handle: closing protected handle void sigproc_init ():541(signal_arrived<0x148>)
>   194816 [main] xemacs 392 close_handle:  by int fhandler_tty_common::close ():960(input_available_event<0x148>)
>   221448 [main] xemacs 392! spawn_guts: wait failed: nwait 3, pid 392, winpid 392, Win32 error 6
>   221563 [main] xemacs 392! spawn_guts: waitbuf[0] 0x50 258
>   221639 [main] xemacs 392! spawn_guts: waitbuf[1] 0x148 = -1
>   221691 [main] xemacs 392! spawn_guts: waitbuf[w] 0x1DC = 258
>  Can't exec program /usr/bin/ls.exe
>  D:\bin\ls.exe: *** Couldn't read parent's cygwin heap 43800 bytes != 0, Win32 error 5
>
>
>Any hints ??
>
>1.1.8-2 worked perfect.
>
>Ciao
>  Volker
>
>
>--
>Want to unsubscribe from this list?
>Check out: http://cygwin.com/ml/#unsubscribe-simple

-- 
cgf@cygnus.com                        Red Hat, Inc.
http://sources.redhat.com/            http://www.redhat.com/

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problems with cygwin1-20010304 and Cygwin-Xemacs subprocesses
  2001-03-11 17:30 ` Christopher Faylor
@ 2001-03-11 20:33   ` Christopher Faylor
  2001-03-12  5:59   ` Dr. Volker Zell
  1 sibling, 0 replies; 15+ messages in thread
From: Christopher Faylor @ 2001-03-11 20:33 UTC (permalink / raw)
  To: cygwin; +Cc: Dr. Volker Zell

On Sun, Mar 11, 2001 at 08:30:18PM -0500, Christopher Faylor wrote:
>Am I correct in assuming that you only have one version of the
>cygwin1.dll on our system?  This could conceivably be a problem
		^^^
		your
>with two disparate versions otherwise.

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problems with cygwin1-20010304 and Cygwin-Xemacs subprocesses
  2001-03-11 17:30 ` Christopher Faylor
  2001-03-11 20:33   ` Christopher Faylor
@ 2001-03-12  5:59   ` Dr. Volker Zell
  2001-03-12  7:04     ` Christopher Faylor
  2001-03-12 13:29     ` Egor Duda
  1 sibling, 2 replies; 15+ messages in thread
From: Dr. Volker Zell @ 2001-03-12  5:59 UTC (permalink / raw)
  To: cygwin

>>>>> "Christopher" == Christopher Faylor <cgf@redhat.com> writes:

    Christopher> Am I correct in assuming that you only have one version of the
    Christopher> cygwin1.dll on our system?  This could conceivably be a problem
    Christopher> with two disparate versions otherwise.

Yes, I definitely have only one version of cygwin1.dll.

What info can I provide to debug this ? Xemacs right now is not really usable :-(((

    Christopher> cgf

Ciao
  Volker


PS: Here is my cygcheck output


Cygnus Win95/NT Configuration Diagnostics
Current System Time: Mon Mar 12 14:52:02 2001

WinNT Ver 4.0 build 1381 Service Pack 5

Path:	/usr/local/bin
	/usr/bin
	/usr/X11R6/bin
	/usr/local/scripts
	/usr/local/teTeX/bin
	/java/sun/jdk1.3.0/bin
	/java/sun/j2sdkee1.2.1/bin
	/usr/local/pgsql/bin
	/usr/local/pgsql/lib
	/usr/local/apache/bin
	/usr/local/netpbm/bin
	/usr/local/sbin
	/usr/sbin
	/usr/local/games/bin
	/dev/c/oracle/o817/bin
	/usr/local/hdf/bin
	/usr/local/urt/bin
	/usr/local/cdf/bin
	/usr/local/ray/bin
	/usr/local/dx/bin
	/usr/local/htdig/bin
	/java/JacORB/bin
	/java/jonas_jdk1.2/bin/unix
	/java/ant/bin
	/usr/local/qt/bin
	/usr/local/miktex/texmf/miktex/bin
	/usr/local/pp/bin/win32

SysDir: C:\WINNT\System32
WinDir: C:\WINNT

PWD = `/tmp'
LD_LIBRARY_PATH = `/usr/local/lib:/usr/local/pgsql/lib:$QTDIR/lib'
CYGWIN = `binmode title ntea nontsec'
CYGWIN32 = `binmode title ntea nontsec'
MAKE_MODE = `unix'
HOME = `/users/vzell'

Use `-r' to scan registry

a:  fd           N/A    N/A                    
b:  net NTFS   32490Mb 100% CP CS UN PA FC     Daten
c:  hd  NTFS    6377Mb  67% CP CS UN PA FC     System
d:  hd  NTFS    5130Mb  48% CP CS UN PA FC     Cygwin
e:  net NTFS    1020Mb  75% CP CS UN PA FC     Oracle
f:  net NTFS    1020Mb  15% CP CS UN PA FC     Cygwin
l:  net NTFS    4637Mb  54%          PA        vzell

C:\gnu  /gnu     system  binmode
D:\bin  /usr/bin  system  binmode
D:\lib  /usr/lib  system  binmode
C:    /dev/c   system  binmode
D:    /        system  binmode

Found: D:\bin\bash.exe
Found: \bin\bash.exe
Found: D:\bin\cat.exe
Found: \bin\cat.exe
Found: D:\bin\cpp.exe
Found: \bin\cpp.exe
Found: D:\bin\find.exe
Found: \bin\find.exe
Found: D:\bin\gcc.exe
Found: \bin\gcc.exe
Found: D:\bin\gdb.exe
Found: \bin\gdb.exe
Found: D:\bin\ld.exe
Found: \bin\ld.exe
Found: D:\bin\ls.exe
Found: \bin\ls.exe
Found: D:\bin\make.exe
Found: \bin\make.exe
Found: D:\bin\sh.exe
Found: \bin\sh.exe

   94k 2001/02/14 D:\usr\local\bin\cygaudiofile.dll
  168k 2001/02/12 D:\usr\local\bin\cyggdk.dll
  116k 2001/02/12 D:\usr\local\bin\cyggdk_imlib.dll
  108k 2001/02/12 D:\usr\local\bin\cygglib.dll
    8k 2001/02/12 D:\usr\local\bin\cyggmodule.dll
    5k 2001/02/12 D:\usr\local\bin\cyggthread.dll
 1045k 2001/02/12 D:\usr\local\bin\cyggtk.dll
  316k 2001/02/12 D:\usr\local\bin\cyggtkxmhtml.dll
    7k 2001/02/12 D:\usr\local\bin\cygimlib-bmp.dll
    7k 2001/02/12 D:\usr\local\bin\cygimlib-jpeg.dll
   10k 2001/02/12 D:\usr\local\bin\cygimlib-png.dll
    8k 2001/02/12 D:\usr\local\bin\cygimlib-ppm.dll
    7k 2001/02/12 D:\usr\local\bin\cygimlib-ps.dll
    6k 2001/02/12 D:\usr\local\bin\cygimlib-tiff.dll
   10k 2001/02/12 D:\usr\local\bin\cygimlib-xpm.dll
  145k 2001/02/12 D:\usr\local\bin\cygImlib.dll
   56k 2000/12/03 D:\bin\cygbz21.0.dll
   82k 2001/01/21 D:\bin\cygform5.dll
   18k 2000/10/23 D:\bin\cyggdbm.dll
   17k 2000/11/30 D:\bin\cyghistory4.dll
   14k 2000/10/23 D:\bin\cygintl.dll
   81k 2000/11/26 D:\bin\cygitcl30.dll
   35k 2000/11/26 D:\bin\cygitk30.dll
   45k 2000/10/22 D:\bin\cygjbig1.dll
  119k 2000/10/23 D:\bin\cygjpeg6b.dll
   53k 2001/01/21 D:\bin\cygmenu5.dll
  414k 2001/01/21 D:\bin\cygncurses++5.dll
  299k 2001/01/21 D:\bin\cygncurses5.dll
   34k 2001/01/21 D:\bin\cygpanel5.dll
  163k 2001/02/03 D:\bin\cygpng2.dll
  108k 2000/11/30 D:\bin\cygreadline4.dll
  390k 2000/11/26 D:\bin\cygtcl80.dll
    5k 2000/11/26 D:\bin\cygtclpip80.dll
   10k 2000/11/26 D:\bin\cygtclreg80.dll
  243k 2000/10/23 D:\bin\cygtiff3.dll
  623k 2000/11/26 D:\bin\cygtk80.dll
   49k 2001/02/03 D:\bin\cygz.dll
  665k 2001/03/11 D:\bin\cygwin1.dll
    Cygwin DLL version info:
        dll major: 1003
        dll minor: 0
        dll epoch: 19
        dll bad signal mask: 19005
        dll old termios: 5
        dll malloc env: 28
        api major: 0
        api minor: 36
        shared data: 3
        dll identifier: cygwin1
        mount registry: 2
        cygnus registry name: Cygnus Solutions
        cygwin registry name: Cygwin
        program options name: Program Options
        cygwin mount registry name: mounts v2
        cygdrive flags: cygdrive flags
        cygdrive prefix: cygdrive prefix
        cygdrive default prefix: 
        build date: Wed Mar 7 23:59:44 EST 2001
        snapshot date: 2001-03-07-23:55-EST
        shared id: cygwin1S3

   56k 2000/12/03 \bin\cygbz21.0.dll
   82k 2001/01/21 \bin\cygform5.dll
   18k 2000/10/23 \bin\cyggdbm.dll
   17k 2000/11/30 \bin\cyghistory4.dll
   14k 2000/10/23 \bin\cygintl.dll
   81k 2000/11/26 \bin\cygitcl30.dll
   35k 2000/11/26 \bin\cygitk30.dll
   45k 2000/10/22 \bin\cygjbig1.dll
  119k 2000/10/23 \bin\cygjpeg6b.dll
   53k 2001/01/21 \bin\cygmenu5.dll
  414k 2001/01/21 \bin\cygncurses++5.dll
  299k 2001/01/21 \bin\cygncurses5.dll
   34k 2001/01/21 \bin\cygpanel5.dll
  163k 2001/02/03 \bin\cygpng2.dll
  108k 2000/11/30 \bin\cygreadline4.dll
  390k 2000/11/26 \bin\cygtcl80.dll
    5k 2000/11/26 \bin\cygtclpip80.dll
   10k 2000/11/26 \bin\cygtclreg80.dll
  243k 2000/10/23 \bin\cygtiff3.dll
  623k 2000/11/26 \bin\cygtk80.dll
   49k 2001/02/03 \bin\cygz.dll
  665k 2001/03/11 \bin\cygwin1.dll
    Cygwin DLL version info:
        dll major: 1003
        dll minor: 0
        dll epoch: 19
        dll bad signal mask: 19005
        dll old termios: 5
        dll malloc env: 28
        api major: 0
        api minor: 36
        shared data: 3
        dll identifier: cygwin1
        mount registry: 2
        cygnus registry name: Cygnus Solutions
        cygwin registry name: Cygwin
        program options name: Program Options
        cygwin mount registry name: mounts v2
        cygdrive flags: cygdrive flags
        cygdrive prefix: cygdrive prefix
        cygdrive default prefix: 
        build date: Wed Mar 7 23:59:44 EST 2001
        snapshot date: 2001-03-07-23:55-EST
        shared id: cygwin1S3

Use -h to see help about each section


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problems with cygwin1-20010304 and Cygwin-Xemacs subprocesses
  2001-03-12  5:59   ` Dr. Volker Zell
@ 2001-03-12  7:04     ` Christopher Faylor
  2001-03-12 13:29     ` Egor Duda
  1 sibling, 0 replies; 15+ messages in thread
From: Christopher Faylor @ 2001-03-12  7:04 UTC (permalink / raw)
  To: cygwin; +Cc: deo

From the errors, it *looks* like these are problems in some of Egor Duda's recent
additions.  I'd prefer to let him look into this, if possible.

cgf

On Mon, Mar 12, 2001 at 03:03:49PM +0100, Dr. Volker Zell wrote:
>>>>>> "Christopher" == Christopher Faylor <cgf@redhat.com> writes:
>
>    Christopher> Am I correct in assuming that you only have one version of the
>    Christopher> cygwin1.dll on our system?  This could conceivably be a problem
>    Christopher> with two disparate versions otherwise.
>
>Yes, I definitely have only one version of cygwin1.dll.
>
>What info can I provide to debug this ? Xemacs right now is not really usable :-(((
>
>    Christopher> cgf
>
>Ciao
>  Volker
>
>
>PS: Here is my cygcheck output
>
>
>Cygnus Win95/NT Configuration Diagnostics
>Current System Time: Mon Mar 12 14:52:02 2001
>
>WinNT Ver 4.0 build 1381 Service Pack 5
>
>Path:	/usr/local/bin
>	/usr/bin
>	/usr/X11R6/bin
>	/usr/local/scripts
>	/usr/local/teTeX/bin
>	/java/sun/jdk1.3.0/bin
>	/java/sun/j2sdkee1.2.1/bin
>	/usr/local/pgsql/bin
>	/usr/local/pgsql/lib
>	/usr/local/apache/bin
>	/usr/local/netpbm/bin
>	/usr/local/sbin
>	/usr/sbin
>	/usr/local/games/bin
>	/dev/c/oracle/o817/bin
>	/usr/local/hdf/bin
>	/usr/local/urt/bin
>	/usr/local/cdf/bin
>	/usr/local/ray/bin
>	/usr/local/dx/bin
>	/usr/local/htdig/bin
>	/java/JacORB/bin
>	/java/jonas_jdk1.2/bin/unix
>	/java/ant/bin
>	/usr/local/qt/bin
>	/usr/local/miktex/texmf/miktex/bin
>	/usr/local/pp/bin/win32
>
>SysDir: C:\WINNT\System32
>WinDir: C:\WINNT
>
>PWD = `/tmp'
>LD_LIBRARY_PATH = `/usr/local/lib:/usr/local/pgsql/lib:$QTDIR/lib'
>CYGWIN = `binmode title ntea nontsec'
>CYGWIN32 = `binmode title ntea nontsec'
>MAKE_MODE = `unix'
>HOME = `/users/vzell'
>
>Use `-r' to scan registry
>
>a:  fd           N/A    N/A                    
>b:  net NTFS   32490Mb 100% CP CS UN PA FC     Daten
>c:  hd  NTFS    6377Mb  67% CP CS UN PA FC     System
>d:  hd  NTFS    5130Mb  48% CP CS UN PA FC     Cygwin
>e:  net NTFS    1020Mb  75% CP CS UN PA FC     Oracle
>f:  net NTFS    1020Mb  15% CP CS UN PA FC     Cygwin
>l:  net NTFS    4637Mb  54%          PA        vzell
>
>C:\gnu  /gnu     system  binmode
>D:\bin  /usr/bin  system  binmode
>D:\lib  /usr/lib  system  binmode
>C:    /dev/c   system  binmode
>D:    /        system  binmode
>
>Found: D:\bin\bash.exe
>Found: \bin\bash.exe
>Found: D:\bin\cat.exe
>Found: \bin\cat.exe
>Found: D:\bin\cpp.exe
>Found: \bin\cpp.exe
>Found: D:\bin\find.exe
>Found: \bin\find.exe
>Found: D:\bin\gcc.exe
>Found: \bin\gcc.exe
>Found: D:\bin\gdb.exe
>Found: \bin\gdb.exe
>Found: D:\bin\ld.exe
>Found: \bin\ld.exe
>Found: D:\bin\ls.exe
>Found: \bin\ls.exe
>Found: D:\bin\make.exe
>Found: \bin\make.exe
>Found: D:\bin\sh.exe
>Found: \bin\sh.exe
>
>   94k 2001/02/14 D:\usr\local\bin\cygaudiofile.dll
>  168k 2001/02/12 D:\usr\local\bin\cyggdk.dll
>  116k 2001/02/12 D:\usr\local\bin\cyggdk_imlib.dll
>  108k 2001/02/12 D:\usr\local\bin\cygglib.dll
>    8k 2001/02/12 D:\usr\local\bin\cyggmodule.dll
>    5k 2001/02/12 D:\usr\local\bin\cyggthread.dll
> 1045k 2001/02/12 D:\usr\local\bin\cyggtk.dll
>  316k 2001/02/12 D:\usr\local\bin\cyggtkxmhtml.dll
>    7k 2001/02/12 D:\usr\local\bin\cygimlib-bmp.dll
>    7k 2001/02/12 D:\usr\local\bin\cygimlib-jpeg.dll
>   10k 2001/02/12 D:\usr\local\bin\cygimlib-png.dll
>    8k 2001/02/12 D:\usr\local\bin\cygimlib-ppm.dll
>    7k 2001/02/12 D:\usr\local\bin\cygimlib-ps.dll
>    6k 2001/02/12 D:\usr\local\bin\cygimlib-tiff.dll
>   10k 2001/02/12 D:\usr\local\bin\cygimlib-xpm.dll
>  145k 2001/02/12 D:\usr\local\bin\cygImlib.dll
>   56k 2000/12/03 D:\bin\cygbz21.0.dll
>   82k 2001/01/21 D:\bin\cygform5.dll
>   18k 2000/10/23 D:\bin\cyggdbm.dll
>   17k 2000/11/30 D:\bin\cyghistory4.dll
>   14k 2000/10/23 D:\bin\cygintl.dll
>   81k 2000/11/26 D:\bin\cygitcl30.dll
>   35k 2000/11/26 D:\bin\cygitk30.dll
>   45k 2000/10/22 D:\bin\cygjbig1.dll
>  119k 2000/10/23 D:\bin\cygjpeg6b.dll
>   53k 2001/01/21 D:\bin\cygmenu5.dll
>  414k 2001/01/21 D:\bin\cygncurses++5.dll
>  299k 2001/01/21 D:\bin\cygncurses5.dll
>   34k 2001/01/21 D:\bin\cygpanel5.dll
>  163k 2001/02/03 D:\bin\cygpng2.dll
>  108k 2000/11/30 D:\bin\cygreadline4.dll
>  390k 2000/11/26 D:\bin\cygtcl80.dll
>    5k 2000/11/26 D:\bin\cygtclpip80.dll
>   10k 2000/11/26 D:\bin\cygtclreg80.dll
>  243k 2000/10/23 D:\bin\cygtiff3.dll
>  623k 2000/11/26 D:\bin\cygtk80.dll
>   49k 2001/02/03 D:\bin\cygz.dll
>  665k 2001/03/11 D:\bin\cygwin1.dll
>    Cygwin DLL version info:
>        dll major: 1003
>        dll minor: 0
>        dll epoch: 19
>        dll bad signal mask: 19005
>        dll old termios: 5
>        dll malloc env: 28
>        api major: 0
>        api minor: 36
>        shared data: 3
>        dll identifier: cygwin1
>        mount registry: 2
>        cygnus registry name: Cygnus Solutions
>        cygwin registry name: Cygwin
>        program options name: Program Options
>        cygwin mount registry name: mounts v2
>        cygdrive flags: cygdrive flags
>        cygdrive prefix: cygdrive prefix
>        cygdrive default prefix: 
>        build date: Wed Mar 7 23:59:44 EST 2001
>        snapshot date: 2001-03-07-23:55-EST
>        shared id: cygwin1S3
>
>   56k 2000/12/03 \bin\cygbz21.0.dll
>   82k 2001/01/21 \bin\cygform5.dll
>   18k 2000/10/23 \bin\cyggdbm.dll
>   17k 2000/11/30 \bin\cyghistory4.dll
>   14k 2000/10/23 \bin\cygintl.dll
>   81k 2000/11/26 \bin\cygitcl30.dll
>   35k 2000/11/26 \bin\cygitk30.dll
>   45k 2000/10/22 \bin\cygjbig1.dll
>  119k 2000/10/23 \bin\cygjpeg6b.dll
>   53k 2001/01/21 \bin\cygmenu5.dll
>  414k 2001/01/21 \bin\cygncurses++5.dll
>  299k 2001/01/21 \bin\cygncurses5.dll
>   34k 2001/01/21 \bin\cygpanel5.dll
>  163k 2001/02/03 \bin\cygpng2.dll
>  108k 2000/11/30 \bin\cygreadline4.dll
>  390k 2000/11/26 \bin\cygtcl80.dll
>    5k 2000/11/26 \bin\cygtclpip80.dll
>   10k 2000/11/26 \bin\cygtclreg80.dll
>  243k 2000/10/23 \bin\cygtiff3.dll
>  623k 2000/11/26 \bin\cygtk80.dll
>   49k 2001/02/03 \bin\cygz.dll
>  665k 2001/03/11 \bin\cygwin1.dll
>    Cygwin DLL version info:
>        dll major: 1003
>        dll minor: 0
>        dll epoch: 19
>        dll bad signal mask: 19005
>        dll old termios: 5
>        dll malloc env: 28
>        api major: 0
>        api minor: 36
>        shared data: 3
>        dll identifier: cygwin1
>        mount registry: 2
>        cygnus registry name: Cygnus Solutions
>        cygwin registry name: Cygwin
>        program options name: Program Options
>        cygwin mount registry name: mounts v2
>        cygdrive flags: cygdrive flags
>        cygdrive prefix: cygdrive prefix
>        cygdrive default prefix: 
>        build date: Wed Mar 7 23:59:44 EST 2001
>        snapshot date: 2001-03-07-23:55-EST
>        shared id: cygwin1S3
>
>Use -h to see help about each section

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problems with cygwin1-20010304 and Cygwin-Xemacs subprocesses
  2001-03-12  5:59   ` Dr. Volker Zell
  2001-03-12  7:04     ` Christopher Faylor
@ 2001-03-12 13:29     ` Egor Duda
  2001-03-13 11:12       ` Christopher Faylor
  1 sibling, 1 reply; 15+ messages in thread
From: Egor Duda @ 2001-03-12 13:29 UTC (permalink / raw)
  To: Dr. Volker Zell; +Cc: cygwin

Hi!

Monday, 12 March, 2001 Dr. Volker Zell Dr.Volker.Zell@oracle.com wrote:

>>>>>> "Christopher" == Christopher Faylor <cgf@redhat.com> writes:

DVZ>     Christopher> Am I correct in assuming that you only have one version of the
DVZ>     Christopher> cygwin1.dll on our system?  This could conceivably be a problem
DVZ>     Christopher> with two disparate versions otherwise.

DVZ> Yes, I definitely have only one version of cygwin1.dll.

DVZ> What info can I provide to debug this ? Xemacs right now is not really usable :-(((

i've  checked in the changes which, hopefully, will fix some of the
spontaneous  errors (including this one), mentioned  here  recently.
get the upcoming snapshot when it's available and give it a try.

Egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problems with cygwin1-20010304 and Cygwin-Xemacs subprocesses
  2001-03-12 13:29     ` Egor Duda
@ 2001-03-13 11:12       ` Christopher Faylor
  2001-03-13 11:26         ` Charles Wilson
                           ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Christopher Faylor @ 2001-03-13 11:12 UTC (permalink / raw)
  To: cygwin

On Tue, Mar 13, 2001 at 12:27:59AM +0300, Egor Duda wrote:
>Monday, 12 March, 2001 Dr. Volker Zell Dr.Volker.Zell@oracle.com wrote:
>DVZ> What info can I provide to debug this ?  Xemacs right now is not
>really usable :-(((
>
>i've checked in the changes which, hopefully, will fix some of the
>spontaneous errors (including this one), mentioned here recently.  get
>the upcoming snapshot when it's available and give it a try.

I have forced a new snapshot.  I would appreciate it if someone would
give it a try.

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problems with cygwin1-20010304 and Cygwin-Xemacs subprocesses
  2001-03-13 11:12       ` Christopher Faylor
@ 2001-03-13 11:26         ` Charles Wilson
  2001-03-13 13:19         ` Norman Vine
                           ` (2 subsequent siblings)
  3 siblings, 0 replies; 15+ messages in thread
From: Charles Wilson @ 2001-03-13 11:26 UTC (permalink / raw)
  To: cygwin

Christopher Faylor wrote:
> 
> On Tue, Mar 13, 2001 at 12:27:59AM +0300, Egor Duda wrote:
> >Monday, 12 March, 2001 Dr. Volker Zell Dr.Volker.Zell@oracle.com wrote:
> >DVZ> What info can I provide to debug this ?  Xemacs right now is not
> >really usable :-(((
> >
> >i've checked in the changes which, hopefully, will fix some of the
> >spontaneous errors (including this one), mentioned here recently.  get
> >the upcoming snapshot when it's available and give it a try.
> 
> I have forced a new snapshot.  I would appreciate it if someone would
> give it a try.

Sure -- as soon as I get home from work.  Which may not be until after
midnight, today... :-(

--Chuck

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 15+ messages in thread

* RE: Problems with cygwin1-20010304 and Cygwin-Xemacs subprocesses
  2001-03-13 11:12       ` Christopher Faylor
  2001-03-13 11:26         ` Charles Wilson
@ 2001-03-13 13:19         ` Norman Vine
  2001-03-13 14:18           ` Christopher Faylor
  2001-03-13 22:05         ` Charles Wilson
  2001-03-14  1:05         ` Dr. Volker Zell
  3 siblings, 1 reply; 15+ messages in thread
From: Norman Vine @ 2001-03-13 13:19 UTC (permalink / raw)
  To: cygwin

Christopher Faylor writes:
>
>
>On Tue, Mar 13, 2001 at 12:27:59AM +0300, Egor Duda wrote:
>>Monday, 12 March, 2001 Dr. Volker Zell 
>Dr.Volker.Zell@oracle.com wrote:
>>DVZ> What info can I provide to debug this ?  Xemacs right now is not
>>really usable :-(((
>>
>>i've checked in the changes which, hopefully, will fix some of the
>>spontaneous errors (including this one), mentioned here recently.  get
>>the upcoming snapshot when it's available and give it a try.
>
>I have forced a new snapshot.  I would appreciate it if someone would
>give it a try.

Hi Chris

I do not see any extraneous messages compiling with gcc inside
of a Xemacs shell with this dll.

win2k cygwin=ntsec all mounts binary 
xemacs-21.1.13.exe  8-jan-2001
gcc 2-95.2-9

then again I didn't have any problems with my previous dll from 
cygwin-inst-20010301 either

Cheers

Norman Vine


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problems with cygwin1-20010304 and Cygwin-Xemacs subprocesses
  2001-03-13 13:19         ` Norman Vine
@ 2001-03-13 14:18           ` Christopher Faylor
  0 siblings, 0 replies; 15+ messages in thread
From: Christopher Faylor @ 2001-03-13 14:18 UTC (permalink / raw)
  To: cygwin

On Tue, Mar 13, 2001 at 04:15:42PM -0500, Norman Vine wrote:
>Christopher Faylor writes:
>>
>>
>>On Tue, Mar 13, 2001 at 12:27:59AM +0300, Egor Duda wrote:
>>>Monday, 12 March, 2001 Dr. Volker Zell 
>>Dr.Volker.Zell@oracle.com wrote:
>>>DVZ> What info can I provide to debug this ?  Xemacs right now is not
>>>really usable :-(((
>>>
>>>i've checked in the changes which, hopefully, will fix some of the
>>>spontaneous errors (including this one), mentioned here recently.  get
>>>the upcoming snapshot when it's available and give it a try.
>>
>>I have forced a new snapshot.  I would appreciate it if someone would
>>give it a try.
>
>Hi Chris
>
>I do not see any extraneous messages compiling with gcc inside
>of a Xemacs shell with this dll.
>
>win2k cygwin=ntsec all mounts binary 
>xemacs-21.1.13.exe  8-jan-2001
>gcc 2-95.2-9
>
>then again I didn't have any problems with my previous dll from 
>cygwin-inst-20010301 either

Wow.  Quick response.  Thanks for trying this.

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problems with cygwin1-20010304 and Cygwin-Xemacs subprocesses
  2001-03-13 11:12       ` Christopher Faylor
  2001-03-13 11:26         ` Charles Wilson
  2001-03-13 13:19         ` Norman Vine
@ 2001-03-13 22:05         ` Charles Wilson
  2001-03-14  1:05         ` Dr. Volker Zell
  3 siblings, 0 replies; 15+ messages in thread
From: Charles Wilson @ 2001-03-13 22:05 UTC (permalink / raw)
  To: cygwin

Christopher Faylor wrote:
> 
> On Tue, Mar 13, 2001 at 12:27:59AM +0300, Egor Duda wrote:
> >Monday, 12 March, 2001 Dr. Volker Zell Dr.Volker.Zell@oracle.com wrote:
> >DVZ> What info can I provide to debug this ?  Xemacs right now is not
> >really usable :-(((
> >
> >i've checked in the changes which, hopefully, will fix some of the
> >spontaneous errors (including this one), mentioned here recently.  get
> >the upcoming snapshot when it's available and give it a try.
> 
> I have forced a new snapshot.  I would appreciate it if someone would
> give it a try.

I also do not see any extraneous messages compiling with gcc inside
of a Xemacs shell with this dll.

win2k cygwin=ntsec binmode tty nosmbntsec codepage:oem 
all mounts binary 
xemacs-21.2.45.exe  13-Mar-2001 (built from latest CVS)
gcc 2-95.2-9 (the second -9, not the initial goof)

--Chuck

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problems with cygwin1-20010304 and Cygwin-Xemacs subprocesses
  2001-03-13 11:12       ` Christopher Faylor
                           ` (2 preceding siblings ...)
  2001-03-13 22:05         ` Charles Wilson
@ 2001-03-14  1:05         ` Dr. Volker Zell
  2001-03-14  7:50           ` Christopher Faylor
  3 siblings, 1 reply; 15+ messages in thread
From: Dr. Volker Zell @ 2001-03-14  1:05 UTC (permalink / raw)
  To: cygwin

>>>>> "Christopher" == Christopher Faylor <cgf@redhat.com> writes:

    Christopher> On Tue, Mar 13, 2001 at 12:27:59AM +0300, Egor Duda wrote:
    >> Monday, 12 March, 2001 Dr. Volker Zell Dr.Volker.Zell@oracle.com wrote:
    DVZ> What info can I provide to debug this ?  Xemacs right now is not
    >> really usable :-(((
    >> 
    >> i've checked in the changes which, hopefully, will fix some of the
    >> spontaneous errors (including this one), mentioned here recently.  get
    >> the upcoming snapshot when it's available and give it a try.

    Christopher> I have forced a new snapshot.  I would appreciate it if someone would
    Christopher> give it a try.

YES, YES, YES now xemacs works again as expected.

XEmacs 21.2  (beta45) "Thelxepeia" [Lucid] (i686-pc-cygwin, Mule) of Thu Mar  8 2001 on VZELL
cygwin1-20010312.dll

    Christopher> cgf

Thanks
  Volker


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problems with cygwin1-20010304 and Cygwin-Xemacs subprocesses
  2001-03-14  1:05         ` Dr. Volker Zell
@ 2001-03-14  7:50           ` Christopher Faylor
  2001-03-15  0:22             ` Dr. Volker Zell
  0 siblings, 1 reply; 15+ messages in thread
From: Christopher Faylor @ 2001-03-14  7:50 UTC (permalink / raw)
  To: cygwin

On Wed, Mar 14, 2001 at 10:10:13AM +0100, Dr. Volker Zell wrote:
>>>>>> "Christopher" == Christopher Faylor <cgf@redhat.com> writes:
>
>    Christopher> On Tue, Mar 13, 2001 at 12:27:59AM +0300, Egor Duda wrote:
>    >> Monday, 12 March, 2001 Dr. Volker Zell Dr.Volker.Zell@oracle.com wrote:
>    DVZ> What info can I provide to debug this ?  Xemacs right now is not
>    >> really usable :-(((
>    >> 
>    >> i've checked in the changes which, hopefully, will fix some of the
>    >> spontaneous errors (including this one), mentioned here recently.  get
>    >> the upcoming snapshot when it's available and give it a try.
>
>    Christopher> I have forced a new snapshot.  I would appreciate it if someone would
>    Christopher> give it a try.
>
>YES, YES, YES now xemacs works again as expected.
>
>XEmacs 21.2  (beta45) "Thelxepeia" [Lucid] (i686-pc-cygwin, Mule) of Thu Mar  8 2001 on VZELL
>cygwin1-20010312.dll

Don't thank me.  Thank Egor.

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problems with cygwin1-20010304 and Cygwin-Xemacs subprocesses
  2001-03-14  7:50           ` Christopher Faylor
@ 2001-03-15  0:22             ` Dr. Volker Zell
  0 siblings, 0 replies; 15+ messages in thread
From: Dr. Volker Zell @ 2001-03-15  0:22 UTC (permalink / raw)
  To: cygwin

>>>>> "Christopher" == Christopher Faylor <cgf@redhat.com> writes:

    Christopher> Don't thank me.  Thank Egor.

Of course, thanks Egor

Ciao
  Volker



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 15+ messages in thread

* RE: Problems with cygwin1-20010304 and Cygwin-Xemacs subprocesses
@ 2001-03-13 14:24 Robinow, David
  0 siblings, 0 replies; 15+ messages in thread
From: Robinow, David @ 2001-03-13 14:24 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

> From: Norman Vine [ mailto:nhv@cape.com ]
> Subject: RE: Problems with cygwin1-20010304 and Cygwin-Xemacs
> Christopher Faylor writes:
> >On Tue, Mar 13, 2001 at 12:27:59AM +0300, Egor Duda wrote:
> >>Monday, 12 March, 2001 Dr. Volker Zell 
> >Dr.Volker.Zell@oracle.com wrote:
> >>DVZ> What info can I provide to debug this ?  Xemacs right now is not
> >>really usable :-(((
> >>
> >>i've checked in the changes which, hopefully, will fix some of the
> >>spontaneous errors (including this one), mentioned here recently.  get
> >>the upcoming snapshot when it's available and give it a try.
> >
> >I have forced a new snapshot.  I would appreciate it if someone would
> >give it a try.
> I do not see any extraneous messages compiling with gcc inside
> of a Xemacs shell with this dll.
> 
> win2k cygwin=ntsec all mounts binary 
> xemacs-21.1.13.exe  8-jan-2001
> gcc 2-95.2-9
 This has also been a problem with NTEmacs (20.7.1) and is fixed
with the 20010312 snapshot.
 Note that this has nothing to do with gcc. Setting compile-command
to "ls" (or anything else I've tried) will cause the error.
> 
> then again I didn't have any problems with my previous dll from 
> cygwin-inst-20010301 either
 I haven't tried that. I've been using 1.1.8

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2001-03-15  0:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-10 12:20 Problems with cygwin1-20010304 and Cygwin-Xemacs subprocesses Dr. Volker Zell
2001-03-11 17:30 ` Christopher Faylor
2001-03-11 20:33   ` Christopher Faylor
2001-03-12  5:59   ` Dr. Volker Zell
2001-03-12  7:04     ` Christopher Faylor
2001-03-12 13:29     ` Egor Duda
2001-03-13 11:12       ` Christopher Faylor
2001-03-13 11:26         ` Charles Wilson
2001-03-13 13:19         ` Norman Vine
2001-03-13 14:18           ` Christopher Faylor
2001-03-13 22:05         ` Charles Wilson
2001-03-14  1:05         ` Dr. Volker Zell
2001-03-14  7:50           ` Christopher Faylor
2001-03-15  0:22             ` Dr. Volker Zell
2001-03-13 14:24 Robinow, David

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).