public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: latest cvs fork problems
@ 2002-10-17 11:28 Rob Napier
  2002-10-17 11:41 ` Christopher Faylor
  0 siblings, 1 reply; 28+ messages in thread
From: Rob Napier @ 2002-10-17 11:28 UTC (permalink / raw)
  To: cygwin; +Cc: rnapier

Just another datapoint. On XP SP1 + Cygwin 1.3.13-2, here's what I get
whenever something tries to fork:

O:\>c:\cygwin\bin\bash
bash-2.05b$ ls
      8 [main] bash 3952 fixup_mmaps_after_fork: base address fails to match req
uested address 0xBD0000
c:\cygwin\bin\bash.exe: *** recreate_mmaps_after_fork_failed
    122 [main] bash 4068 sync_with_child: child 3952(0x724) died before initiali
zation with status code 0x1
   8269 [main] bash 4068 sync_with_child: *** child state child loading dlls
bash: fork: Resource temporarily unavailable

Reverting back to Cygwin 1.3.12-4 fixes everything.

Thanks,
Rob

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: latest cvs fork problems
  2002-10-17 11:28 latest cvs fork problems Rob Napier
@ 2002-10-17 11:41 ` Christopher Faylor
  2002-10-18  6:38   ` Jason Tishler
  0 siblings, 1 reply; 28+ messages in thread
From: Christopher Faylor @ 2002-10-17 11:41 UTC (permalink / raw)
  To: cygwin

On Thu, Oct 17, 2002 at 02:12:18PM -0400, Rob Napier wrote:
>Just another datapoint. On XP SP1 + Cygwin 1.3.13-2, here's what I get
>whenever something tries to fork:
>
>O:\>c:\cygwin\bin\bash
>bash-2.05b$ ls
>      8 [main] bash 3952 fixup_mmaps_after_fork: base address fails to match req
>uested address 0xBD0000
>c:\cygwin\bin\bash.exe: *** recreate_mmaps_after_fork_failed
>    122 [main] bash 4068 sync_with_child: child 3952(0x724) died before initiali
>zation with status code 0x1
>   8269 [main] bash 4068 sync_with_child: *** child state child loading dlls
>bash: fork: Resource temporarily unavailable
>
>Reverting back to Cygwin 1.3.12-4 fixes everything.

Is there some reason you're refusing to try a snapshot?

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: latest cvs fork problems
  2002-10-17 11:41 ` Christopher Faylor
@ 2002-10-18  6:38   ` Jason Tishler
  2002-10-18  8:23     ` Christopher Faylor
  0 siblings, 1 reply; 28+ messages in thread
From: Jason Tishler @ 2002-10-18  6:38 UTC (permalink / raw)
  To: cygwin

Chris,

On Thu, Oct 17, 2002 at 02:29:52PM -0400, Christopher Faylor wrote:
> On Thu, Oct 17, 2002 at 02:12:18PM -0400, Rob Napier wrote:
> >Just another datapoint. On XP SP1 + Cygwin 1.3.13-2, here's what I get
> >whenever something tries to fork:
> >
> >O:\>c:\cygwin\bin\bash
> >bash-2.05b$ ls
> >      8 [main] bash 3952 fixup_mmaps_after_fork: base address fails to match requested address 0xBD0000
> >c:\cygwin\bin\bash.exe: *** recreate_mmaps_after_fork_failed
> >[snip]
> 
> Is there some reason you're refusing to try a snapshot?

I get the following when running under the latest CVS (as of about 7:30
AM EST today):

$ exim -bdf -q15m            
    803 [main] exim 2516 fixup_mmaps_after_fork: base address fails to match requested address 0x1B00000
C:\cygwin\usr\local\bin\exim-4.10-1.exe: *** recreate_mmaps_after_fork_failed
    131 [main] exim 1160 sync_with_child: child 2516(0x288) died before initialization with status code 0x1
  15649 [main] exim 1160 sync_with_child: *** child state child loading dlls
2002-10-18 07:50:12 daemon: fork of queue-runner process failed: Resource temporarily unavailable

900182874 [main] exim 2472 fixup_mmaps_after_fork: base address fails to match requested address 0x1B00000
C:\cygwin\usr\local\bin\exim-4.10-1.exe: *** recreate_mmaps_after_fork_failed
900198833 [main] exim 1160 sync_with_child: child 2472(0x2A8) died before initialization with status code 0x1
900203758 [main] exim 1160 sync_with_child: *** child state child loading dlls

I will try to dig deeper and sorry for the me too post, but I wanted to
give you a heads up that the problem still exists in the latest CVS.

Thanks,
Jason

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: latest cvs fork problems
  2002-10-18  6:38   ` Jason Tishler
@ 2002-10-18  8:23     ` Christopher Faylor
  2002-10-18  8:31       ` Jason Tishler
  2002-10-18 17:41       ` latest cvs fork problems Jason Tishler
  0 siblings, 2 replies; 28+ messages in thread
From: Christopher Faylor @ 2002-10-18  8:23 UTC (permalink / raw)
  To: cygwin

On Fri, Oct 18, 2002 at 08:23:21AM -0400, Jason Tishler wrote:
>Chris,
>
>On Thu, Oct 17, 2002 at 02:29:52PM -0400, Christopher Faylor wrote:
>> On Thu, Oct 17, 2002 at 02:12:18PM -0400, Rob Napier wrote:
>> >Just another datapoint. On XP SP1 + Cygwin 1.3.13-2, here's what I get
>> >whenever something tries to fork:
>> >
>> >O:\>c:\cygwin\bin\bash
>> >bash-2.05b$ ls
>> >      8 [main] bash 3952 fixup_mmaps_after_fork: base address fails to match requested address 0xBD0000
>> >c:\cygwin\bin\bash.exe: *** recreate_mmaps_after_fork_failed
>> >[snip]
>> 
>> Is there some reason you're refusing to try a snapshot?
>
>I get the following when running under the latest CVS (as of about 7:30
>AM EST today):
>
>$ exim -bdf -q15m            
>    803 [main] exim 2516 fixup_mmaps_after_fork: base address fails to match requested address 0x1B00000
>C:\cygwin\usr\local\bin\exim-4.10-1.exe: *** recreate_mmaps_after_fork_failed
>    131 [main] exim 1160 sync_with_child: child 2516(0x288) died before initialization with status code 0x1
>  15649 [main] exim 1160 sync_with_child: *** child state child loading dlls
>2002-10-18 07:50:12 daemon: fork of queue-runner process failed: Resource temporarily unavailable
>
>900182874 [main] exim 2472 fixup_mmaps_after_fork: base address fails to match requested address 0x1B00000
>C:\cygwin\usr\local\bin\exim-4.10-1.exe: *** recreate_mmaps_after_fork_failed
>900198833 [main] exim 1160 sync_with_child: child 2472(0x2A8) died before initialization with status code 0x1
>900203758 [main] exim 1160 sync_with_child: *** child state child loading dlls
>
>I will try to dig deeper and sorry for the me too post, but I wanted to
>give you a heads up that the problem still exists in the latest CVS.

I still can't duplicate this.  Can you send cygcheck output as an attachment?

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: latest cvs fork problems
  2002-10-18  8:23     ` Christopher Faylor
@ 2002-10-18  8:31       ` Jason Tishler
  2002-10-18 18:29         ` Christopher Faylor
  2002-10-18 17:41       ` latest cvs fork problems Jason Tishler
  1 sibling, 1 reply; 28+ messages in thread
From: Jason Tishler @ 2002-10-18  8:31 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 147 bytes --]

Chris,

On Fri, Oct 18, 2002 at 10:23:40AM -0400, Christopher Faylor wrote:
> Can you send cygcheck output as an attachment?

See attached.

Jason

