* Re: latest cvs fork problems
@ 2002-10-19 8:24 Pierre A. Humblet
2002-10-21 8:21 ` Jason Tishler
0 siblings, 1 reply; 18+ messages in thread
From: Pierre A. Humblet @ 2002-10-19 8:24 UTC (permalink / raw)
To: cygwin
Jason Tishler wrote
$ tail -1 /var/spool/exim/log/mainlog
2002-10-18 16:18:23 daemon: fork of queue-runner process failed: Resource
temporarily unavailable
$ ps -ef
exim 648 1096 ? 16:18:22 /usr/local/bin/exim-4.10-1
That's probably a privately compiled exim.
Does it use special libraries/dll (perl, ...)?
Pierre
--
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] 18+ messages in thread
* Re: latest cvs fork problems
2002-10-19 8:24 latest cvs fork problems Pierre A. Humblet
@ 2002-10-21 8:21 ` Jason Tishler
0 siblings, 0 replies; 18+ messages in thread
From: Jason Tishler @ 2002-10-21 8:21 UTC (permalink / raw)
To: cygwin
Pierre,
The following is moot and mainly for the achives...
On Sat, Oct 19, 2002 at 09:18:06AM -0400, Pierre A. Humblet wrote:
> Jason Tishler wrote
> $ ps -ef
> exim 648 1096 ? 16:18:22 /usr/local/bin/exim-4.10-1
>
> That's probably a privately compiled exim.
Yes, I'm still using a private exim build. Sorry, but I haven't
switched the official one yet -- changing MTAs is a little disruptive.
> Does it use special libraries/dll (perl, ...)?
I just built a stock exim 4.10 using the normal exim build procedure.
Nevertheless, my build is dependent on (a static) bind and has the
following Cygwin DLL dependencies:
$ cygcheck exim-4.10-1.exe | fgrep -i cygwin
Found: C:\cygwin\usr\local\bin\exim-4.10-1.exe
C:\cygwin\bin\cygwin1.dll
C:\cygwin\bin\cyggdbm.dll
C:\cygwin\bin\libperl5_6_1.dll
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] 18+ 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; 18+ 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] 18+ 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
0 siblings, 1 reply; 18+ 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] 18+ 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
0 siblings, 1 reply; 18+ 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] 18+ 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; 18+ 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] 18+ 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; 18+ 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] 18+ 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 ` Jason Tishler
1 sibling, 1 reply; 18+ 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] 18+ 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 ` Jason Tishler
0 siblings, 2 replies; 18+ 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] 18+ 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; 18+ 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] 18+ messages in thread
* Re: latest cvs fork problems
@ 2002-10-17 12:34 lhall
0 siblings, 0 replies; 18+ messages in thread
From: lhall @ 2002-10-17 12:34 UTC (permalink / raw)
To: cygwin
Hm, seems to me the name may be scaring people off. I mean "snapshot".
Sounds painful. "Snap" sounds like slap and I don't want to be slapped.
"Shot" doesn't sound nice either. Too painful. How about calling it a
"serene image". Sounds tranquil. Maybe even inviting!
Egads, That almost sounds serious! Anyone know of a good course on humor?
;-)
Larry
Original Message:
-----------------
From: Christopher Faylor cygwin@cygwin.com
Date: Thu, 17 Oct 2002 14:29:52 -0400
To: cygwin@cygwin.com
Subject: Re: latest cvs fork problems
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/
--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .
--
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] 18+ messages in thread
* Re: latest cvs fork problems
2002-10-17 11:28 Rob Napier
@ 2002-10-17 11:41 ` Christopher Faylor
2002-10-18 6:38 ` Jason Tishler
0 siblings, 1 reply; 18+ 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] 18+ messages in thread
* Re: latest cvs fork problems
@ 2002-10-17 11:28 Rob Napier
2002-10-17 11:41 ` Christopher Faylor
0 siblings, 1 reply; 18+ 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] 18+ messages in thread
* Re: latest cvs fork problems
2002-10-14 8:21 ` Christopher Faylor
@ 2002-10-17 10:17 ` Christopher Faylor
0 siblings, 0 replies; 18+ messages in thread
From: Christopher Faylor @ 2002-10-17 10:17 UTC (permalink / raw)
To: cygwin
On Mon, Oct 14, 2002 at 11:14:46AM -0400, Christopher Faylor wrote:
>On Sun, Oct 13, 2002 at 10:32:23PM -0500, Steve O wrote:
>>On Mon, Oct 14, 2002 at 03:09:50AM -0000, MAILER-DAEMON@sources.redhat.com wrote:
>>> <cygwin-developers@cygwin.com>:
>>> Sorry, only subscribers may post. See the project web page for details: http://www.cygwin.com/lists.html (#5.7.2)
>>
>>Hi,
>>I was trying to get the latest cygwin CVS working and ran into some
>>difficulties. An strace of rxvt hangs as it forks:
>
>Are you sure you're using the *latest* CVS?
Ping? This should be fixed in CVS and in snapshots.
Confirmation (or not) of this would be appreciated.
--
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] 18+ messages in thread
* Re: latest cvs fork problems
2002-10-14 4:16 ` Roman Belenov
@ 2002-10-14 8:23 ` Christopher Faylor
0 siblings, 0 replies; 18+ messages in thread
From: Christopher Faylor @ 2002-10-14 8:23 UTC (permalink / raw)
To: cygwin
On Mon, Oct 14, 2002 at 02:28:42PM +0400, Roman Belenov wrote:
>Same here with 1.3.13-2; it seems that all programs are affected (e.g.
>I can't run anything from bash since bash can't fork). I'm using
>WIndows XP SP1.
cygcheck output would confirm if this is really 1.3.13-2 that you're running.
cgf
--
Please do not send me personal email with cygwin questions.
Use the resources at http://cygwin.com/ .
--
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] 18+ messages in thread
* Re: latest cvs fork problems
2002-10-13 21:12 ` Steve O
2002-10-14 4:16 ` Roman Belenov
@ 2002-10-14 8:21 ` Christopher Faylor
2002-10-17 10:17 ` Christopher Faylor
1 sibling, 1 reply; 18+ messages in thread
From: Christopher Faylor @ 2002-10-14 8:21 UTC (permalink / raw)
To: cygwin
On Sun, Oct 13, 2002 at 10:32:23PM -0500, Steve O wrote:
>On Mon, Oct 14, 2002 at 03:09:50AM -0000, MAILER-DAEMON@sources.redhat.com wrote:
>> <cygwin-developers@cygwin.com>:
>> Sorry, only subscribers may post. See the project web page for details: http://www.cygwin.com/lists.html (#5.7.2)
>
>Hi,
>I was trying to get the latest cygwin CVS working and ran into some
>difficulties. An strace of rxvt hangs as it forks:
Are you sure you're using the *latest* CVS?
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] 18+ messages in thread
* Re: latest cvs fork problems
2002-10-13 21:12 ` Steve O
@ 2002-10-14 4:16 ` Roman Belenov
2002-10-14 8:23 ` Christopher Faylor
2002-10-14 8:21 ` Christopher Faylor
1 sibling, 1 reply; 18+ messages in thread
From: Roman Belenov @ 2002-10-14 4:16 UTC (permalink / raw)
To: cygwin
Same here with 1.3.13-2; it seems that all programs are affected (e.g. I can't run
anything from bash since bash can't fork). I'm using WIndows XP SP1.
Steve O <bub@io.com> writes:
> On Mon, Oct 14, 2002 at 03:09:50AM -0000, MAILER-DAEMON@sources.redhat.com wrote:
>> <cygwin-developers@cygwin.com>:
>> Sorry, only subscribers may post. See the project web page for details: http://www.cygwin.com/lists.html (#5.7.2)
>
> Hi,
> I was trying to get the latest cygwin CVS working and ran into some
> difficulties. An strace of rxvt hangs as it forks:
-- strace log skipped --
--
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] 18+ messages in thread
* latest cvs fork problems
[not found] <200210140309.WAA25780@deliverator.io.com>
@ 2002-10-13 21:12 ` Steve O
2002-10-14 4:16 ` Roman Belenov
2002-10-14 8:21 ` Christopher Faylor
0 siblings, 2 replies; 18+ messages in thread
From: Steve O @ 2002-10-13 21:12 UTC (permalink / raw)
To: cygwin
On Mon, Oct 14, 2002 at 03:09:50AM -0000, MAILER-DAEMON@sources.redhat.com wrote:
> <cygwin-developers@cygwin.com>:
> Sorry, only subscribers may post. See the project web page for details: http://www.cygwin.com/lists.html (#5.7.2)
Hi,
I was trying to get the latest cygwin CVS working and ran into some
difficulties. An strace of rxvt hangs as it forks:
...
36 135315 [main] rxvt 1644 void: 0x0 = signal (3, 0x4010B8)
36 135351 [main] rxvt 1644 void: 0x0 = signal (15, 0x4010B8)
36 135387 [main] rxvt 1644 void: 0x0 = signal (20, 0x401048)
43 135430 [main] rxvt 1644 fork: entering
468 135898 [proc] rxvt 1644 wait_subproc: starting
hitting Control-C hangs here:
...
51 5778824 [unknown (0xAA8)] rxvt 1644 kill_worker: 0 = kill_worker (1644, 2)
37 5778861 [unknown (0xAA8)] rxvt 1644 kill_pgrp: 0 = kill (1644, 2)
343 5779204 [sig] rxvt 1644 wait_sig: looping
hitting another Control-C starts a loop:
1921941 7701145 [unknown (0x338)] rxvt 1644 _kill: kill (-1644, 2)
132 7701277 [unknown (0x338)] rxvt 1644 kill_pgrp: pid 1644, signal 2
1046 7702323 [unknown (0x338)] rxvt 1644 kill_pgrp: killing pid 1644, pgrp 1644, p->ctty 1073741824, myself->ctty 1073741824
82 7702405 [unknown (0x338)] rxvt 1644 sig_send: pid 1644, signal 2, its_me 1
44 7702449 [unknown (0x338)] rxvt 1644 sig_send: Waiting for thiscomplete 0x758
1280 7703729 [sig] rxvt 1644 wait_sig: awake
121 7703850 [sig] rxvt 1644 wait_sig: processing signal 2
42 7703892 [sig] rxvt 1644 wait_sig: Got signal 2
41 7703933 [sig] rxvt 1644 sig_handle: signal 2
42 7703975 [sig] rxvt 1644 sig_handle: signal 2, about to call 0x4010B8
53 7704028 [sig] rxvt 1644 setup_handler: couldn't send signal 2
42 7704070 [sig] rxvt 1644 setup_handler: good. Didn't suspend main thread, th 0x0
40 7704110 [sig] rxvt 1644 setup_handler: returning 0
39 7704149 [sig] rxvt 1644 sig_handle: returning 0
51 7704200 [unknown (0x338)] rxvt 1644 sig_send: returning 0 from sending signal 2
50 7704250 [unknown (0x338)] rxvt 1644 kill_worker: 0 = kill_worker (1644, 2)
38 7704288 [unknown (0x338)] rxvt 1644 kill_pgrp: 0 = kill (1644, 2)
302 7704590 [sig] rxvt 1644 wait_sig: looping
60 7704650 [sig] rxvt 1644 wait_sig: awake
...
The edit that creates this behavior is:
http://cygwin.com/ml/cygwin-cvs/2002-q4/msg00022.html
cvs up -A
cvs up -D '2002-10-08 22:50:00' cygthread.cc cygthread.h fhandler.h fhandler_tty.cc sigproc.cc tty.cc
gets me a working cygwin.
Thanks.
-steve
--
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] 18+ messages in thread
end of thread, other threads:[~2002-10-21 14:29 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-19 8:24 latest cvs fork problems Pierre A. Humblet
2002-10-21 8:21 ` Jason Tishler
-- strict thread matches above, loose matches on Subject: below --
2002-10-17 12:34 lhall
2002-10-17 11:28 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-18 17:41 ` Jason Tishler
[not found] <200210140309.WAA25780@deliverator.io.com>
2002-10-13 21:12 ` Steve O
2002-10-14 4:16 ` Roman Belenov
2002-10-14 8:23 ` Christopher Faylor
2002-10-14 8:21 ` Christopher Faylor
2002-10-17 10:17 ` 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).