[-- Attachment #2: cygcheck.out --]
[-- Type: text/plain, Size: 25008 bytes --]



Cygwin Win95/NT Configuration Diagnostics

Current System Time: Fri Oct 18 11:05:16 2002



Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 2



Path:	C:\home\jt\bin

	C:\cygwin\usr\local\bin

	C:\cygwin\bin

	c:\Program Files\bin

	c:\Program Files\vim\vim60

	c:\WINNT\system32

	c:\WINNT

	c:\Program Files\Python22

	c:\Program Files\Tcl\bin

	.



SysDir: C:\WINNT\System32

WinDir: C:\WINNT



CYGWIN = `binmode tty ntsec'

HOME = `C:\home\jt'

MAKE_MODE = `UNIX'

PWD = `/home/jt/src/fetchmail-6.1.0-1'



ALLUSERSPROFILE = `C:\Documents and Settings\All Users'

APPDATA = `C:\Documents and Settings\jatis\Application Data'

CDPATH = `.:/home/jt:/home/jt/src:/home/jt/lib'

CEPATH = `/home/jt/.environments:/usr/local/share/environments'

COLORFGBG = `0;default;15'

COLORTERM = `rxvt-xpm'

COMMONPROGRAMFILES = `C:\Program Files\Common Files'

COMPUTERNAME = `TISHLERJASON'

COMSPEC = `C:\WINNT\system32\cmd.exe'

CVSEDITOR = `gvim'

CYGWINDIR = `C:\cygwin'

DISPLAY = `:0'

EXINIT = `se ai ts=4 sw=4'

HISTCONTROL = `ignoredups'

HISTSIZE = `10240'

HOMEDRIVE = `C:'

HOMEPATH = `\'

HOSTNAME = `tishlerjason'

INFONET = `K:'

INPUTRC = `/home/jt/.inputrc'

LOGNAME = `jt'

LOGONSERVER = `\\PALO-ALTO-PDC'

MANPATH = `:/usr/ssl/man'

MUTTIMAP = `/home/jt/.mutt/imap'

NUMBER_OF_PROCESSORS = `1'

OLDPWD = `/home/jt'

OS2LIBPATH = `C:\WINNT\system32\os2\dll;'

OS = `Windows_NT'

PAGER = `less'

PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'

PROCESSOR_ARCHITECTURE = `x86'

PROCESSOR_IDENTIFIER = `x86 Family 6 Model 8 Stepping 10, GenuineIntel'

PROCESSOR_LEVEL = `6'

PROCESSOR_REVISION = `080a'

PROGRAMFILES = `C:\Program Files'

PS1 = `tishlerjason[\w]\n\$ '

PYTHONSTARTUP = `/home/jt/.pythonrc.py'

SHELL = `/bin/bash'

SHLVL = `1'

SYSTEMDRIVE = `C:'

SYSTEMROOT = `C:\WINNT'

TEMP = `c:\DOCUME~1\jatis\LOCALS~1\Temp'

TERM = `rxvt'

TMP = `c:\DOCUME~1\jatis\LOCALS~1\Temp'

USERDOMAIN = `PALO-ALTO'

USERNAME = `jatis'

USERPROFILE = `C:\Documents and Settings\jatis'

VISUAL = `vi'

WINDIR = `C:\WINNT'

WINDOWID = `168035104'

_ = `/usr/bin/cygcheck'

command_oriented_history = `1'



HKEY_CURRENT_USER\Software\Cygnus Solutions

HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin

HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2

HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2

  (default) = `/mnt'

  cygdrive flags = 0x0000002a

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/

  (default) = `C:/cygwin'

  flags = 0x0000000a

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home

  (default) = `C:\home'

  flags = 0x0000000a

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/misc

  (default) = `C:\misc'

  flags = 0x0000000a

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/opt/MSFTvs

  (default) = `C:\Program Files\Microsoft Visual Studio'

  flags = 0x0000000a

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/tmp/text

  (default) = `c:\Temp\text'

  flags = 0x00000008

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin

  (default) = `C:/cygwin/bin'

  flags = 0x0000000a

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/java

  (default) = `C:\jdk1.3.1_02'

  flags = 0x0000000a

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib

  (default) = `C:/cygwin/lib'

  flags = 0x0000000a

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/local/ant

  (default) = `C:\Program Files\jakarta-ant-1.5'

  flags = 0x0000000a

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/local/info-zip

  (default) = `C:\Program Files\info-zip'

  flags = 0x0000000a

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/X11R6/lib/X11/fonts

  (default) = `C:\cygwin\usr\X11R6\lib\X11\fonts'

  flags = 0x0000000a

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options



c:  hd  NTFS   16050Mb  91% CP CS UN PA FC     System Disk

d:  cd           N/A    N/A                    

i:  net NTFS   78803Mb  73% CP CS UN PA FC     

j:  net NTFS   26686Mb  43% CP CS UN PA FC     

k:  net NTFS   26686Mb  43% CP CS UN PA FC     

m:  net NTFS   26686Mb  43% CP CS UN PA FC     



C:/cygwin                                 /                         system  binmode

C:\home                                   /home                     system  binmode

C:\misc                                   /misc                     system  binmode

C:\Program Files\Microsoft Visual Studio  /opt/MSFTvs               system  binmode

c:\Temp\text                              /tmp/text                 system  textmode

C:/cygwin/bin                             /usr/bin                  system  binmode

C:\jdk1.3.1_02                            /usr/java                 system  binmode

C:/cygwin/lib                             /usr/lib                  system  binmode

C:\Program Files\jakarta-ant-1.5          /usr/local/ant            system  binmode

C:\Program Files\info-zip                 /usr/local/info-zip       system  binmode

C:\cygwin\usr\X11R6\lib\X11\fonts         /usr/X11R6/lib/X11/fonts  system  binmode

                                         /mnt                      user    binmode,cygdrive



Found: C:\cygwin\bin\bash.exe

Found: C:\cygwin\bin\cat.exe

Found: C:\cygwin\bin\cpp.exe

Found: C:\cygwin\bin\find.exe

Found: C:\cygwin\bin\gcc.exe

Found: C:\cygwin\bin\gdb.exe

Found: C:\cygwin\bin\ld.exe

Found: C:\cygwin\bin\ls.exe

Found: C:\cygwin\bin\make.exe

Found: C:\cygwin\bin\sh.exe



  552k 2002/06/26 C:\cygwin\usr\local\bin\cygast54.dll - os=4.0 img=1.0 sys=4.0

                  "cygast54.dll" v0.0 ts=2002/6/13 15:29

  146k 2002/06/26 C:\cygwin\usr\local\bin\cygcmd12.dll - os=4.0 img=1.0 sys=4.0

                  "cygcmd12.dll" v0.0 ts=2002/6/13 15:31

    8k 2002/06/26 C:\cygwin\usr\local\bin\cygdll10.dll - os=4.0 img=1.0 sys=4.0

                  "cygdll10.dll" v0.0 ts=2002/6/13 15:30

  349k 2002/06/26 C:\cygwin\usr\local\bin\cygshell11.dll - os=4.0 img=1.0 sys=4.0

                  "cygshell11.dll" v0.0 ts=2002/6/13 15:44

   58k 2002/10/18 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygbz2-1.dll" v0.0 ts=2002/5/7 2:33

   54k 2002/10/18 C:\cygwin\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0

                  "cygbz21.0.dll" v0.0 ts=2002/1/26 20:07

    6k 2002/10/18 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygcharset-1.dll" v0.0 ts=2002/6/24 14:23

  625k 2002/10/18 C:\cygwin\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0

                  "cygcrypto.dll" v0.0 ts=2002/7/30 11:32

  452k 2002/10/18 C:\cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0

                  "cygcurl-2.dll" v0.0 ts=2002/7/17 10:50

  326k 2002/10/18 C:\cygwin\bin\cygdb2.dll - os=4.0 img=1.0 sys=4.0

                  "cygdb2.dll" v0.0 ts=2002/6/26 13:48

  132k 2002/10/18 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygexpat-0.dll" v0.0 ts=2002/7/14 15:38

   50k 2002/10/18 C:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygexslt-0.dll" v0.0 ts=2002/3/17 1:24

   45k 2002/10/18 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0

                  "cygform5.dll" v0.0 ts=2001/4/25 1:28

   35k 2002/10/18 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0

                  "cygform6.dll" v0.0 ts=2002/1/9 1:03

   19k 2002/10/18 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0

                  "cyggdbm.dll" v0.0 ts=2002/2/19 22:05

  488k 2002/10/18 C:\cygwin\bin\cygguile-14.dll - os=4.0 img=1.0 sys=4.0

                  "cygguile-14.dll" v0.0 ts=2002/7/18 6:35

   63k 2002/10/18 C:\cygwin\bin\cygguile-srfi-srfi-13-14-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygguile-srfi-srfi-13-14-1.dll" v0.0 ts=2002/7/18 6:35

   24k 2002/10/18 C:\cygwin\bin\cygguile-srfi-srfi-4-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygguile-srfi-srfi-4-1.dll" v0.0 ts=2002/7/18 6:35

   14k 2002/10/18 C:\cygwin\bin\cygguilereadline-14.dll - os=4.0 img=1.0 sys=4.0

                  "cygguilereadline-14.dll" v0.0 ts=2002/7/18 6:35

   17k 2002/10/18 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0

                  "cyghistory4.dll" v0.0 ts=2001/1/6 23:34

   20k 2002/10/18 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0

                  "cyghistory5.dll" v0.0 ts=2002/7/17 17:18

  306k 2002/04/27 C:\cygwin\bin\cyghttpd.dll - os=4.0 img=1.0 sys=4.0

                  "cyghttpd.dll" v0.0 ts=2002/4/27 9:23

  929k 2002/10/18 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0

                  "cygiconv-2.dll" v0.0 ts=2002/6/24 14:24

   22k 2002/10/18 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygintl-1.dll" v0.0 ts=2001/12/13 4:28

   23k 2002/10/18 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0

                  "cygintl-2.dll" v0.0 ts=2002/6/24 0:54

   21k 2002/10/18 C:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0

                  "cygintl.dll" v0.0 ts=2001/6/20 13:09

   81k 2002/10/18 C:\cygwin\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0

                  "cygitcl30.dll" v0.0 ts=2000/11/25 20:43

   35k 2002/10/18 C:\cygwin\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0

                  "cygitk30.dll" v0.0 ts=2000/11/25 20:43

   45k 2002/10/18 C:\cygwin\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0

                  "cygjbig1.dll" v0.0 ts=2002/2/7 18:59

  119k 2002/10/18 C:\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0

                  "cygjpeg6b.dll" v0.0 ts=2002/2/9 0:19

   25k 2002/10/18 C:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0

                  "cygltdl-3.dll" v0.0 ts=2002/7/16 0:05

   26k 2002/10/18 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0

                  "cygmenu5.dll" v0.0 ts=2001/4/25 1:27

   20k 2002/10/18 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0

                  "cygmenu6.dll" v0.0 ts=2002/1/9 1:03

  156k 2002/10/18 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0

                  "cygncurses++5.dll" v0.0 ts=2001/4/25 1:29

  175k 2002/10/18 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0

                  "cygncurses++6.dll" v0.0 ts=2002/1/9 1:03

  226k 2002/10/18 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0

                  "cygncurses5.dll" v0.0 ts=2001/4/25 1:17

  202k 2002/10/18 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0

                  "cygncurses6.dll" v0.0 ts=2002/1/9 1:03

   15k 2002/10/18 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0

                  "cygpanel5.dll" v0.0 ts=2001/4/25 1:27

   12k 2002/10/18 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0

                  "cygpanel6.dll" v0.0 ts=2002/1/9 1:03

   40k 2002/10/18 C:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0

                  "cygpcre.dll" v0.0 ts=2001/11/21 17:15

   39k 2002/10/18 C:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0

                  "cygpcreposix.dll" v0.0 ts=2001/11/21 17:15

  175k 2002/10/18 C:\cygwin\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0

                  "cygpng10.dll" v0.0 ts=2002/7/22 11:51

  179k 2002/10/18 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0

                  "cygpng12.dll" v0.0 ts=2002/7/22 12:03

  170k 2002/10/18 C:\cygwin\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0

                  "cygpng2.dll" v0.0 ts=2002/1/20 20:05

   22k 2002/10/18 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygpopt-0.dll" v0.0 ts=2002/6/9 1:45

  108k 2002/10/18 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0

                  "cygreadline4.dll" v0.0 ts=2001/1/6 23:34

  127k 2002/10/18 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0

                  "cygreadline5.dll" v0.0 ts=2002/7/17 17:18

   66k 2002/10/18 C:\cygwin\bin\cygregex.dll - os=4.0 img=1.0 sys=4.0

                  "cygregex.dll" v0.0 ts=2001/11/20 9:44

  160k 2002/10/18 C:\cygwin\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0

                  "cygssl.dll" v0.0 ts=2002/7/30 11:32

  390k 2002/10/18 C:\cygwin\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0

                  "cygtcl80.dll" v0.0 ts=2000/11/25 20:39

    5k 2000/12/05 C:\cygwin\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0

   10k 2002/10/18 C:\cygwin\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0

                  "cygtclreg80.dll" v0.0 ts=2000/11/25 20:39

  253k 2002/10/18 C:\cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0

                  "cygtiff3.dll" v0.0 ts=2002/2/10 3:34

  623k 2002/10/18 C:\cygwin\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0

                  "cygtk80.dll" v0.0 ts=2000/11/25 20:43

   25k 2002/10/18 C:\cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0

                  "cygungif-4.dll" v0.0 ts=2002/7/14 10:58

  883k 2002/10/18 C:\cygwin\bin\cygwin-1.3.12-2.dll - os=4.0 img=1.0 sys=4.0

                  "cygwin1.dll" v0.0 ts=2002/7/6 2:16

  633k 2002/10/18 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0

                  "cygxml2-2.dll" v0.0 ts=2002/7/22 2:29

   41k 2002/10/18 C:\cygwin\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0

                  "cygXpm-noX4.dll" v0.0 ts=2002/1/20 13:49

   46k 2002/10/18 C:\cygwin\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0

                  "cygXpm-X4.dll" v0.0 ts=2002/1/20 13:50

  152k 2002/10/18 C:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygxslt-1.dll" v0.0 ts=2002/3/17 1:19

   15k 2002/10/18 C:\cygwin\bin\cygxsltbreakpoint-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygxsltbreakpoint-1.dll" v0.0 ts=2002/3/17 1:24

   50k 2002/10/18 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0

                  "cygz.dll" v0.0 ts=2002/3/11 23:38

 5900k 2002/10/18 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0

                  "cygwin1.dll" v0.0 ts=2002/10/18 7:30

    Cygwin DLL version info:

        DLL version: 1.3.14

        DLL epoch: 19

        DLL bad signal mask: 19005

        DLL old termios: 5

        DLL malloc env: 28

        API major: 0

        API minor: 62

        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: Fri Oct 18 07:30:15 2002

        Shared id: cygwin1S3





Cygwin Package Information

Last downloaded files to: C:\Cygwin\pkgs

Last downloaded files from: http://jaba.esr.hp.com/~jt/Cygwin/NetRelease



Package             Version             

WindowMaker         0.80.0-2            

XFree86-base        4.2.0-1             

XFree86-bin         4.2.0-2             

XFree86-doc         4.2.0-1             

XFree86-etc         4.2.0-1             

XFree86-f100        4.2.0-2             

XFree86-fcyr        4.2.0-2             

XFree86-fenc        4.2.0-2             

XFree86-fnts        4.2.0-2             

XFree86-fscl        4.2.0-2             

XFree86-fsrv        4.2.0-1             

XFree86-html        4.2.0-1             

XFree86-jdoc        4.2.0-1             

XFree86-lib         4.2.0-3             

XFree86-man         4.2.0-1             

XFree86-nest        4.2.0-1             

XFree86-prog        4.2.0-1             

XFree86-prt         4.2.0-1             

XFree86-ps          4.2.0-1             

XFree86-startup-scripts4.2.0-3             

XFree86-vfb         4.2.0-1             

XFree86-xserv       4.2.0-10            

Xaw3d               1.5-1               

_update-info-dir    00039-1             

a2ps                4.13                

apache              1.3.24-5            

ash                 20020731-1          

aspell              0.33-2              

autoconf            2.53-1              

autoconf-devel      2.53-1              

autoconf-stable     2.13-4              

automake            1.6.2-1             

automake-devel      1.6.2-1             

automake-stable     1.4p5-5             

bash                2.05b-2             

bc                  1.06-1              

bind                8.3.1-1             

binutils            20011002-1          

bison               1.35-1              

byacc               1.9-1               

bzip2               1.0.2-2             

ccache              1.9-1               

ce                  0.0                 

cgoban              1.9.12-1            

clear               1.0-1               

compface            1.4-5               

connect             1.46-1              

cpio                2.4.2               

cron                3.0.1-7             

crypt               1.0-1               

cscope              15.3-2              

ctags               5.2-1               

curl                7.9.8-2             

cvs                 1.11.0-1            

cygipc              1.11-1              

cygrunsrv           0.95-1              

cygutils            1.1.2-1             

cygwin              1.3.13-2            

cygwin-doc          1.0-1               

db2                 2.7.7-4             

dejagnu             20010117-1          

dictd               1.5.5-1             

diff                1.0-1               

diffutils           2.8.1-1             

dirs                1.1-2               

docxx               3.4.8-1             

ed                  0.2-1               

enscript            1.6.3-2             

etc                 1.2-2               

exim                4.10-2              

expat               1.95.4-1            

expect              20010117-1          

fetchmail           6.1.0-1             

figlet              2.2-1               

file                3.37-1              

fileutils           4.1-1               

findutils           4.1.7-4             

flex                2.5.4-2             

fortune             1.8-2               

freetds             0.60-4              

fvwm                2.4.7-2             

gawk                3.0.4-1             

gcal                3.01-1              

gcc                 2.95.3-5            

gdb                 20010428-3          

gdbm                1.8.0-4             

gettext             0.11.2-2            

gettext-devel       0.11.2-2            

ghostscript         7.05-1              

ghostscript-base    7.05-1              

ghostscript-x11     7.05-1              

gnugo               3.2-1               

gnupg               1.0.7-1             

gperf               0.0                 

grep                2.5-1               

groff               1.17.2-1            

gsl                 1.1.1-1             

guile               1.5.6-5             

guile-devel         1.5.6-5             

guile-doc           1.5.6-5             

gzip                1.3.3-3             

hd2u                0.5.10              

indent              2.2.8-1             

inetutils           1.3.2-19            

irc                 20010101-1          

jbigkit             1.2-6               

jikes               1.15-1              

jpeg                6b-7                

keychain            1.9-1               

ksh                 2002-06-14-1        

less                374-1               

lesstif             0.93.18-3           

libPropList         0.10.1-3            

libbz2_0            1.0.2-1             

libbz2_1            1.0.2-2             

libcharset1         1.8-2               

libdb2              2.7.7-4             

libdb2-devel        2.7.7-4             

libguile14          1.5.6-5             

libiconv            1.8-2               

libiconv2           1.8-2               

libintl             0.10.38-3           

libintl1            0.10.40-1           

libintl2            0.11.2-2            

libltdl3            20020705-2          

libncurses5         5.2-1               

libncurses6         5.2-8               

libpng              1.2.4-2             

libpng10            1.0.14-2            

libpng10-devel      1.0.14-2            

libpng12            1.2.4-2             

libpng12-devel      1.2.4-2             

libpng2             1.0.12-1            

libpopt0            1.6.4-4             

libreadline4        4.1-2               

libreadline5        4.3-1               

libtool             20020705-1          

libtool-devel       20020705-2          

libtool-stable      1.4.2-2             

libungif            4.1.0-2             

libxml2             2.4.23-1            

libxslt             1.0.13-1            

links               0.96-1              

login               1.4-4               

lynx                2.8.4-1             

m4                  0.0                 

make                3.79.1-7            

makedata            1.18-1              

man                 1.5g-2              

man-extras          0.0                 

mc                  4.5.55-1            

mingw               20010917-1          

mingw-runtime       2.0-2               

mktemp              1.4-1               

mod_auth_mysql      1.11-1              

mod_auth_ntsec      1.7-1               

mod_dav             1.0.3-1.3.6-1       

mod_php4            4.2.0-1             

mod_ssl             2.8.8-1.3.24-1      

more                2.11o-1             

mt                  2.0.1-1             

mutt                1.4i-1              

nano                1.1.10-1            

ncftp               3.1.4-1             

ncurses             5.2-8               

newlib-man          20001118-1          

numpy               22.0-1              

openbox             0.99.1-3            

opengl              1.1.0-6             

openldap            2.0.15-1            

openssh             3.4p1-4             

openssl             0.9.6e-1            

openssl-devel       0.9.6e-1            

patch               2.5-3               

pcre                3.7-1               

perl                5.6.1-2             

perl_manpages       5.8.0-1             

pine                4.44-2              

pkgconfig           0.12.0-1            

popt                1.6.4-4             

postgresql          7.2.3-1             

postinstall         1.11-1              

procmail            3.22-7              

procps              010801-1            

proftpd             1.2.6-1             

pspell              0.12-2              

pth                 1.3.7-1             

python              2.2.1-1             

python-ldap         20020101-1          

rcs                 5.7-3               

readline            4.3-1               

regex               4.4-2               

robots              2.0-1               

rpm                 4.0.2-1             

rsync               2.5.5-1             

run                 1.1.4               

rxvt                2.7.2-10            

sed                 3.02-1              

sh-utils            2.0-2               

sharutils           4.2.1-2             

shutdown            1.2-2               

spamassassin        2.31-3              

sqsh                2.1-2               

squid               2.4-STABLE20010508  

ssmtp               2.38.7-3            

swig                1.3.13-1            

tar                 1.13.19-1           

tcltk               20001125-1          

tcsh                6.11.00-4           

termcap             20020403-1          

terminfo            5.2-3               

tetex-beta          20001218-4          

texinfo             4.2-3               

texmf               20000804-2          

texmf-base          20000804-2          

texmf-doc           20000804-2          

texmf-extra         20000804-2          

texmf-tiny          20000804-2          

textutils           2.0.21-1            

tidy                020623-1            

tiff                3.5.7-1             

time                1.7-1               

ttcp                19980512-1          

ucd-snmp            4.2.3-1             

ucl                 1.01-1              

units               1.77-1              

unzip               5.50-1              

upx                 1.21-1              

vim                 6.1-2               

w32api              1.5-1               

w3m                 0.2.5.1-2           

wget                1.8.2-1             

which               2.11                

whois               4.5.17-1            

x2x                 1.27-1              

xpm-nox             4.2.0-1             

zip                 2.3-2               

zlib                1.1.4-1             

zsh                 4.0.4-1             



Use -h to see help about each section



[-- Attachment #3: Type: text/plain, Size: 214 bytes --]

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: latest cvs fork problems
  2002-10-18  8:23     ` Christopher Faylor
  2002-10-18  8:31       ` Jason Tishler
@ 2002-10-18 17:41       ` Jason Tishler
  1 sibling, 0 replies; 28+ messages in thread
From: Jason Tishler @ 2002-10-18 17:41 UTC (permalink / raw)
  To: cygwin

Chris,

On Fri, Oct 18, 2002 at 10:23:40AM -0400, Christopher Faylor wrote:
> I still can't duplicate this.

A binary search of the recent snapshots indicates that 2002-Oct-14 is OK
but 2002-Oct-15 is not.  So, I think that we can conclude that one of
the following changes is the culprit:

    http://cygwin.com/snapshots/winsup-changelog-20021014-20021015

Maybe the following strace snippet will ring a bell?

  106 1294484 [main] exim-4.10-1 1120 fixup_mmaps_after_fork: recreate_mmaps_after_fork, mmapped_areas 0xA041CC0
   94 1294578 [main] exim-4.10-1 1120 fixup_mmaps_after_fork: fd -1, h 230, access 1, offset 0, size 327680, address 0x1AF0000
  117 1294695 [main] exim-4.10-1 1120 fhandler_disk_file::fixup_mmap_after_fork: TTTTT: base = 0, address = 1AF0000
  816 1295511 [sig] exim-4.10-1 1120 wait_sig: sigcatch_nonmain 0x2B8, sigcatch_main 0x2BC
  341 1295852 [sig] exim-4.10-1 1120 wait_sig: Ready.  dwProcessid 1120
-1063 1294789 [main] exim-4.10-1 1120 fixup_mmaps_after_fork: base address fails to match requested address 0x1AF0000

Note that I added an extra debug_printf() to
fhandler_disk_file::fixup_mmap_after_fork().

Thanks,
Jason

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: latest cvs fork problems
  2002-10-18  8:31       ` Jason Tishler
@ 2002-10-18 18:29         ` Christopher Faylor
  2002-10-18 18:59           ` Jason Tishler
  0 siblings, 1 reply; 28+ messages in thread
From: Christopher Faylor @ 2002-10-18 18:29 UTC (permalink / raw)
  To: cygwin

On Fri, Oct 18, 2002 at 11:13:19AM -0400, Jason Tishler wrote:
>Chris,
>
>On Fri, Oct 18, 2002 at 10:23:40AM -0400, Christopher Faylor wrote:
>> Can you send cygcheck output as an attachment?
>
>See attached.

Are you running something like cygserver that would be using shared memory?
I don't see why shared memory would be a problem running bash.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: latest cvs fork problems
  2002-10-18 18:29         ` Christopher Faylor
@ 2002-10-18 18:59           ` Jason Tishler
  2002-10-18 19:25             ` Christopher Faylor
  2002-10-20 19:09             ` YA in the "try a snapshot" series (was Re: latest cvs fork problems) Christopher Faylor
  0 siblings, 2 replies; 28+ messages in thread
From: Jason Tishler @ 2002-10-18 18:59 UTC (permalink / raw)
  To: cygwin

Chris,

On Fri, Oct 18, 2002 at 03:34:39PM -0400, Christopher Faylor wrote:
> Are you running something like cygserver that would be using shared
> memory?

No.

> I don't see why shared memory would be a problem running bash.

$ uname -a
CYGWIN_NT-5.0 TISHLERJASON 1.3.14s(0.62/3/2) 20021015 13:13:49 i686 unknown
$ ps -ef
     UID     PID    PPID TTY     STIME COMMAND
      jt    1212       1   0  15:07:07 /usr/bin/rxvt
      jt    1156    1212   1  15:07:07 /usr/bin/bash
      jt    3380    1156   1  16:18:01 /usr/bin/ps
$ net start exim
The exim service is starting.
The exim service was started successfully.
$ ps -ef
     UID     PID    PPID TTY     STIME COMMAND
      jt    1212       1   0  15:07:07 /usr/bin/rxvt
      jt    1156    1212   1  15:07:07 /usr/bin/bash
  SYSTEM    1096       1   ?  16:18:20 /usr/bin/cygrunsrv
    exim     648    1096   ?  16:18:22 /usr/local/bin/exim-4.10-1
      jt    1056    1156   1  16:20:45 /usr/bin/ps
$ tail -1 /var/spool/exim/log/mainlog
2002-10-18 16:18:23 daemon: fork of queue-runner process failed: Resource temporarily unavailable

Jason

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: latest cvs fork problems
  2002-10-18 18:59           ` Jason Tishler
@ 2002-10-18 19:25             ` Christopher Faylor
  2002-10-18 22:05               ` Christopher Faylor
  2002-10-20 19:09             ` YA in the "try a snapshot" series (was Re: latest cvs fork problems) Christopher Faylor
  1 sibling, 1 reply; 28+ messages in thread
From: Christopher Faylor @ 2002-10-18 19:25 UTC (permalink / raw)
  To: cygwin

On Fri, Oct 18, 2002 at 04:27:46PM -0400, Jason Tishler wrote:
>On Fri, Oct 18, 2002 at 03:34:39PM -0400, Christopher Faylor wrote:
>>Are you running something like cygserver that would be using shared
>>memory?
>
>No.

Ok.  Do you have an exim config file, then?  I don't see it doing anything
with shared memory but I haven't actually configured it.  I guess if you
have configured anything that you're willing to share, you should send
it to me in private email rather than clutter the list.

I'm generating a new snapshot which will have slightly more info in the
strace.  I also changed the heap size since that seemed to be related.  It
will be interesting to see if that causes any changes in behavior.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: latest cvs fork problems
  2002-10-18 19:25             ` Christopher Faylor
@ 2002-10-18 22:05               ` Christopher Faylor
  0 siblings, 0 replies; 28+ messages in thread
From: Christopher Faylor @ 2002-10-18 22:05 UTC (permalink / raw)
  To: cygwin

On Fri, Oct 18, 2002 at 08:09:44PM -0400, Christopher Faylor wrote:
>On Fri, Oct 18, 2002 at 04:27:46PM -0400, Jason Tishler wrote:
>>On Fri, Oct 18, 2002 at 03:34:39PM -0400, Christopher Faylor wrote:
>>>Are you running something like cygserver that would be using shared
>>>memory?
>>
>>No.
>
>Ok.  Do you have an exim config file, then?  I don't see it doing anything
>with shared memory but I haven't actually configured it.  I guess if you
>have configured anything that you're willing to share, you should send
>it to me in private email rather than clutter the list.
>
>I'm generating a new snapshot which will have slightly more info in the
>strace.  I also changed the heap size since that seemed to be related.

Nevermind.  The heap size was a red herring, afaict.  It's entirely
unrelated to this problem.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* YA in the "try a snapshot" series (was Re: latest cvs fork problems)
  2002-10-18 18:59           ` Jason Tishler
  2002-10-18 19:25             ` Christopher Faylor
@ 2002-10-20 19:09             ` Christopher Faylor
  2002-10-21  8:19               ` Jason Tishler
                                 ` (3 more replies)
  1 sibling, 4 replies; 28+ messages in thread
From: Christopher Faylor @ 2002-10-20 19:09 UTC (permalink / raw)
  To: cygwin

I was able to duplicate Jason's mmap problem with his version of exim
and, so, I think I was also able to fix it.

The latest snapshot should solve this problem.  The hanging problem that
I mentioned previously seems to be gone, too...  or, more likely, it
will manifest itself 10 seconds after I send this email.

So, try a snapshot.  Collect them all.  Win valuable prizes.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: YA in the "try a snapshot" series (was Re: latest cvs fork problems)
  2002-10-20 19:09             ` YA in the "try a snapshot" series (was Re: latest cvs fork problems) Christopher Faylor
@ 2002-10-21  8:19               ` Jason Tishler
  2002-10-21 12:30               ` Norman Vine
                                 ` (2 subsequent siblings)
  3 siblings, 0 replies; 28+ messages in thread
From: Jason Tishler @ 2002-10-21  8:19 UTC (permalink / raw)
  To: cygwin

Chris,

On Sun, Oct 20, 2002 at 09:17:19PM -0400, Christopher Faylor wrote:
> I was able to duplicate Jason's mmap problem with his version of exim
> and, so, I think I was also able to fix it.

I just wanted to confirm that the latest snapshot fixes the above
problem.

Thanks again for your help.

Jason

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: YA in the "try a snapshot" series (was Re: latest cvs fork problems)
  2002-10-20 19:09             ` YA in the "try a snapshot" series (was Re: latest cvs fork problems) Christopher Faylor
  2002-10-21  8:19               ` Jason Tishler
@ 2002-10-21 12:30               ` Norman Vine
  2002-10-21 13:55                 ` Christopher Faylor
  2002-10-21 21:46               ` YA in the "try a snapshot" series (was Re: latest cvs fork problems) Gary R. Van Sickle
  2002-10-22  4:14               ` Roman Belenov
  3 siblings, 1 reply; 28+ messages in thread
From: Norman Vine @ 2002-10-21 12:30 UTC (permalink / raw)
  To: cygwin

Christopher Faylor writes:

> I was able to duplicate Jason's mmap problem with his version of exim
> and, so, I think I was also able to fix it.
>
> The latest snapshot should solve this problem.  The hanging problem that
> I mentioned previously seems to be gone, too...  or, more likely, it
> will manifest itself 10 seconds after I send this email.
>
> So, try a snapshot.  Collect them all.  Win valuable prizes.

rxvt seems to have a problem with this dll
a bash shell in a cmd window does not exhibit this

< obj is the top level directory in which I just built the Cygwin DLL >

Norman

<501> obj
$ make clean
make[1]: Entering directory `/src/cygwin2/obj/libiberty'
make[2]: Entering directory `/src/cygwin2/obj/libiberty/testsuite'
rm -f test-demangle
make[2]: Leaving directory `/src/cygwin2/obj/libiberty/testsuite'
make SUBDIRS="" mostlyclean
make[2]: Entering directory `/src/cygwin2/obj/libiberty'
rm -rf *.o pic core errs \#* *.E a.out
rm -f needed.awk needed2.awk errors dummy needed-list config.h stamp-*
rm -f   stamp-picdir
rm -f libiberty.aux libiberty.cp libiberty.cps libiberty.fn libiberty.ky
rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg
rm -f libiberty.pgs libiberty.toc libiberty.tp libiberty.tpl libiberty.vr
rm -f libtexi.stamp
make[2]: Leaving directory `/src/cygwin2/obj/libiberty'
rm -f *.a required-list tmpmulti.out
rm -f libiberty.dvi libiberty.info* libiberty.html
make[1]: Leaving directory `/src/cygwin2/obj/libiberty'
   2194 [main] ? 2076 open_shared: relocating shared object shared(3) from
0xA000000 to 0xC5D0000 on Windows NT
Signal 11



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: YA in the "try a snapshot" series (was Re: latest cvs fork problems)
  2002-10-21 12:30               ` Norman Vine
@ 2002-10-21 13:55                 ` Christopher Faylor
  2002-10-21 15:20                   ` Norman Vine
  2002-10-22 18:41                   ` Norman Vine
  0 siblings, 2 replies; 28+ messages in thread
From: Christopher Faylor @ 2002-10-21 13:55 UTC (permalink / raw)
  To: cygwin

On Mon, Oct 21, 2002 at 03:03:13PM -0400, Norman Vine wrote:
>Christopher Faylor writes:
>
>> I was able to duplicate Jason's mmap problem with his version of exim
>> and, so, I think I was also able to fix it.
>>
>> The latest snapshot should solve this problem.  The hanging problem that
>> I mentioned previously seems to be gone, too...  or, more likely, it
>> will manifest itself 10 seconds after I send this email.
>>
>> So, try a snapshot.  Collect them all.  Win valuable prizes.
>
>rxvt seems to have a problem with this dll

You're not using the snapshot.  You're using a DLL that you built
yourself, AFAICT.

>a bash shell in a cmd window does not exhibit this
>
>< obj is the top level directory in which I just built the Cygwin DLL >
>
>Norman
>
><501> obj
>$ make clean
>make[1]: Entering directory `/src/cygwin2/obj/libiberty'
>make[2]: Entering directory `/src/cygwin2/obj/libiberty/testsuite'
>rm -f test-demangle
>make[2]: Leaving directory `/src/cygwin2/obj/libiberty/testsuite'
>make SUBDIRS="" mostlyclean
>make[2]: Entering directory `/src/cygwin2/obj/libiberty'
>rm -rf *.o pic core errs \#* *.E a.out
>rm -f needed.awk needed2.awk errors dummy needed-list config.h stamp-*
>rm -f   stamp-picdir
>rm -f libiberty.aux libiberty.cp libiberty.cps libiberty.fn libiberty.ky
>rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg
>rm -f libiberty.pgs libiberty.toc libiberty.tp libiberty.tpl libiberty.vr
>rm -f libtexi.stamp
>make[2]: Leaving directory `/src/cygwin2/obj/libiberty'
>rm -f *.a required-list tmpmulti.out
>rm -f libiberty.dvi libiberty.info* libiberty.html
>make[1]: Leaving directory `/src/cygwin2/obj/libiberty'
>   2194 [main] ? 2076 open_shared: relocating shared object shared(3) from
>0xA000000 to 0xC5D0000 on Windows NT
>Signal 11

The above message is a warning.  The signal 11 is a problem.  There should
be a stackdump file.  Please decode the addresses with addr2line and report
them here.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: YA in the "try a snapshot" series (was Re: latest cvs fork problems)
  2002-10-21 13:55                 ` Christopher Faylor
@ 2002-10-21 15:20                   ` Norman Vine
  2002-10-21 20:42                     ` Norman Vine
  2002-10-22 18:41                   ` Norman Vine
  1 sibling, 1 reply; 28+ messages in thread
From: Norman Vine @ 2002-10-21 15:20 UTC (permalink / raw)
  To: cygwin

Christopher Faylor writes:

> On Mon, Oct 21, 2002 at 03:03:13PM -0400, Norman Vine wrote:
> >Christopher Faylor writes:
> >
> >> I was able to duplicate Jason's mmap problem with his version of exim
> >> and, so, I think I was also able to fix it.
> >>
> >> The latest snapshot should solve this problem.  The hanging problem
that
> >> I mentioned previously seems to be gone, too...  or, more likely, it
> >> will manifest itself 10 seconds after I send this email.
> >>
> >> So, try a snapshot.  Collect them all.  Win valuable prizes.
> >
> >rxvt seems to have a problem with this dll
>
> You're not using the snapshot.  You're using a DLL that you built
> yourself, AFAICT.

Yes,   apologies for the misinfo but I had a very similar if not the same
problem with the snapshot.   And I did a local rebuild to test ahould
have mentioned this.

FYI
A locally built DLL from Oct 15 CVS files did not have this behavior


>
> >a bash shell in a cmd window does not exhibit this
> >
> >< obj is the top level directory in which I just built the Cygwin DLL >
> >
> >Norman
> >
> ><501> obj
> >$ make clean

.....

> >rm -f libiberty.dvi libiberty.info* libiberty.html
> >make[1]: Leaving directory `/src/cygwin2/obj/libiberty'
> >   2194 [main] ? 2076 open_shared: relocating shared object shared(3)
from
> >0xA000000 to 0xC5D0000 on Windows NT
> >Signal 11
>
> The above message is a warning.  The signal 11 is a problem.  There should
> be a stackdump file.  Please decode the addresses with addr2line and
report
> them here.

There is a sed.exe.stackdump however I am unfamiliar with addr2line and
don't know how to use it.

pointers appreciated

Norman



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: YA in the "try a snapshot" series (was Re: latest cvs fork problems)
  2002-10-21 15:20                   ` Norman Vine
@ 2002-10-21 20:42                     ` Norman Vine
  0 siblings, 0 replies; 28+ messages in thread
From: Norman Vine @ 2002-10-21 20:42 UTC (permalink / raw)
  To: cygwin

Norman Vine wrote:

> Christopher Faylor writes:

> >  The signal 11 is a problem.  There should
> > be a stackdump file.  Please decode the addresses with addr2line and
report
> > them here.

$ addr2line -e /bin/cygwin1.dll -f 0x61088F0F  0x61088ED7 0x61034584
0x61077A1F 0x61007A61 0x61007C47 0x
610A40C0 0x6100733F 0x610077DF 0x61007821 0x0040BA4B 0x0040103D 0x0x77E9CA90
alive__3ttyPCc
/src/cygwin2/src/winsup/cygwin/tty.cc:304
master_alive__3tty
/src/cygwin2/src/winsup/cygwin/tty.cc:295
close__19fhandler_tty_common
/src/cygwin2/src/winsup/cygwin/fhandler_tty.cc:1015
close_all_files__Fv
/src/cygwin2/src/winsup/cygwin/syscalls.cc:72
do_exit
/src/cygwin2/src/winsup/cygwin/dcrt0.cc:1004
_exit
/src/cygwin2/src/winsup/cygwin/dcrt0.cc:1067
fclose
/src/cygwin2/src/newlib/libc/stdio/fclose.c:61
dll_crt0_1__Fv
/src/cygwin2/src/winsup/cygwin/dcrt0.cc:780
_dll_crt0
/src/cygwin2/src/winsup/cygwin/dcrt0.cc:909
dll_crt0__FP11per_process
/src/cygwin2/src/winsup/cygwin/dcrt0.cc:922

HTH

Norman


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* RE: YA in the "try a snapshot" series (was Re: latest cvs fork problems)
  2002-10-20 19:09             ` YA in the "try a snapshot" series (was Re: latest cvs fork problems) Christopher Faylor
  2002-10-21  8:19               ` Jason Tishler
  2002-10-21 12:30               ` Norman Vine
@ 2002-10-21 21:46               ` Gary R. Van Sickle
  2002-10-21 22:24                 ` Christopher Faylor
  2002-10-22  4:14               ` Roman Belenov
  3 siblings, 1 reply; 28+ messages in thread
From: Gary R. Van Sickle @ 2002-10-21 21:46 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 492 bytes --]

> I was able to duplicate Jason's mmap problem with his version of exim
> and, so, I think I was also able to fix it.
>
> The latest snapshot should solve this problem.  The hanging problem that
> I mentioned previously seems to be gone, too...  or, more likely, it
> will manifest itself 10 seconds after I send this email.
>

Not sure if this would be expected to affect my perl problems, but it hasn't
made any difference.  Cygcheck attached FWIW.

--
Gary R. Van Sickle
Brewer.  Patriot.

[-- Attachment #2: cygcheck.txt --]
[-- Type: text/plain, Size: 22529 bytes --]


Cygwin Win95/NT Configuration Diagnostics
Current System Time: Mon Oct 21 22:38:27 2002

Windows XP Home Edition Ver 5.1 Build 2600 Service Pack 1

Path:	c:\gs\gs7.04\bin
	c:\gs\gs7.04\lib
	c:\unix\home\grvs\bin
	c:\unix\usr\local\bin
	c:\unix\bin
	c:\WINDOWS\system32
	c:\WINDOWS
	c:\WINDOWS\system32\WBEM
	c:\WINDOWS\COMMAND
	c:\progra~1\Winzip
	c:\PROGRA~1\MICROS~3\VC98\BIN
	c:\PROGRA~1\MICROS~3\Common\MSDev98\Bin
	c:\PROGRA~1\Tcl\bin
	c:\PROGRA~1\MICROS~1\Bin\
	c:\PROGRA~1\MICROS~1\Bin\WinNT\

SysDir: C:\WINDOWS\System32
WinDir: C:\WINDOWS

CYGWIN = `ntsec tty'
HOME = `c:\unix\home\grvs'
LIBRARY_PATH = `/lib'
MAKE_MODE = `unix'
PWD = `/home/grvs'
USER = `Gary_VS'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\Gary_VS\Application Data'
BASEMAKE = `C:\Program Files\Microsoft SDK\Include\BKOffice.Mak'
BKOFFICE = `C:\Program Files\Microsoft SDK\.'
BLASTER = `A220 I5 D3 T4'
COLORFGBG = `0;default;15'
COLORTERM = `rxvt-xpm'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `UTQ6E'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
DESKTOP = `/cygdrive/c/DOCUME~1/Gary_VS/Desktop'
DISPLAY = `:0'
DXSDKROOT = `C:\Program Files\Microsoft SDK\.'
EDITOR = `nano'
GS_FONTPATH = `c:\gs\fonts'
GS_LIB = `c:\gs\gs7.04\lib'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\Gary_VS'
INCLUDE = `C:\Program Files\Microsoft SDK\Include\.;C:\Program Files\Microsoft Visual Studio\VC98\Include'
INETSDK = `C:\Program Files\Microsoft SDK\.'
LIB = `C:\Program Files\Microsoft SDK\Lib\.;C:\Program Files\Microsoft Visual Studio\VC98\Lib'
LOGONSERVER = `\\UTQ6E'
MAIL = `/home/grvs/Mail/inbox'
MANPATH = `:/usr/ssl/man'
MSSDK = `C:\Program Files\Microsoft SDK\.'
MSTOOLS = `C:\Program Files\Microsoft SDK\.'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/home/grvs/src/EveOfDestruction'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 5 Stepping 2, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0502'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$p$g'
PS1 = `^[]0;\w\a
^[[32m\u@\h ^[[33m\w^[[0m
$ '
SESSIONNAME = `Console'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINDOWS'
TEMP = `c:\DOCUME~1\Gary_VS\LOCALS~1\Temp'
TERM = `rxvt-cygwin-native'
USERDOMAIN = `UTQ6E'
USERNAME = `Gary_VS'
USERPROFILE = `C:\Documents and Settings\Gary_VS'
WINBOOTDIR = `C:\WINDOWS'
WINDIR = `C:\WINDOWS'
WINDOWID = `168047208'
WIN_EDITOR = `/cygdrive/c/progra~1/textpa~1/textpad.exe'
WXWIN = `C:\UNIX\USR\LOCAL\SRC\WX2'
_ = `/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000020
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00
  (default) = `c:\unix'
  unix = `/'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Microsoft\ftp\Accounts\sourceware.cygnus.com
  (default) = `'
   = `'
  Login Attributes = 0x00000002
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.Cygnus
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.Cygnus\OpenWithList
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.tw/pub3/CYGNUS/cygwin/latest/
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.tw/pub3/CYGNUS/cygwin/latest/\OpenWithList
  (default) = `IEXPLORE.EXE'
  MRUList = `a'
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu\&Programs\Cygnus Solutions
  (default) = (unsupported type)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu\&Programs\Cygnus Solutions\Menu
  (default) = (unsupported type)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu\Programs\Cygnus Solutions
  (default) = (unsupported type)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Installed Components
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Installed Components\c:/unix
  (default) = `20000627'
  inetutils = `0001.0003.0002.0004'
  bash = `0002.0004'
  binutils = `20000625'
  bison = `0000'
  byacc = `0000'
  bzip = `0000'
  clear = `0001.0000'
  dejagnu = `0000'
  diff = `0000'
  expect = `0000'
  fileutils = `0000'
  findutils = `0000'
  flex = `0000'
  gawk = `0003.0000.0004'
  gcc = `0002.0095.0002.0002'
  gdb = `20000415'
  gperf = `0000'
  grep = `0000'
  groff = `0001.011a.0001'
  gzip = `0000'
  less = `0000'
  m = `0000'
  make = `0003.0079.0003'
  man = `0001.005g.0002'
  patch = `0000'
  sed = `0000'
  shellutils = `0000'
  tar = `0000'
  tcltk = `0000'
  termcap = `20000630'
  texinfo = `0000'
  textutils = `0002.0000.0001'
  time = `0000'
  libpng = `0001.0000.0006.0001'
  login = `0001.0002'
  zlib = `0001.0001.0003.0001'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000020
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `c:\unix'
  flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/grvs/binmode_test_dir
  (default) = `c:\unix\home\grvs\binmode_test_dir'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/grvs/src/src
  (default) = `c:\unix\home\grvs\src\src'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `c:\unix/bin'
  flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `c:\unix/lib'
  flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin B20
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin B20\B20.1
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\05
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\06
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\07
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\08
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\09
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0E
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0F
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\10
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\11
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\12
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\13
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\14
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\15
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\16
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\17
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\18
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\19
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro\i586-cygwin32
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro\i586-cygwin32\i586-cygwin32
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro\i586-cygwin32\i586-cygwin32\cygwin-B20.1
  (default) = `c:\cygnus\cygwin-b20'
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Management\ARPCache\Cygnus Cygwin B20
  (default) = (unsupported type)
  Changed = 0x00000000
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Cygnus Cygwin B20
  (default) = `C:\WINDOWS\IsUninst.exe -fc:\cygnus\cygwin-b20\Uninst.isu'
  DisplayName = `Cygwin B20'

a:  fd           N/A    N/A                    
c:  hd  NTFS   24403Mb  91% CP CS UN PA FC     
d:  cd  CDFS     654Mb 100%    CS UN           RESISTANCE

.                                   /cygdrive                    user    textmode,cygdrive
c:\unix                             /                            system  textmode
c:\unix\home\grvs\binmode_test_dir  /home/grvs/binmode_test_dir  system  binmode
c:\unix\home\grvs\src\src           /home/grvs/src/src           system  binmode
c:\unix/bin                         /usr/bin                     system  textmode
c:\unix/lib                         /usr/lib                     system  textmode
.                                   /cygdrive                    user    textmode,cygdrive

Found: .\bash.exe
Found: c:\unix\bin\bash.exe
Warning: .\bash.exe hides c:\unix\bin\bash.exe
Found: c:\unix\bin\cat.exe
Found: c:\unix\bin\cpp.exe
Found: c:\unix\bin\find.exe
Found: c:\unix\bin\gcc.exe
Found: c:\unix\usr\local\bin\gdb.exe
Not Found: ld
Found: c:\unix\bin\ls.exe
Found: c:\unix\bin\make.exe
Found: c:\unix\bin\sh.exe

  409k 2001/12/02 c:\unix\usr\local\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitcl30.dll" v0.0 ts=2001/12/2 3:25
  302k 2001/12/02 c:\unix\usr\local\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitk30.dll" v0.0 ts=2001/12/2 3:26
 1427k 2001/12/02 c:\unix\usr\local\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtcl80.dll" v0.0 ts=2001/12/2 3:16
   24k 2001/12/02 c:\unix\usr\local\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0
  187k 2001/12/02 c:\unix\usr\local\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtclreg80.dll" v0.0 ts=2001/12/2 3:17
 2079k 2001/12/02 c:\unix\usr\local\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtk80.dll" v0.0 ts=2001/12/2 3:23
   58k 2002/05/07 c:\unix\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2002/5/7 1:33
   54k 2002/01/27 c:\unix\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz21.0.dll" v0.0 ts=2002/1/26 19:07
    6k 2002/06/24 c:\unix\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2002/6/24 13:23
  625k 2002/08/09 c:\unix\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto.dll" v0.0 ts=2002/8/9 15:20
   45k 2001/04/25 c:\unix\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2001/4/25 0:28
   35k 2002/01/09 c:\unix\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
                  "cygform6.dll" v0.0 ts=2002/1/9 0:03
   19k 2002/02/20 c:\unix\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2002/2/19 21:05
   17k 2001/06/28 c:\unix\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2001/1/6 22:34
   20k 2002/07/17 c:\unix\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory5.dll" v0.0 ts=2002/7/17 16:18
  929k 2002/06/24 c:\unix\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2002/6/24 13:24
   22k 2001/12/13 c:\unix\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-1.dll" v0.0 ts=2001/12/13 3:28
   28k 2002/09/20 c:\unix\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2002/9/19 22:13
   21k 2001/06/20 c:\unix\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl.dll" v0.0 ts=2001/6/20 12:09
   45k 2001/07/04 c:\unix\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig1.dll" v0.0 ts=2001/7/3 22:25
  119k 2002/02/09 c:\unix\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg6b.dll" v0.0 ts=2002/2/8 23:19
   59k 2002/09/20 c:\unix\bin\cygkpathsea-3-3-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3-3-7.dll" v0.0 ts=2002/9/20 9:54
   25k 2002/07/16 c:\unix\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-3.dll" v0.0 ts=2002/7/15 23:05
   26k 2001/04/25 c:\unix\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2001/4/25 0:27
   20k 2002/01/09 c:\unix\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu6.dll" v0.0 ts=2002/1/9 0:03
  156k 2001/04/25 c:\unix\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++5.dll" v0.0 ts=2001/4/25 0:29
  175k 2002/01/09 c:\unix\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2002/1/9 0:03
  226k 2001/04/25 c:\unix\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/25 0:17
  202k 2002/01/09 c:\unix\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2002/1/9 0:03
   15k 2001/04/25 c:\unix\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2001/4/25 0:27
   12k 2002/01/09 c:\unix\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel6.dll" v0.0 ts=2002/1/9 0:03
   40k 2001/11/21 c:\unix\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre.dll" v0.0 ts=2001/11/21 16:15
   39k 2001/11/21 c:\unix\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix.dll" v0.0 ts=2001/11/21 16:15
 1006k 2002/07/24 c:\unix\bin\cygperl5_8_0.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_8_0.dll" v0.0 ts=2002/7/24 11:53
  175k 2002/07/22 c:\unix\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng10.dll" v0.0 ts=2002/7/22 10:51
  179k 2002/07/22 c:\unix\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2002/7/22 11:03
   22k 2002/06/09 c:\unix\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 0:45
  108k 2001/06/28 c:\unix\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/6 22:34
  127k 2002/07/17 c:\unix\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline5.dll" v0.0 ts=2002/7/17 16:18
   66k 2001/11/20 c:\unix\bin\cygregex.dll - os=4.0 img=1.0 sys=4.0
                  "cygregex.dll" v0.0 ts=2001/11/20 8:44
  159k 2002/08/09 c:\unix\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl.dll" v0.0 ts=2002/8/9 15:20
  253k 2002/02/10 c:\unix\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff3.dll" v0.0 ts=2002/2/10 2:34
   41k 2002/01/20 c:\unix\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-noX4.dll" v0.0 ts=2002/1/20 12:49
   46k 2002/01/20 c:\unix\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-X4.dll" v0.0 ts=2002/1/20 12:50
   50k 2002/03/12 c:\unix\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2002/3/11 22:38
  906k 2002/10/21 c:\unix\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2002/10/20 20:06
    Cygwin DLL version info:
        DLL version: 1.3.14
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 62
        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: Sun Oct 20 21:06:57 EDT 2002
        Snapshot date: 20021020-21:04:38
        Shared id: cygwin1S3


Cygwin Package Information
Last downloaded files to: C:\unix\setup
Last downloaded files from: http://mirrors.rcn.net/pub/sourceware/cygwin

Package             Version             
_update-info-dir    00069-1             
ash                 20020731-1          
autoconf            2.53b-1             
autoconf-devel      2.53a-1             
autoconf-stable     2.13-4              
automake            1.6.2-1             
automake-devel      1.6.2-1             
automake-stable     1.4p5-5             
bash                2.05b-5             
bc                  1.06-1              
bison               1.35-1              
byacc               1.9-1               
bzip2               1.0.2-2             
clear               1.0-1               
cpio                2.4.2               
crypt               1.0-1               
ctags               5.2-1               
cvs                 1.11.0-1            
cygrunsrv           0.95-1              
cygutils            1.1.2-1             
cygwin              1.3.12-4            
cygwin-doc          1.1-2               
dejagnu             20010117-1          
diff                1.0-1               
diffutils           2.8.1-1             
expect              20010117-1          
figlet              2.2-1               
file                3.37-1              
fileutils           4.1-1               
findutils           4.1.7-4             
flex                2.5.4-2             
gawk                3.1.1-3             
gcc                 2.95.3-5            
gdbm                1.8.0-4             
gettext             0.11.5-1            
ghostscript         7.05-1              
ghostscript-base    7.05-1              
gperf               0.0                 
grep                2.5-1               
groff               1.17.2-1            
gzip                1.3.3-4             
indent              2.2.8-1             
jpeg                6b-7                
less                374-1               
libbz2_0            1.0.2-1             
libbz2_1            1.0.2-2             
libcharset1         1.8-2               
libiconv            1.8-2               
libiconv2           1.8-2               
libintl             0.10.38-3           
libintl1            0.10.40-1           
libintl2            0.11.5-1            
libkpathsea3        20020911-1          
libltdl3            20020705-2          
libncurses5         5.2-1               
libncurses6         5.2-8               
libpng              1.2.4-2             
libpng10            1.0.14-2            
libpng12            1.2.4-2             
libpng2             1.0.12-1            
libpopt0            1.6.4-4             
libreadline4        4.1-2               
libreadline5        4.3-1               
libtool             20020705-1          
libtool-devel       20020705-2          
libtool-stable      1.4.2-2             
login               1.4-4               
lynx                2.8.4-1             
m4                  0.0                 
make                3.79.1-7            
man                 1.5g-2              
mingw-runtime       2.2-1               
mktemp              1.4-1               
mutt                1.4-1               
nano                1.1.10-1            
ncftp               3.1.4-1             
ncurses             5.2-8               
newlib-man          20020801            
opengl              1.1.0-6             
openssh             3.4p1-5             
openssl             0.9.6g-1            
openssl-devel       0.9.6g-1            
patch               2.5-3               
pcre                3.7-1               
perl                5.8.0-1             
popt                1.6.4-4             
python              2.2.1-1             
readline            4.3-1               
regex               4.4-2               
rsync               2.5.5-1             
rxvt                2.7.2-14            
sed                 3.02-1              
sh-utils            2.0-2               
ssmtp               2.38.7-3            
tar                 1.13.25-1           
tcltk               20001125-1          
tcsh                6.11.00-4           
termcap             20020930-1          
terminfo            5.2-3               
texinfo             4.2-3               
textutils           2.0.21-1            
tiff                3.5.7-1             
time                1.7-1               
units               1.77-1              
unzip               5.50-1              
vim                 6.1-2               
w32api              2.0-1               
wget                1.8.2-1             
which               1.5-1               
xpm-nox             4.2.0-1             
zip                 2.3-2               
zlib                1.1.4-1             

Use -h to see help about each section


[-- Attachment #3: Type: text/plain, Size: 214 bytes --]

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: YA in the "try a snapshot" series (was Re: latest cvs fork problems)
  2002-10-21 21:46               ` YA in the "try a snapshot" series (was Re: latest cvs fork problems) Gary R. Van Sickle
@ 2002-10-21 22:24                 ` Christopher Faylor
  2002-10-21 23:23                   ` Gary R. Van Sickle
  0 siblings, 1 reply; 28+ messages in thread
From: Christopher Faylor @ 2002-10-21 22:24 UTC (permalink / raw)
  To: cygwin

On Mon, Oct 21, 2002 at 10:42:45PM -0500, Gary R. Van Sickle wrote:
>>I was able to duplicate Jason's mmap problem with his version of exim
>>and, so, I think I was also able to fix it.
>>
>>The latest snapshot should solve this problem.  The hanging problem
>>that I mentioned previously seems to be gone, too...  or, more likely,
>>it will manifest itself 10 seconds after I send this email.
>>
>
>Not sure if this would be expected to affect my perl problems, but it
>hasn't made any difference.  Cygcheck attached FWIW.

I asked for some specific things wrt your perl problems.  cygcheck was
item 1 of 3.

FWIW, I doubt that I'm going to be able to fix this problem at the rate
of one response to information every five days.  I'm not trying to be
flip.  This is just a realistic assessment of what is required to debug
problems like this.  I am 99% sure that rebasing will probably solve
your particular problem, though.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* RE: YA in the "try a snapshot" series (was Re: latest cvs fork problems)
  2002-10-21 22:24                 ` Christopher Faylor
@ 2002-10-21 23:23                   ` Gary R. Van Sickle
  0 siblings, 0 replies; 28+ messages in thread
From: Gary R. Van Sickle @ 2002-10-21 23:23 UTC (permalink / raw)
  To: cygwin

> On Mon, Oct 21, 2002 at 10:42:45PM -0500, Gary R. Van Sickle wrote:
> >>I was able to duplicate Jason's mmap problem with his version of exim
> >>and, so, I think I was also able to fix it.
> >>
> >>The latest snapshot should solve this problem.  The hanging problem
> >>that I mentioned previously seems to be gone, too...  or, more likely,
> >>it will manifest itself 10 seconds after I send this email.
> >>
> >
> >Not sure if this would be expected to affect my perl problems, but it
> >hasn't made any difference.  Cygcheck attached FWIW.
>
> I asked for some specific things wrt your perl problems.  cygcheck was
> item 1 of 3.
>
> FWIW, I doubt that I'm going to be able to fix this problem at the rate
> of one response to information every five days.

I don't recall requesting that anybody fix this problem.  And I apologize if my
rate of information flow regarding said problem is too slow; I have many
masters, and Cygwin too often has to wait.

>  I'm not trying to be
> flip.  This is just a realistic assessment of what is required to debug
> problems like this.  I am 99% sure that rebasing will probably solve
> your particular problem, though.

We'll find out in 10 days I guess.

--
Gary R. Van Sickle
Brewer.  Patriot.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: YA in the "try a snapshot" series (was Re: latest cvs fork problems)
  2002-10-20 19:09             ` YA in the "try a snapshot" series (was Re: latest cvs fork problems) Christopher Faylor
                                 ` (2 preceding siblings ...)
  2002-10-21 21:46               ` YA in the "try a snapshot" series (was Re: latest cvs fork problems) Gary R. Van Sickle
@ 2002-10-22  4:14               ` Roman Belenov
  2002-10-22 10:57                 ` Jason Tishler
  3 siblings, 1 reply; 28+ messages in thread
From: Roman Belenov @ 2002-10-22  4:14 UTC (permalink / raw)
  To: cygwin

I tried 20021020 snapshot (I experienced this fork problem too); now
cygwin fails on the second fork level :

E:\>bash
bash-2.05b$ bash
bash-2.05b$ bash
   1076 [main] bash 3612 fhandler_disk_file::fixup_mmap_after_fork: requested 0x
9C0000 != 0x0 mem alloc base 0x9C0000, state 0x2000, size 2088960, Win32 error 4
87
d:\apps\cygwin\bin\bash.exe: *** recreate_mmaps_after_fork_failed
    152 [main] bash 2144 sync_with_child: child 3612(0x710) died before initiali
zation with status code 0x1
    322 [main] bash 2144 sync_with_child: *** child state child loading dlls
bash: fork: Resource temporarily unavailable
bash-2.05b$

(In 1.3.13-2 I couldn't launch any program from the first instance of bash)


Christopher Faylor <cgf@redhat.com> writes:

> I was able to duplicate Jason's mmap problem with his version of exim
> and, so, I think I was also able to fix it.
>
> The latest snapshot should solve this problem.  The hanging problem that
> I mentioned previously seems to be gone, too...  or, more likely, it
> will manifest itself 10 seconds after I send this email.

-- 
 							With regards, Roman.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: YA in the "try a snapshot" series (was Re: latest cvs fork problems)
  2002-10-22  4:14               ` Roman Belenov
@ 2002-10-22 10:57                 ` Jason Tishler
  0 siblings, 0 replies; 28+ messages in thread
From: Jason Tishler @ 2002-10-22 10:57 UTC (permalink / raw)
  To: cygwin

Chris,

On Tue, Oct 22, 2002 at 10:23:26AM +0400, Roman Belenov wrote:
> I tried 20021020 snapshot (I experienced this fork problem too); now
> cygwin fails on the second fork level :

I'm seeing a second level fork problem with my exim too.  However,
unlike the original problem which occurred "all" the time, now I get the
fork problem "after a while."  Restarting exim cleared the problem.  I
will try to get more (and hopefully more useful) information.

Thanks,
Jason

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: YA in the "try a snapshot" series (was Re: latest cvs fork problems)
  2002-10-21 13:55                 ` Christopher Faylor
  2002-10-21 15:20                   ` Norman Vine
@ 2002-10-22 18:41                   ` Norman Vine
  2002-10-22 19:13                     ` snapshots R us Christopher Faylor
  1 sibling, 1 reply; 28+ messages in thread
From: Norman Vine @ 2002-10-22 18:41 UTC (permalink / raw)
  To: cygwin

Christopher Faylor wrote:

> On Mon, Oct 21, 2002 at 03:03:13PM -0400, Norman Vine wrote:
> >Christopher Faylor writes:
> >
> >> I was able to duplicate Jason's mmap problem with his version of exim
> >> and, so, I think I was also able to fix it.
>
> >> So, try a snapshot.  Collect them all.  Win valuable prizes.
 >
> >rxvt seems to have a problem with this dll
>
> >make[1]: Leaving directory `/src/cygwin2/obj/libiberty'
> >   2194 [main] ? 2076 open_shared: relocating shared object shared(3)
from
> >0xA000000 to 0xC5D0000 on Windows NT
> >Signal 11
>
> The above message is a warning.  The signal 11 is a problem.  There should
> be a stackdump file.  Please decode the addresses with addr2line and
report
> them here.

It appears as if todays patch < see below > fixes this problem

Thanks !

Norman


2002-10-22  Christopher Faylor  <cgf@redhat.com>

 * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in
 cygheap.
 (init_cheap): Ditto for declaration.
 * fork.cc (fork_parent): Use user_heap element in cygheap.
 * heap.h (inheap): Ditto.
 * heap.cc (sbrk): Ditto.
 (heap_init): Ditto.  Reorganize to shrink heap chunk as required and
 record new value in cygheap.
 * dcrt0.cc (dll_crt0_1): More "move the cygthread init" games.
 * shared.cc (open_shared): Rework memory protection to properly deal
 with relocated shared segment.
 (shared_info::heap_chunk_size): Rename element to 'heap_chunk'.
 * shared_info.h (shared_info): Ditto for declaration.
 * strace.cc (strace::hello): Report on heap chunk size from cygheap
 since it may shrink.



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* snapshots R us
  2002-10-22 18:41                   ` Norman Vine
@ 2002-10-22 19:13                     ` Christopher Faylor
  2002-10-22 21:57                       ` Gary R. Van Sickle
  0 siblings, 1 reply; 28+ messages in thread
From: Christopher Faylor @ 2002-10-22 19:13 UTC (permalink / raw)
  To: cygwin

On Tue, Oct 22, 2002 at 06:00:38PM -0400, Norman Vine wrote:
>Christopher Faylor wrote:
>
>> On Mon, Oct 21, 2002 at 03:03:13PM -0400, Norman Vine wrote:
>> >Christopher Faylor writes:
>> >
>> >> I was able to duplicate Jason's mmap problem with his version of exim
>> >> and, so, I think I was also able to fix it.
>>
>> >> So, try a snapshot.  Collect them all.  Win valuable prizes.
> >
>> >rxvt seems to have a problem with this dll
>>
>> >make[1]: Leaving directory `/src/cygwin2/obj/libiberty'
>> >   2194 [main] ? 2076 open_shared: relocating shared object shared(3)
>from
>> >0xA000000 to 0xC5D0000 on Windows NT
>> >Signal 11
>>
>>The above message is a warning.  The signal 11 is a problem.  There
>>should be a stackdump file.  Please decode the addresses with addr2line
>>and report them here.
>
>It appears as if todays patch < see below > fixes this problem

That was my first stab at fixing the problem but it looks like all of
my activity in the last couple of weeks to stabilize 1.3.13 has been a
shell game.

I tried to introduce a speedup for select() in 1.3.13 by allocating a
reusable thread pool that select could use rather than stopping and
starting threads every time certain types of fds are being selected.
This worked ok except in the case of fork.  When the threads are being
initialized, Windows allocated space for their stacks.  Sometimes the
stacks showed up in places, like the heap, or in the locations where
dlls were supposed to live.  So, cygwin's fork hack got confused.  You
can't fault windows for placing the stacks whereever it feels like so,
in hindsight, the thread pool idea was doomed to failure.

I finally bit the bullet today and scrapped the "allocate a thread pool
at process start" plan and changed it to "allocate threads as they are
needed and reuse them".  If my analysis of the situation is correct, then
this should squash most of the problems with heap, mmap, and dlls that
have plagued 1.3.13 and snapshots.

So, the latest snapshot should be better.  It also has some ntsec fixes
courtesy of Pierre Humblet which should make the "incomplete /etc/passwd
file" problem a little better.  For most people, in fact, that might be
the most important change in this snapshot.

So, as usual, please try the 2002-10-22 snapshot.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* RE: snapshots R us
  2002-10-22 19:13                     ` snapshots R us Christopher Faylor
@ 2002-10-22 21:57                       ` Gary R. Van Sickle
  2002-10-23  0:22                         ` Christopher Faylor
  0 siblings, 1 reply; 28+ messages in thread
From: Gary R. Van Sickle @ 2002-10-22 21:57 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 3156 bytes --]

Just installed it (WinXP), getting this:

c:\WINDOWS>uname
c:\unix\bin\uname.exe: *** shared version mismatch detected - 0xBC3E/0x3E.
You have multiple copies of cygwin1.dll on your system.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.

No multiple copies of cygwin1.dll on my system.

-- 
Gary R. Van Sickle
Brewer.  Patriot. 

> 
> On Tue, Oct 22, 2002 at 06:00:38PM -0400, Norman Vine wrote:
> >Christopher Faylor wrote:
> >
> >> On Mon, Oct 21, 2002 at 03:03:13PM -0400, Norman Vine wrote:
> >> >Christopher Faylor writes:
> >> >
> >> >> I was able to duplicate Jason's mmap problem with his version of exim
> >> >> and, so, I think I was also able to fix it.
> >>
> >> >> So, try a snapshot.  Collect them all.  Win valuable prizes.
> > >
> >> >rxvt seems to have a problem with this dll
> >>
> >> >make[1]: Leaving directory `/src/cygwin2/obj/libiberty'
> >> >   2194 [main] ? 2076 open_shared: relocating shared object shared(3)
> >from
> >> >0xA000000 to 0xC5D0000 on Windows NT
> >> >Signal 11
> >>
> >>The above message is a warning.  The signal 11 is a problem.  There
> >>should be a stackdump file.  Please decode the addresses with addr2line
> >>and report them here.
> >
> >It appears as if todays patch < see below > fixes this problem
> 
> That was my first stab at fixing the problem but it looks like all of
> my activity in the last couple of weeks to stabilize 1.3.13 has been a
> shell game.
> 
> I tried to introduce a speedup for select() in 1.3.13 by allocating a
> reusable thread pool that select could use rather than stopping and
> starting threads every time certain types of fds are being selected.
> This worked ok except in the case of fork.  When the threads are being
> initialized, Windows allocated space for their stacks.  Sometimes the
> stacks showed up in places, like the heap, or in the locations where
> dlls were supposed to live.  So, cygwin's fork hack got confused.  You
> can't fault windows for placing the stacks whereever it feels like so,
> in hindsight, the thread pool idea was doomed to failure.
> 
> I finally bit the bullet today and scrapped the "allocate a thread pool
> at process start" plan and changed it to "allocate threads as they are
> needed and reuse them".  If my analysis of the situation is correct, then
> this should squash most of the problems with heap, mmap, and dlls that
> have plagued 1.3.13 and snapshots.
> 
> So, the latest snapshot should be better.  It also has some ntsec fixes
> courtesy of Pierre Humblet which should make the "incomplete /etc/passwd
> file" problem a little better.  For most people, in fact, that might be
> the most important change in this snapshot.
> 
> So, as usual, please try the 2002-10-22 snapshot.
> 
> cgf
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 

[-- Attachment #2: cygcheck.txt --]
[-- Type: text/plain, Size: 22398 bytes --]


Cygwin Win95/NT Configuration Diagnostics
Current System Time: Tue Oct 22 20:49:15 2002

Windows XP Home Edition Ver 5.1 Build 2600 Service Pack 1

Path:	C:\WINDOWS\system32
	C:\WINDOWS
	C:\WINDOWS\system32\WBEM
	C:\WINDOWS\COMMAND
	c:\unix\usr\local\bin
	c:\unix\bin
	c:\progra~1\Winzip
	c:\PROGRA~1\MICROS~3\VC98\BIN
	C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin
	C:\PROGRA~1\Tcl\bin
	C:\Program Files\Microsoft SDK\Bin\.
	C:\Program Files\Microsoft SDK\Bin\WinNT\.
	C:\Program Files\Microsoft SDK\Bin\.
	C:\Program Files\Microsoft SDK\Bin\WinNT\.

SysDir: C:\WINDOWS\System32
WinDir: C:\WINDOWS

CYGWIN = `ntsec tty'
Path = `C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;C:\WINDOWS\COMMAND;c:\unix\usr\local\bin;c:\unix\bin;c:\progra~1\Winzip;c:\PROGRA~1\MICROS~3\VC98\BIN;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\PROGRA~1\Tcl\bin;C:\Program Files\Microsoft SDK\Bin\.;C:\Program Files\Microsoft SDK\Bin\WinNT\.;C:\Program Files\Microsoft SDK\Bin\.;C:\Program Files\Microsoft SDK\Bin\WinNT\.'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\Gary_VS\Application Data'
Basemake = `C:\Program Files\Microsoft SDK\Include\BKOffice.Mak'
Bkoffice = `C:\Program Files\Microsoft SDK\.'
BLASTER = `A220 I5 D3 T4'
CLIENTNAME = `Console'
CommonProgramFiles = `C:\Program Files\Common Files'
COMPUTERNAME = `UTQ6E'
ComSpec = `C:\WINDOWS\system32\cmd.exe'
DXSDKROOT = `C:\Program Files\Microsoft SDK\.'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\Gary_VS'
INCLUDE = `C:\Program Files\Microsoft SDK\Include\.;C:\Program Files\Microsoft Visual Studio\VC98\Include'
INETSDK = `C:\Program Files\Microsoft SDK\.'
LIB = `C:\Program Files\Microsoft SDK\Lib\.;C:\Program Files\Microsoft Visual Studio\VC98\Lib'
LOGONSERVER = `\\UTQ6E'
MSSdk = `C:\Program Files\Microsoft SDK\.'
Mstools = `C:\Program Files\Microsoft SDK\.'
NUMBER_OF_PROCESSORS = `1'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 5 Stepping 2, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0502'
ProgramFiles = `C:\Program Files'
PROMPT = `$p$g'
SESSIONNAME = `Console'
SystemDrive = `C:'
SystemRoot = `C:\WINDOWS'
TEMP = `C:\DOCUME~1\Gary_VS\LOCALS~1\Temp'
TMP = `C:\DOCUME~1\Gary_VS\LOCALS~1\Temp'
USERDOMAIN = `UTQ6E'
USERNAME = `Gary_VS'
USERPROFILE = `C:\Documents and Settings\Gary_VS'
winbootdir = `C:\WINDOWS'
windir = `C:\WINDOWS'
WXWIN = `C:\UNIX\USR\LOCAL\SRC\WX2'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000020
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00
  (default) = `c:\unix'
  unix = `/'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Microsoft\ftp\Accounts\sourceware.cygnus.com
  (default) = `'
   = `'
  Login Attributes = 0x00000002
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.Cygnus
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.Cygnus\OpenWithList
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.tw/pub3/CYGNUS/cygwin/latest/
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.tw/pub3/CYGNUS/cygwin/latest/\OpenWithList
  (default) = `IEXPLORE.EXE'
  MRUList = `a'
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu\&Programs\Cygnus Solutions
  (default) = (unsupported type)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu\&Programs\Cygnus Solutions\Menu
  (default) = (unsupported type)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu\Programs\Cygnus Solutions
  (default) = (unsupported type)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Installed Components
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Installed Components\c:/unix
  (default) = `20000627'
  inetutils = `0001.0003.0002.0004'
  bash = `0002.0004'
  binutils = `20000625'
  bison = `0000'
  byacc = `0000'
  bzip = `0000'
  clear = `0001.0000'
  dejagnu = `0000'
  diff = `0000'
  expect = `0000'
  fileutils = `0000'
  findutils = `0000'
  flex = `0000'
  gawk = `0003.0000.0004'
  gcc = `0002.0095.0002.0002'
  gdb = `20000415'
  gperf = `0000'
  grep = `0000'
  groff = `0001.011a.0001'
  gzip = `0000'
  less = `0000'
  m = `0000'
  make = `0003.0079.0003'
  man = `0001.005g.0002'
  patch = `0000'
  sed = `0000'
  shellutils = `0000'
  tar = `0000'
  tcltk = `0000'
  termcap = `20000630'
  texinfo = `0000'
  textutils = `0002.0000.0001'
  time = `0000'
  libpng = `0001.0000.0006.0001'
  login = `0001.0002'
  zlib = `0001.0001.0003.0001'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000020
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `c:\unix'
  flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/grvs/binmode_test_dir
  (default) = `c:\unix\home\grvs\binmode_test_dir'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/grvs/src/src
  (default) = `c:\unix\home\grvs\src\src'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `c:\unix/bin'
  flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `c:\unix/lib'
  flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin B20
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin B20\B20.1
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\05
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\06
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\07
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\08
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\09
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0E
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0F
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\10
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\11
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\12
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\13
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\14
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\15
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\16
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\17
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\18
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\19
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro\i586-cygwin32
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro\i586-cygwin32\i586-cygwin32
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro\i586-cygwin32\i586-cygwin32\cygwin-B20.1
  (default) = `c:\cygnus\cygwin-b20'
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Management\ARPCache\Cygnus Cygwin B20
  (default) = (unsupported type)
  Changed = 0x00000000
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Cygnus Cygwin B20
  (default) = `C:\WINDOWS\IsUninst.exe -fc:\cygnus\cygwin-b20\Uninst.isu'
  DisplayName = `Cygwin B20'

a:  fd           N/A    N/A                    
c:  hd  NTFS   24403Mb  91% CP CS UN PA FC     
d:  cd  CDFS     654Mb 100%    CS UN           GRECON

.                                   /cygdrive                    user    textmode,cygdrive
c:\unix                             /                            system  textmode
c:\unix\home\grvs\binmode_test_dir  /home/grvs/binmode_test_dir  system  binmode
c:\unix\home\grvs\src\src           /home/grvs/src/src           system  binmode
c:\unix/bin                         /usr/bin                     system  textmode
c:\unix/lib                         /usr/lib                     system  textmode
.                                   /cygdrive                    user    textmode,cygdrive

Found: c:\unix\bin\bash.exe
Found: c:\unix\bin\cat.exe
Found: c:\unix\bin\cpp.exe
Found: c:\unix\bin\find.exe
Found: c:\unix\bin\gcc.exe
Found: c:\unix\usr\local\bin\gdb.exe
Not Found: ld
Found: c:\unix\bin\ls.exe
Found: c:\unix\bin\make.exe
Found: c:\unix\bin\sh.exe

  409k 2001/12/02 c:\unix\usr\local\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitcl30.dll" v0.0 ts=2001/12/2 3:25
  302k 2001/12/02 c:\unix\usr\local\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitk30.dll" v0.0 ts=2001/12/2 3:26
 1427k 2001/12/02 c:\unix\usr\local\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtcl80.dll" v0.0 ts=2001/12/2 3:16
   24k 2001/12/02 c:\unix\usr\local\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0
  187k 2001/12/02 c:\unix\usr\local\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtclreg80.dll" v0.0 ts=2001/12/2 3:17
 2079k 2001/12/02 c:\unix\usr\local\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtk80.dll" v0.0 ts=2001/12/2 3:23
   58k 2002/05/07 c:\unix\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2002/5/7 1:33
   54k 2002/01/27 c:\unix\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz21.0.dll" v0.0 ts=2002/1/26 19:07
    6k 2002/06/24 c:\unix\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2002/6/24 13:23
  625k 2002/08/09 c:\unix\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto.dll" v0.0 ts=2002/8/9 15:20
   45k 2001/04/25 c:\unix\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2001/4/25 0:28
   35k 2002/01/09 c:\unix\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
                  "cygform6.dll" v0.0 ts=2002/1/9 0:03
   19k 2002/02/20 c:\unix\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2002/2/19 21:05
   17k 2001/06/28 c:\unix\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2001/1/6 22:34
   20k 2002/07/17 c:\unix\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory5.dll" v0.0 ts=2002/7/17 16:18
  929k 2002/06/24 c:\unix\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2002/6/24 13:24
   22k 2001/12/13 c:\unix\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-1.dll" v0.0 ts=2001/12/13 3:28
   28k 2002/09/20 c:\unix\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2002/9/19 22:13
   21k 2001/06/20 c:\unix\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl.dll" v0.0 ts=2001/6/20 12:09
   45k 2001/07/04 c:\unix\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig1.dll" v0.0 ts=2001/7/3 22:25
  119k 2002/02/09 c:\unix\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg6b.dll" v0.0 ts=2002/2/8 23:19
   59k 2002/09/20 c:\unix\bin\cygkpathsea-3-3-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3-3-7.dll" v0.0 ts=2002/9/20 9:54
   25k 2002/07/16 c:\unix\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-3.dll" v0.0 ts=2002/7/15 23:05
   26k 2001/04/25 c:\unix\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2001/4/25 0:27
   20k 2002/01/09 c:\unix\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu6.dll" v0.0 ts=2002/1/9 0:03
  156k 2001/04/25 c:\unix\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++5.dll" v0.0 ts=2001/4/25 0:29
  175k 2002/01/09 c:\unix\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2002/1/9 0:03
  226k 2001/04/25 c:\unix\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/25 0:17
  202k 2002/01/09 c:\unix\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2002/1/9 0:03
   15k 2001/04/25 c:\unix\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2001/4/25 0:27
   12k 2002/01/09 c:\unix\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel6.dll" v0.0 ts=2002/1/9 0:03
   40k 2001/11/21 c:\unix\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre.dll" v0.0 ts=2001/11/21 16:15
   39k 2001/11/21 c:\unix\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix.dll" v0.0 ts=2001/11/21 16:15
 1006k 2002/07/24 c:\unix\bin\cygperl5_8_0.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_8_0.dll" v0.0 ts=2002/7/24 11:53
  175k 2002/07/22 c:\unix\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng10.dll" v0.0 ts=2002/7/22 10:51
  179k 2002/07/22 c:\unix\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2002/7/22 11:03
   22k 2002/06/09 c:\unix\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 0:45
  108k 2001/06/28 c:\unix\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/6 22:34
  127k 2002/07/17 c:\unix\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline5.dll" v0.0 ts=2002/7/17 16:18
   66k 2001/11/20 c:\unix\bin\cygregex.dll - os=4.0 img=1.0 sys=4.0
                  "cygregex.dll" v0.0 ts=2001/11/20 8:44
  159k 2002/08/09 c:\unix\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl.dll" v0.0 ts=2002/8/9 15:20
  253k 2002/02/10 c:\unix\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff3.dll" v0.0 ts=2002/2/10 2:34
   41k 2002/01/20 c:\unix\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-noX4.dll" v0.0 ts=2002/1/20 12:49
   46k 2002/01/20 c:\unix\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-X4.dll" v0.0 ts=2002/1/20 12:50
   50k 2002/03/12 c:\unix\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2002/3/11 22:38
  906k 2002/10/23 c:\unix\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2002/10/22 19:09
    Cygwin DLL version info:
        DLL version: 1.3.14
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 62
        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: Tue Oct 22 20:09:52 EDT 2002
        Snapshot date: 20021022-20:07:42
        Shared id: cygwin1S3


Cygwin Package Information
Last downloaded files to: C:\unix\setup
Last downloaded files from: http://mirrors.rcn.net/pub/sourceware/cygwin

Package             Version             
_update-info-dir    00069-1             
ash                 20020731-1          
autoconf            2.53b-1             
autoconf-devel      2.53a-1             
autoconf-stable     2.13-4              
automake            1.6.2-1             
automake-devel      1.6.2-1             
automake-stable     1.4p5-5             
bash                2.05b-5             
bc                  1.06-1              
bison               1.35-1              
byacc               1.9-1               
bzip2               1.0.2-2             
clear               1.0-1               
cpio                2.4.2               
crypt               1.0-1               
ctags               5.2-1               
cvs                 1.11.0-1            
cygrunsrv           0.95-1              
cygutils            1.1.2-1             
cygwin              1.3.12-4            
cygwin-doc          1.1-2               
dejagnu             20010117-1          
diff                1.0-1               
diffutils           2.8.1-1             
expect              20010117-1          
figlet              2.2-1               
file                3.37-1              
fileutils           4.1-1               
findutils           4.1.7-4             
flex                2.5.4-2             
gawk                3.1.1-3             
gcc                 2.95.3-5            
gdbm                1.8.0-4             
gettext             0.11.5-1            
ghostscript         7.05-1              
ghostscript-base    7.05-1              
gperf               0.0                 
grep                2.5-1               
groff               1.17.2-1            
gzip                1.3.3-4             
indent              2.2.8-1             
jpeg                6b-7                
less                374-1               
libbz2_0            1.0.2-1             
libbz2_1            1.0.2-2             
libcharset1         1.8-2               
libiconv            1.8-2               
libiconv2           1.8-2               
libintl             0.10.38-3           
libintl1            0.10.40-1           
libintl2            0.11.5-1            
libkpathsea3        20020911-1          
libltdl3            20020705-2          
libncurses5         5.2-1               
libncurses6         5.2-8               
libpng              1.2.4-2             
libpng10            1.0.14-2            
libpng12            1.2.4-2             
libpng2             1.0.12-1            
libpopt0            1.6.4-4             
libreadline4        4.1-2               
libreadline5        4.3-1               
libtool             20020705-1          
libtool-devel       20020705-2          
libtool-stable      1.4.2-2             
login               1.4-4               
lynx                2.8.4-1             
m4                  0.0                 
make                3.79.1-7            
man                 1.5g-2              
mingw-runtime       2.2-1               
mktemp              1.4-1               
mutt                1.4-1               
nano                1.1.10-1            
ncftp               3.1.4-1             
ncurses             5.2-8               
newlib-man          20020801            
opengl              1.1.0-6             
openssh             3.4p1-5             
openssl             0.9.6g-1            
openssl-devel       0.9.6g-1            
patch               2.5-3               
pcre                3.7-1               
perl                5.8.0-1             
popt                1.6.4-4             
python              2.2.1-1             
readline            4.3-1               
regex               4.4-2               
rsync               2.5.5-1             
rxvt                2.7.2-14            
sed                 3.02-1              
sh-utils            2.0-2               
ssmtp               2.38.7-3            
tar                 1.13.25-1           
tcltk               20001125-1          
tcsh                6.11.00-4           
termcap             20020930-1          
terminfo            5.2-3               
texinfo             4.2-3               
textutils           2.0.21-1            
tiff                3.5.7-1             
time                1.7-1               
units               1.77-1              
unzip               5.50-1              
vim                 6.1-2               
w32api              2.0-1               
wget                1.8.2-1             
which               1.5-1               
xpm-nox             4.2.0-1             
zip                 2.3-2               
zlib                1.1.4-1             

Use -h to see help about each section


[-- Attachment #3: Type: text/plain, Size: 214 bytes --]

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: snapshots R us
  2002-10-22 21:57                       ` Gary R. Van Sickle
@ 2002-10-23  0:22                         ` Christopher Faylor
  2002-10-23  0:41                           ` Gary R. Van Sickle
  0 siblings, 1 reply; 28+ messages in thread
From: Christopher Faylor @ 2002-10-23  0:22 UTC (permalink / raw)
  To: cygwin

On Tue, Oct 22, 2002 at 08:52:50PM -0500, Gary R. Van Sickle wrote:
>Just installed it (WinXP), getting this:
>
>c:\WINDOWS>uname
>c:\unix\bin\uname.exe: *** shared version mismatch detected - 0xBC3E/0x3E.
>You have multiple copies of cygwin1.dll on your system.
>Search for cygwin1.dll using the Windows Start->Find/Search facility
>and delete all but the most recent version.  The most recent version *should*
>reside in x:\cygwin\bin, where 'x' is the drive on which you have
>installed the cygwin distribution.
>
>No multiple copies of cygwin1.dll on my system.

But there is a cygwin process running somewhere.  Otherwise you wouldn't be
getting this error.  This indicates that cygwin's shared memory is
already initialized, which wouldn't be the case if you run 'uname' from
the command prompt as the only cygwin process on the system.

The last resort is rebooting if nothing else works.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* RE: snapshots R us
  2002-10-23  0:22                         ` Christopher Faylor
@ 2002-10-23  0:41                           ` Gary R. Van Sickle
  0 siblings, 0 replies; 28+ messages in thread
From: Gary R. Van Sickle @ 2002-10-23  0:41 UTC (permalink / raw)
  To: cygwin

> On Tue, Oct 22, 2002 at 08:52:50PM -0500, Gary R. Van Sickle wrote:
> >Just installed it (WinXP), getting this:
> >
> >c:\WINDOWS>uname
> >c:\unix\bin\uname.exe: *** shared version mismatch detected - 0xBC3E/0x3E.
> >You have multiple copies of cygwin1.dll on your system.
> >Search for cygwin1.dll using the Windows Start->Find/Search facility
> >and delete all but the most recent version.  The most recent version *should*
> >reside in x:\cygwin\bin, where 'x' is the drive on which you have
> >installed the cygwin distribution.
> >
> >No multiple copies of cygwin1.dll on my system.
>
> But there is a cygwin process running somewhere.  Otherwise you wouldn't be
> getting this error.  This indicates that cygwin's shared memory is
> already initialized, which wouldn't be the case if you run 'uname' from
> the command prompt as the only cygwin process on the system.
>
> The last resort is rebooting if nothing else works.

Ok, that was weird.  No visible Cygwin processes according to "Task Manager",
but sure enough, a reboot freed that shared memory.  And Perl is now working as
well.  It's like Christmas in October!

--
Gary R. Van Sickle
Brewer.  Patriot.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: YA in the "try a snapshot" series (was Re: latest cvs fork problems)
  2002-10-21 20:28 YA in the "try a snapshot" series (was Re: latest cvs fork problems) Pierre A. Humblet
@ 2002-10-21 20:33 ` Christopher Faylor
  0 siblings, 0 replies; 28+ messages in thread
From: Christopher Faylor @ 2002-10-21 20:33 UTC (permalink / raw)
  To: cygwin

Try setting the heap_chunk_size back down to 256M.

The stack dump is just the result of the abort in fork.cc which was
caused by the memory error so it isn't very useful.  Thanks for decoding
it, though.

cgf

On Mon, Oct 21, 2002 at 09:41:17PM -0400, Pierre A. Humblet wrote:
>WinMe, dll built from cvs last night.
>
>/obj: uname -a
>CYGWIN_ME-4.90 HPN5170X 1.3.14(0.62/3/2) 2002-10-20 21:59 i686 unknown
>
>3 crashes observed, first two under rxvt, windows went away too fast to
>read message. Last one was in console.
>
>/obj: make
>C:\PROGRAM FILES\CYGWIN\BIN\SH.EXE: *** 1. unable to allocate heap 0xBA0000, heap_chunk_size 402653184, pid 0, Win32 error 8
> 558387 [main] sh 34921219 sync_with_child: child -49143771(0xD8) died before initialization with status code 0x1
> 559680 [main] sh 34921219 sync_with_child: *** child state waiting for longjmp
>Signal 6
>Signal 6
>make[1]: Entering directory `/c/HOME/Pierre'
>make[1]: *** No rule to make target `all'.  Stop.
>make[1]: Leaving directory `/c/HOME/Pierre'
>make: *** [all-libiberty] Error 2
>
>
>/obj: cat *ump
>Stack trace:
>Frame     Function  Args
>0074F05C  6107111E  (00000000, 0074F6DC, 70677963, 322E6469)
>0074F09C  6106E4BD  (0214DB03, 00000006, 8525788C, 61077532)
>0074F0DC  6106E706  (0214DB03, 00000006, 0074F13C, 6106EB49)
>0074F0FC  6106E582  (00000006, 000000BC, 0074F13C, 6106EB14)
>0074F13C  6106EB5F  (0074F5CC, 83B4D350, 0074F5CC, 610376A5)
>0074F16C  61036D23  (0074F62C, 000000BC, 00000001, 61037882)
>0074F63C  61038006  (0074F7CC, 0074F7D0, 0074F7D4, 0074F664)
>0074F7DC  61038672  (0041398C, 0074F834, 00000003, 6100B9EA)
>0074F7FC  00406F44  (00BA5F08, 004139DC, 00000000, FFFFFFFF)
>0074F83C  004022BB  (00413978, 0074F9AC, 00000004, 615D6484)
>0074F86C  00401D85  (00413978, 00000001, 61111244, 00000000)
>0074F8BC  00402552  (00413978, 0074F9AC, 0074F9BC, 00404953)
>0074F9BC  00404965  (00413978, 00000000, 00000004, 00000000)
>0074F9FC  004046B0  (004139EC, 00000004, 0074FA2C, 0040B0D5)
>0074FA2C  00404447  (004139F4, 0074FA94, 00000004, 0040B0D5)
>0074FBBC  00402684  (00413A04, 00000000, 00000000, 0040A3CE)
>End of stack trace (more stack frames may be present)/obj: 
>
>/obj: addr2line -e /bin/cygwin1.dll -f 0x6107111E 0x6106E4BD 0x6106E706 0x6106E582 0x6106EB5F 0x61036D23 0x61038006 0x61038672 
>sig_send__FP6_pinfoiUlb
>/obj/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/sigproc.cc:749
>kill_worker__Fii
>/obj/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/signal.cc:171
>kill
>/obj/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/signal.cc:208
>raise
>/obj/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/signal.cc:186
>abort
>/obj/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/signal.cc:282
>sync_with_child__FR20_PROCESS_INFORMATIONPviPCc
>/obj/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/fork.cc:175
>fork_parent__FRPvRP3dllRbPvR15child_info_fork
>/obj/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/fork.cc:539
>fork
>/obj/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/fork.cc:659
>
>
>
>
>--
>Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>Bug reporting:         http://cygwin.com/bugs.html
>Documentation:         http://cygwin.com/docs.html
>FAQ:                   http://cygwin.com/faq/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* YA in the "try a snapshot" series (was Re: latest cvs fork problems)
@ 2002-10-21 20:28 Pierre A. Humblet
  2002-10-21 20:33 ` Christopher Faylor
  0 siblings, 1 reply; 28+ messages in thread
From: Pierre A. Humblet @ 2002-10-21 20:28 UTC (permalink / raw)
  To: cygwin

WinMe, dll built from cvs last night.

/obj: uname -a
CYGWIN_ME-4.90 HPN5170X 1.3.14(0.62/3/2) 2002-10-20 21:59 i686 unknown

3 crashes observed, first two under rxvt, windows went away too fast to
read message. Last one was in console.

/obj: make
C:\PROGRAM FILES\CYGWIN\BIN\SH.EXE: *** 1. unable to allocate heap 0xBA0000, heap_chunk_size 402653184, pid 0, Win32 error 8
 558387 [main] sh 34921219 sync_with_child: child -49143771(0xD8) died before initialization with status code 0x1
 559680 [main] sh 34921219 sync_with_child: *** child state waiting for longjmp
Signal 6
Signal 6
make[1]: Entering directory `/c/HOME/Pierre'
make[1]: *** No rule to make target `all'.  Stop.
make[1]: Leaving directory `/c/HOME/Pierre'
make: *** [all-libiberty] Error 2


/obj: cat *ump
Stack trace:
Frame     Function  Args
0074F05C  6107111E  (00000000, 0074F6DC, 70677963, 322E6469)
0074F09C  6106E4BD  (0214DB03, 00000006, 8525788C, 61077532)
0074F0DC  6106E706  (0214DB03, 00000006, 0074F13C, 6106EB49)
0074F0FC  6106E582  (00000006, 000000BC, 0074F13C, 6106EB14)
0074F13C  6106EB5F  (0074F5CC, 83B4D350, 0074F5CC, 610376A5)
0074F16C  61036D23  (0074F62C, 000000BC, 00000001, 61037882)
0074F63C  61038006  (0074F7CC, 0074F7D0, 0074F7D4, 0074F664)
0074F7DC  61038672  (0041398C, 0074F834, 00000003, 6100B9EA)
0074F7FC  00406F44  (00BA5F08, 004139DC, 00000000, FFFFFFFF)
0074F83C  004022BB  (00413978, 0074F9AC, 00000004, 615D6484)
0074F86C  00401D85  (00413978, 00000001, 61111244, 00000000)
0074F8BC  00402552  (00413978, 0074F9AC, 0074F9BC, 00404953)
0074F9BC  00404965  (00413978, 00000000, 00000004, 00000000)
0074F9FC  004046B0  (004139EC, 00000004, 0074FA2C, 0040B0D5)
0074FA2C  00404447  (004139F4, 0074FA94, 00000004, 0040B0D5)
0074FBBC  00402684  (00413A04, 00000000, 00000000, 0040A3CE)
End of stack trace (more stack frames may be present)/obj: 

/obj: addr2line -e /bin/cygwin1.dll -f 0x6107111E 0x6106E4BD 0x6106E706 0x6106E582 0x6106EB5F 0x61036D23 0x61038006 0x61038672 
sig_send__FP6_pinfoiUlb
/obj/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/sigproc.cc:749
kill_worker__Fii
/obj/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/signal.cc:171
kill
/obj/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/signal.cc:208
raise
/obj/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/signal.cc:186
abort
/obj/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/signal.cc:282
sync_with_child__FR20_PROCESS_INFORMATIONPviPCc
/obj/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/fork.cc:175
fork_parent__FRPvRP3dllRbPvR15child_info_fork
/obj/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/fork.cc:539
fork
/obj/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/fork.cc:659




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

end of thread, other threads:[~2002-10-23  2:20 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-17 11:28 latest cvs fork problems Rob Napier
2002-10-17 11:41 ` Christopher Faylor
2002-10-18  6:38   ` Jason Tishler
2002-10-18  8:23     ` Christopher Faylor
2002-10-18  8:31       ` Jason Tishler
2002-10-18 18:29         ` Christopher Faylor
2002-10-18 18:59           ` Jason Tishler
2002-10-18 19:25             ` Christopher Faylor
2002-10-18 22:05               ` Christopher Faylor
2002-10-20 19:09             ` YA in the "try a snapshot" series (was Re: latest cvs fork problems) Christopher Faylor
2002-10-21  8:19               ` Jason Tishler
2002-10-21 12:30               ` Norman Vine
2002-10-21 13:55                 ` Christopher Faylor
2002-10-21 15:20                   ` Norman Vine
2002-10-21 20:42                     ` Norman Vine
2002-10-22 18:41                   ` Norman Vine
2002-10-22 19:13                     ` snapshots R us Christopher Faylor
2002-10-22 21:57                       ` Gary R. Van Sickle
2002-10-23  0:22                         ` Christopher Faylor
2002-10-23  0:41                           ` Gary R. Van Sickle
2002-10-21 21:46               ` YA in the "try a snapshot" series (was Re: latest cvs fork problems) Gary R. Van Sickle
2002-10-21 22:24                 ` Christopher Faylor
2002-10-21 23:23                   ` Gary R. Van Sickle
2002-10-22  4:14               ` Roman Belenov
2002-10-22 10:57                 ` Jason Tishler
2002-10-18 17:41       ` latest cvs fork problems Jason Tishler
2002-10-21 20:28 YA in the "try a snapshot" series (was Re: latest cvs fork problems) Pierre A. Humblet
2002-10-21 20:33 ` Christopher Faylor

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