X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=f4HrQYqW8MrdRsWP DOAzngPF1H3s+CR09bh64iinMmX+vIRXddDUpG2b+PCZNq5P1TInCNOiCdV7uxuP qmB8T7DUZLYAqq1RxyWOiImhPLvZr+eeFbvDLmIe4fxq59R8Xnz/ipmCIsTSs4qj UzXi67ujicFtrB6L4RAGys7HKmM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=zSrZYPuRmxCMFDmrCEl70Q rVXc0=; b=HZ4Wff6bVYH6b0NYqI8wUkLprOh5uZBqeg7mMmkF5xMOEPQkbc9Ha6 nG2k6D5njFcYXv0fPXF6O/t4BQJd3wWq71gvzCV88Om6a/WbVvTzI2Cjn/8sOfML iektSIRFn0Ple4eyFtNPlvde79uZYGlnSn77fviBskWM7K8thukcA= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: Yes, score=6.3 required=5.0 tests=AWL,BAYES_99,BAYES_999,FREEMAIL_FROM,KAM_LAZY_DOMAIN_SECURITY,KAM_LINEPADDING,LOTS_OF_MONEY,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: smtp.smtpout.orange.fr X-ME-Helo: [192.168.1.2] X-ME-Auth: ZnJhbmNpcy5hbmRyZS5rYW1wYmVsbEB3YW5hZG9vLmZy X-ME-Date: Sun, 08 Nov 2015 16:11:30 +0100 X-ME-IP: 2.5.195.151 Subject: Re: Cannot fork process for: g++: cygPocoFoundation.32.dll: Loaded to different address To: Marco Atzeri , cygwin AT cygwin DOT com References: <563D9CA2 DOT 5090605 AT orange DOT fr> <563DA445 DOT 5060800 AT gmail DOT com> <563DB2AE DOT 4030304 AT tiscali DOT co DOT uk> <563E66EE DOT 9030209 AT tiscali DOT co DOT uk> <563E6A81 DOT 7070803 AT gmail DOT com> From: Francis ANDRE Message-ID: <563F661D.50503@orange.fr> Date: Sun, 8 Nov 2015 16:11:25 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <563E6A81.7070803@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Le 07/11/2015 22:17, Marco Atzeri a écrit : > On 07/11/2015 22:02, David Stacey wrote: >> On 07/11/15 09:06, Francis ANDRE wrote: >>> Le 07/11/2015 09:13, David Stacey a écrit : >>>> On 07/11/15 07:12, Marco Atzeri wrote: >>>>> On 07/11/2015 07:39, Francis ANDRE wrote: >>>>>> Hi >>>>>> >>>>> >>>>> read /usr/share/doc/rebase/README >>>>> >>>>> As this files are not part of the cygwin packages, >>>>> you should use the option >>>>> >>>>> -T, --filelist=FILE >>>>> Also rebase the files specified in FILE. The format >>>>> of FILE is one DLL per line. >>>>> >>>> >>>> Cygwin does have a poco build. To use, install the 'libpoco-devel' >>>> package. >>>> >>>> Note that poco-1.6.2 isn't released yet; the latest in Cygwin is >>>> 1.6.1. I'll turn my attention to 1.6.2 when it is released upstream. >>>> >>>> >>> >>> I am the maintener of Poco on Cygwin... and working on packaging Poco >>> on various platforms.. It would be nice if you could put the Cygwin >>> package for poco-1.6.1 here >>> >>> https://github.com/pocoproject/distro/releases >>> >> >> I think you'll find I am the maintainer of Poco on Cygwin :-) >> > > I think he means that he is the upstream developer that is > focusing/taking care of cygwin platform, not that he is the > cygwin package maintainer. > > As such if he needs to run/test a new release on build tree > and has fork issue the rebase "-T, --filelist=FILE" > options is still my suggestion. > > It is what I do for octave builds from mercurial repository, > as rebase is not aware of these new dll's > > find /build_root -name "*.dll" > new_dlls > rebase -T new_dlls > reinstalled poco-1.6.1 and the problem reappears...thsu, following your advises $ find stage/tools -name "*.dll" > dlls $ cat dlls stage/tools/lib/CYGWIN/i686/cygPocoCppParser.32.dll stage/tools/lib/CYGWIN/i686/cygPocoCppParser.dll stage/tools/lib/CYGWIN/i686/cygPocoCppParserd.32.dll stage/tools/lib/CYGWIN/i686/cygPocoCppParserd.dll stage/tools/lib/CYGWIN/i686/cygPocoFoundation.32.dll stage/tools/lib/CYGWIN/i686/cygPocoFoundation.dll stage/tools/lib/CYGWIN/i686/cygPocoFoundationd.32.dll stage/tools/lib/CYGWIN/i686/cygPocoFoundationd.dll stage/tools/lib/CYGWIN/i686/cygPocoJSON.32.dll stage/tools/lib/CYGWIN/i686/cygPocoJSON.dll stage/tools/lib/CYGWIN/i686/cygPocoJSONd.32.dll stage/tools/lib/CYGWIN/i686/cygPocoJSONd.dll stage/tools/lib/CYGWIN/i686/cygPocoNet.32.dll stage/tools/lib/CYGWIN/i686/cygPocoNet.dll stage/tools/lib/CYGWIN/i686/cygPocoNetd.32.dll stage/tools/lib/CYGWIN/i686/cygPocoNetd.dll stage/tools/lib/CYGWIN/i686/cygPocoUtil.32.dll stage/tools/lib/CYGWIN/i686/cygPocoUtil.dll stage/tools/lib/CYGWIN/i686/cygPocoUtild.32.dll stage/tools/lib/CYGWIN/i686/cygPocoUtild.dll stage/tools/lib/CYGWIN/i686/cygPocoXML.32.dll stage/tools/lib/CYGWIN/i686/cygPocoXML.dll stage/tools/lib/CYGWIN/i686/cygPocoXMLd.32.dll stage/tools/lib/CYGWIN/i686/cygPocoXMLd.dll $rebase -T dlls usage: rebase [-b BaseAddress] [-o Offset] [-48dOsvV] [-T [FileList | -]] Files... rebase -i [-48Os] [-T [FileList | -]] Files... rebase --help or --usage for full help text $rebase stage/tools/lib/CYGWIN/i686/cygPocoXML.32.dll usage: rebase [-b BaseAddress] [-o Offset] [-48dOsvV] [-T [FileList | -]] Files... rebase -i [-48Os] [-T [FileList | -]] Files... rebase --help or --usage for full help text Any ideas of what's wrong? $strace rebase stage/tools/lib/CYGWIN/i686/cygPocoXML.32.dll --- Process 11352 created --- Process 11352 loaded C:\Windows\SysWOW64\ntdll.dll at 77820000 --- Process 11352 unloaded DLL at 77520000 --- Process 11352 unloaded DLL at 77220000 --- Process 11352 unloaded DLL at 77520000 --- Process 11352 unloaded DLL at 77420000 --- Process 11352 loaded C:\Windows\SysWOW64\kernel32.dll at 77220000 --- Process 11352 loaded C:\Windows\SysWOW64\KernelBase.dll at 754F0000 --- Process 11352 loaded C:\Cygwin\bin\cygwin1.dll at 61000000 1 1 [main] rebase (11352) ********************************************** 54 55 [main] rebase (11352) Program name: C:\cygwin\bin\rebase.exe (windows pid 11352) 34 89 [main] rebase (11352) OS version: Windows NT-6.1 19 108 [main] rebase (11352) ********************************************** 64 172 [main] rebase (11352) sigprocmask: 0 = sigprocmask (0, 0x0, 0x612C4B48) 532 704 [main] rebase 11352 open_shared: name shared.5, n 5, shared 0x60FF0000 (wanted 0x60FF0000), h 0x7C, *m 6 53 757 [main] rebase 11352 user_heap_info::init: heap base 0x80000000, heap top 0x80000000, heap size 0x18000000 (402653184) 74 831 [main] rebase 11352 open_shared: name S-1-5-21-4248690395-1896549713-2016893734-1000.1, n 1, shared 0x60FE0000 (wanted 0x60FE0000), h 0x78, *m 6 35 866 [main] rebase 11352 user_info::create: opening user shared for 'S-1-5-21-4248690395-1896549713-2016893734-1000' at 0x60FE0000 37 903 [main] rebase 11352 user_info::create: user shared version AB1FCCE8 53 956 [main] rebase 11352 fhandler_pipe::create: name \\.\pipe\cygwin-c5e39b7a9d22bafb-11352-sigwait, size 5412, mode PIPE_TYPE_MESSAGE 121 1077 [main] rebase 11352 fhandler_pipe::create: pipe read handle 0x90 35 1112 [main] rebase 11352 fhandler_pipe::create: CreateFile: name \\.\pipe\cygwin-c5e39b7a9d22bafb-11352-sigwait 86 1198 [main] rebase 11352 fhandler_pipe::create: pipe write handle 0x94 35 1233 [main] rebase 11352 dll_crt0_0: finished dll_crt0_0 initialization --- Process 11352 thread 11560 created 288 1521 [sig] rebase 11352 wait_sig: entering ReadFile loop, my_readsig 0x90, my_sendsig 0x94 183 1704 [main] rebase 11352 time: 1446995391 = time(0x0) 97 1801 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (Z:\git\poco-1.6.2, no-keep-rel, no-add-slash) 57 1858 [main] rebase 11352 normalize_win32_path: Z:\git\poco-1.6.2 = normalize_win32_path (Z:\git\poco-1.6.2) 31 1889 [main] rebase 11352 mount_info::conv_to_posix_path: /cygdrive/z/git/poco-1.6.2 = conv_to_posix_path (Z:\git\poco-1.6.2) 51 1940 [main] rebase 11352 sigprocmask: 0 = sigprocmask (0, 0x0, 0x800180A8) 134 2074 [main] rebase 11352 _cygwin_istext_for_stdio: fd 0: not open 30 2104 [main] rebase 11352 _cygwin_istext_for_stdio: fd 1: not open 25 2129 [main] rebase 11352 _cygwin_istext_for_stdio: fd 2: not open 78 2207 [main] rebase (11352) open_shared: name cygpid.11352, n 11352, shared 0x60FD0000 (wanted 0x60FD0000), h 0xB8, *m 2 28 2235 [main] rebase (11352) time: 1446995391 = time(0x0) 20 2255 [main] rebase 11352 pinfo::thisproc: myself dwProcessId 11352 70 2325 [main] rebase 11352 environ_init: GetEnvironmentStrings returned 0x52E228 40 2365 [main] rebase 11352 environ_init: 0x80028290: !::=::\ 44 2409 [main] rebase 11352 environ_init: 0x800282A0: ALLUSERSPROFILE=C:\ProgramData 35 2444 [main] rebase 11352 environ_init: 0x800282C8: APPDATA=C:\Users\FrancisANDRE\AppData\Roaming 34 2478 [main] rebase 11352 environ_init: 0x80028300: APR_ICONV_PATH=C:\Program Files (x86)\Subversion\iconv 43 2521 [main] rebase 11352 environ_init: 0x80028340: COMMONPROGRAMFILES=C:\Program Files (x86)\Common Files 56 2577 [main] rebase 11352 environ_init: 0x80028380: COMPUTERNAME=IDEFIX 49 2626 [main] rebase 11352 environ_init: 0x800283A0: COMSPEC=C:\Windows\system32\cmd.exe 56 2682 [main] rebase 11352 environ_init: 0x800283D0: CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 50 2732 [main] rebase 11352 environ_init: 0x80028418: CommonProgramW6432=C:\Program Files\Common Files 46 2778 [main] rebase 11352 parse_options: glob (called func) 41 2819 [main] rebase 11352 parse_options: returning 22 2841 [main] rebase 11352 environ_init: 0x80028450: CYGWIN=noglob 38 2879 [main] rebase 11352 environ_init: 0x80028478: EXE4J_JAVA_HOME=C:\Progra~1\Java\jdk1.6.0_45 41 2920 [main] rebase 11352 environ_init: 0x800284B0: EXECIGNORE=*.dll 49 2969 [main] rebase 11352 environ_init: 0x800284C8: FP_NO_HOST_CHECK=NO 59 3028 [main] rebase 11352 environ_init: 0x800284E8: HISTCONTROL=ignoredups 54 3082 [main] rebase 11352 getwinenv: can't set native for HOME= since no environ yet 28 3110 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\home\FrancisANDRE, no-keep-rel, no-add-slash) 23 3133 [main] rebase 11352 normalize_win32_path: C:\cygwin\home\FrancisANDRE = normalize_win32_path (C:\cygwin\home\FrancisANDRE) 27 3160 [main] rebase 11352 mount_info::conv_to_posix_path: /home/FrancisANDRE = conv_to_posix_path (C:\cygwin\home\FrancisANDRE) 63 3223 [main] rebase 11352 win_env::add_cache: posix /home/FrancisANDRE 20 3243 [main] rebase 11352 win_env::add_cache: native HOME=C:\cygwin\home\FrancisANDRE 24 3267 [main] rebase 11352 posify_maybe: env var converted to HOME=/home/FrancisANDRE 54 3321 [main] rebase 11352 environ_init: 0x80028570: HOME=/home/FrancisANDRE 38 3359 [main] rebase 11352 environ_init: 0x80028508: HOMEDRIVE=C: 42 3401 [main] rebase 11352 environ_init: 0x80028590: HOMEPATH=\Users\FrancisANDRE 41 3442 [main] rebase 11352 environ_init: 0x800285B8: HOSTNAME=idefix 43 3485 [main] rebase 11352 environ_init: 0x800285D0: INFOPATH=/usr/local/info:/usr/share/info:/usr/info 37 3522 [main] rebase 11352 environ_init: 0x80028608: ISO-8583=Z:\git\ISO-8583 36 3558 [main] rebase 11352 environ_init: 0x80028628: ISO-ITU-OSI-ALS=C:\Software\ISO-ITU-OSI-ALS 34 3592 [main] rebase 11352 environ_init: 0x80028660: JAVA_HOME=C:\Progra~1\Java\jdk1.7.0_51 35 3627 [main] rebase 11352 environ_init: 0x80028690: LANG=fr_FR.UTF-8 50 3677 [main] rebase 11352 environ_init: 0x800286A8: LOCALAPPDATA=C:\Users\FrancisANDRE\AppData\Local 43 3720 [main] rebase 11352 environ_init: 0x800286E0: LOGONSERVER=\\IDEFIX 38 3758 [main] rebase 11352 environ_init: 0x80028700: NUMBER_OF_PROCESSORS=4 33 3791 [main] rebase 11352 environ_init: 0x80028720: OLDPWD=/cygdrive/z/git 35 3826 [main] rebase 11352 environ_init: 0x80028740: OPENSSL_CONF=C:\OpenSSL-Win32\bin\openssl.cfg 58 3884 [main] rebase 11352 environ_init: 0x80028778: ORIGINAL_PATH=/cygdrive/c/ProgramData/Oracle/Java/javapath:/cygdrive/c/Python33:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/cygdrive/c/Program Files (x86)/Subversion/bin:/cygdrive/c/Program Files (x86)/Dr. Memory/bin:/cygdrive/c/Program Files (x86)/Skype/Phone:/cygdrive/c/Windows/system32/config/systemprofile/.dnx/bin:/cygdrive/c/Program Files/Microsoft DNX/Dnvm:/cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/cygdrive/c/Program Files (x86)/Git/bin:/cygdrive/z/git/win-flex-bison/bin/Release:/cygdrive/c/ASF/apache-maven-3.2.1/bin:/cygdrive/c/Program Files/Java/jdk1.7.0_51/bin:/cygdrive/c/ASF/apache-ant-1.9.3/bin 46 3930 [main] rebase 11352 environ_init: 0x80028AA0: OS=Windows_NT 58 3988 [main] rebase 11352 getwinenv: can't set native for PATH= since no environ yet 42 4030 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (Z:\git\poco-1.6.2\release\script, keep-rel, no-add-slash) 22 4052 [main] rebase 11352 normalize_win32_path: Z:\git\poco-1.6.2\release\script = normalize_win32_path (Z:\git\poco-1.6.2\release\script) 22 4074 [main] rebase 11352 mount_info::conv_to_posix_path: /cygdrive/z/git/poco-1.6.2/release/script = conv_to_posix_path (Z:\git\poco-1.6.2\release\script) 21 4095 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\usr\local\bin, keep-rel, no-add-slash) 18 4113 [main] rebase 11352 normalize_win32_path: C:\cygwin\usr\local\bin = normalize_win32_path (C:\cygwin\usr\local\bin) 21 4134 [main] rebase 11352 mount_info::conv_to_posix_path: /usr/local/bin = conv_to_posix_path (C:\cygwin\usr\local\bin) 25 4159 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\bin, keep-rel, no-add-slash) 23 4182 [main] rebase 11352 normalize_win32_path: C:\cygwin\bin = normalize_win32_path (C:\cygwin\bin) 20 4202 [main] rebase 11352 mount_info::conv_to_posix_path: /usr/bin = conv_to_posix_path (C:\cygwin\bin) 18 4220 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\ProgramData\Oracle\Java\javapath, keep-rel, no-add-slash) 21 4241 [main] rebase 11352 normalize_win32_path: C:\ProgramData\Oracle\Java\javapath = normalize_win32_path (C:\ProgramData\Oracle\Java\javapath) 20 4261 [main] rebase 11352 mount_info::conv_to_posix_path: /cygdrive/c/ProgramData/Oracle/Java/javapath = conv_to_posix_path (C:\ProgramData\Oracle\Java\javapath) 19 4280 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Python33, keep-rel, no-add-slash) 18 4298 [main] rebase 11352 normalize_win32_path: C:\Python33 = normalize_win32_path (C:\Python33) 18 4316 [main] rebase 11352 mount_info::conv_to_posix_path: /cygdrive/c/Python33 = conv_to_posix_path (C:\Python33) 18 4334 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32, keep-rel, no-add-slash) 19 4353 [main] rebase 11352 normalize_win32_path: C:\Windows\system32 = normalize_win32_path (C:\Windows\system32) 19 4372 [main] rebase 11352 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32 = conv_to_posix_path (C:\Windows\system32) 18 4390 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows, keep-rel, no-add-slash) 18 4408 [main] rebase 11352 normalize_win32_path: C:\Windows = normalize_win32_path (C:\Windows) 18 4426 [main] rebase 11352 mount_info::conv_to_posix_path: /cygdrive/c/Windows = conv_to_posix_path (C:\Windows) 23 4449 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\System32\Wbem, keep-rel, no-add-slash) 22 4471 [main] rebase 11352 normalize_win32_path: C:\Windows\System32\Wbem = normalize_win32_path (C:\Windows\System32\Wbem) 26 4497 [main] rebase 11352 mount_info::conv_to_posix_path: /cygdrive/c/Windows/System32/Wbem = conv_to_posix_path (C:\Windows\System32\Wbem) 22 4519 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\System32\WindowsPowerShell\v1.0, keep-rel, no-add-slash) 24 4543 [main] rebase 11352 normalize_win32_path: C:\Windows\System32\WindowsPowerShell\v1.0 = normalize_win32_path (C:\Windows\System32\WindowsPowerShell\v1.0) 24 4567 [main] rebase 11352 mount_info::conv_to_posix_path: /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0 = conv_to_posix_path (C:\Windows\System32\WindowsPowerShell\v1.0) 23 4590 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Microsoft SQL Server\110\Tools\Binn, keep-rel, no-add-slash) 20 4610 [main] rebase 11352 normalize_win32_path: C:\Program Files\Microsoft SQL Server\110\Tools\Binn = normalize_win32_path (C:\Program Files\Microsoft SQL Server\110\Tools\Binn) 21 4631 [main] rebase 11352 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn = conv_to_posix_path (C:\Program Files\Microsoft SQL Server\110\Tools\Binn) 28 4659 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Subversion\bin, keep-rel, no-add-slash) 25 4684 [main] rebase 11352 normalize_win32_path: C:\Program Files (x86)\Subversion\bin = normalize_win32_path (C:\Program Files (x86)\Subversion\bin) 27 4711 [main] rebase 11352 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/Subversion/bin = conv_to_posix_path (C:\Program Files (x86)\Subversion\bin) 26 4737 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Dr. Memory\bin, keep-rel, no-add-slash) 27 4764 [main] rebase 11352 normalize_win32_path: C:\Program Files (x86)\Dr. Memory\bin = normalize_win32_path (C:\Program Files (x86)\Dr. Memory\bin) 21 4785 [main] rebase 11352 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/Dr. Memory/bin = conv_to_posix_path (C:\Program Files (x86)\Dr. Memory\bin) 20 4805 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Skype\Phone, keep-rel, no-add-slash) 25 4830 [main] rebase 11352 normalize_win32_path: C:\Program Files (x86)\Skype\Phone = normalize_win32_path (C:\Program Files (x86)\Skype\Phone) 20 4850 [main] rebase 11352 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/Skype/Phone = conv_to_posix_path (C:\Program Files (x86)\Skype\Phone) 19 4869 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Windows\system32\config\systemprofile\.dnx\bin, keep-rel, no-add-slash) 18 4887 [main] rebase 11352 normalize_win32_path: C:\Windows\system32\config\systemprofile\.dnx\bin = normalize_win32_path (C:\Windows\system32\config\systemprofile\.dnx\bin) 19 4906 [main] rebase 11352 mount_info::conv_to_posix_path: /cygdrive/c/Windows/system32/config/systemprofile/.dnx/bin = conv_to_posix_path (C:\Windows\system32\config\systemprofile\.dnx\bin) 24 4930 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Microsoft DNX\Dnvm, keep-rel, no-add-slash) 20 4950 [main] rebase 11352 normalize_win32_path: C:\Program Files\Microsoft DNX\Dnvm = normalize_win32_path (C:\Program Files\Microsoft DNX\Dnvm) 20 4970 [main] rebase 11352 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Microsoft DNX/Dnvm = conv_to_posix_path (C:\Program Files\Microsoft DNX\Dnvm) 20 4990 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit, keep-rel, no-add-slash) 21 5011 [main] rebase 11352 normalize_win32_path: C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit = normalize_win32_path (C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit) 20 5031 [main] rebase 11352 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit = conv_to_posix_path (C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit) 21 5052 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files (x86)\Git\bin, keep-rel, no-add-slash) 20 5072 [main] rebase 11352 normalize_win32_path: C:\Program Files (x86)\Git\bin = normalize_win32_path (C:\Program Files (x86)\Git\bin) 25 5097 [main] rebase 11352 mount_info::conv_to_posix_path: /cygdrive/c/Program Files (x86)/Git/bin = conv_to_posix_path (C:\Program Files (x86)\Git\bin) 23 5120 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (Z:\git\win-flex-bison\bin\Release, keep-rel, no-add-slash) 19 5139 [main] rebase 11352 normalize_win32_path: Z:\git\win-flex-bison\bin\Release = normalize_win32_path (Z:\git\win-flex-bison\bin\Release) 18 5157 [main] rebase 11352 mount_info::conv_to_posix_path: /cygdrive/z/git/win-flex-bison/bin/Release = conv_to_posix_path (Z:\git\win-flex-bison\bin\Release) 20 5177 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\ASF\apache-maven-3.2.1\bin, keep-rel, no-add-slash) 18 5195 [main] rebase 11352 normalize_win32_path: C:\ASF\apache-maven-3.2.1\bin = normalize_win32_path (C:\ASF\apache-maven-3.2.1\bin) 18 5213 [main] rebase 11352 mount_info::conv_to_posix_path: /cygdrive/c/ASF/apache-maven-3.2.1/bin = conv_to_posix_path (C:\ASF\apache-maven-3.2.1\bin) 19 5232 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\Program Files\Java\jdk1.7.0_51\bin, keep-rel, no-add-slash) 18 5250 [main] rebase 11352 normalize_win32_path: C:\Program Files\Java\jdk1.7.0_51\bin = normalize_win32_path (C:\Program Files\Java\jdk1.7.0_51\bin) 23 5273 [main] rebase 11352 mount_info::conv_to_posix_path: /cygdrive/c/Program Files/Java/jdk1.7.0_51/bin = conv_to_posix_path (C:\Program Files\Java\jdk1.7.0_51\bin) 26 5299 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\ASF\apache-ant-1.9.3\bin, keep-rel, no-add-slash) 20 5319 [main] rebase 11352 normalize_win32_path: C:\ASF\apache-ant-1.9.3\bin = normalize_win32_path (C:\ASF\apache-ant-1.9.3\bin) 19 5338 [main] rebase 11352 mount_info::conv_to_posix_path: /cygdrive/c/ASF/apache-ant-1.9.3/bin = conv_to_posix_path (C:\ASF\apache-ant-1.9.3\bin) 52 5390 [main] rebase 11352 win_env::add_cache: posix /cygdrive/z/git/poco-1.6.2/release/script:/usr/local/bin:/usr/bin:/cygdrive/c/ProgramData/Oracle/Java/javapath:/cygdrive/c/Python33:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/cygdrive/c/Program Files (x86)/Subversion/bin:/cygdrive/c/Program Files (x86)/Dr. Memory/bin:/cygdrive/c/Program Files (x86)/Skype/Phone:/cygdrive/c/Windows/system32/config/systemprofile/.dnx/bin:/cygdrive/c/Program Files/Microsoft DNX/Dnvm:/cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/cygdrive/c/Program Files (x86)/Git/bin:/cygdrive/z/git/win-flex-bison/bin/Release:/cygdrive/c/ASF/apache-maven-3.2.1/bin:/cygdrive/c/Program Files/Java/jdk1.7.0_51/bin:/cygdrive/c/ASF/apache-ant-1.9.3/bin 26 5416 [main] rebase 11352 win_env::add_cache: native PATH=Z:\git\poco-1.6.2\release\script;C:\cygwin\usr\local\bin;C:\cygwin\bin;C:\ProgramData\Oracle\Java\javapath;C:\Python33;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\Microsoft SQL Server\110\Tools\Binn;C:\Program Files (x86)\Subversion\bin;C:\Program Files (x86)\Dr. Memory\bin;C:\Program Files (x86)\Skype\Phone;C:\Windows\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Program Files (x86)\Git\bin;Z:\git\win-flex-bison\bin\Release;C:\ASF\apache-maven-3.2.1\bin;C:\Program Files\Java\jdk1.7.0_51\bin;C:\ASF\apache-ant-1.9.3\bin 27 5443 [main] rebase 11352 posify_maybe: env var converted to PATH=/cygdrive/z/git/poco-1.6.2/release/script:/usr/local/bin:/usr/bin:/cygdrive/c/ProgramData/Oracle/Java/javapath:/cygdrive/c/Python33:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/cygdrive/c/Program Files (x86)/Subversion/bin:/cygdrive/c/Program Files (x86)/Dr. Memory/bin:/cygdrive/c/Program Files (x86)/Skype/Phone:/cygdrive/c/Windows/system32/config/systemprofile/.dnx/bin:/cygdrive/c/Program Files/Microsoft DNX/Dnvm:/cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/cygdrive/c/Program Files (x86)/Git/bin:/cygdrive/z/git/win-flex-bison/bin/Release:/cygdrive/c/ASF/apache-maven-3.2.1/bin:/cygdrive/c/Program Files/Java/jdk1.7.0_51/bin:/cygdrive/c/ASF/apache-ant-1.9.3/bin 69 5512 [main] rebase 11352 environ_init: 0x800393B0: PATH=/cygdrive/z/git/poco-1.6.2/release/script:/usr/local/bin:/usr/bin:/cygdrive/c/ProgramData/Oracle/Java/javapath:/cygdrive/c/Python33:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/cygdrive/c/Program Files (x86)/Subversion/bin:/cygdrive/c/Program Files (x86)/Dr. Memory/bin:/cygdrive/c/Program Files (x86)/Skype/Phone:/cygdrive/c/Windows/system32/config/systemprofile/.dnx/bin:/cygdrive/c/Program Files/Microsoft DNX/Dnvm:/cygdrive/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/cygdrive/c/Program Files (x86)/Git/bin:/cygdrive/z/git/win-flex-bison/bin/Release:/cygdrive/c/ASF/apache-maven-3.2.1/bin:/cygdrive/c/Program Files/Java/jdk1.7.0_51/bin:/cygdrive/c/ASF/apache-ant-1.9.3/bin 52 5564 [main] rebase 11352 environ_init: 0x80028AB8: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 41 5605 [main] rebase 11352 environ_init: 0x80028B00: POCO=/cygdrive/z/git/pocozos 34 5639 [main] rebase 11352 environ_init: 0x80028B28: POCO_BASE=/cygdrive/z/git/poco-1.6.2 47 5686 [main] rebase 11352 environ_init: 0x80028B58: PRINTER=HP Photosmart 5520 series 42 5728 [main] rebase 11352 environ_init: 0x80028B80: PROCESSOR_ARCHITECTURE=x86 42 5770 [main] rebase 11352 environ_init: 0x80028BA0: PROCESSOR_ARCHITEW6432=AMD64 37 5807 [main] rebase 11352 environ_init: 0x80028BC8: PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 30 Stepping 5, GenuineIntel 37 5844 [main] rebase 11352 environ_init: 0x80028C18: PROCESSOR_LEVEL=6 38 5882 [main] rebase 11352 environ_init: 0x80028C30: PROCESSOR_REVISION=1e05 43 5925 [main] rebase 11352 environ_init: 0x80028C50: PROFILEREAD=true 40 5965 [main] rebase 11352 environ_init: 0x80028C68: PROGRAMFILES=C:\Program Files (x86) 40 6005 [main] rebase 11352 environ_init: 0x80028C98: PS1=[\u@\h \W ]$ 41 6046 [main] rebase 11352 environ_init: 0x80028CB0: PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\ 38 6084 [main] rebase 11352 environ_init: 0x80028CF8: PUBLIC=C:\Users\Public 40 6124 [main] rebase 11352 environ_init: 0x80028D18: PWD=/cygdrive/z/git/poco-1.6.2 38 6162 [main] rebase 11352 environ_init: 0x80028D40: ProgramData=C:\ProgramData 39 6201 [main] rebase 11352 environ_init: 0x80039710: ProgramFiles(x86)=C:\Program Files (x86) 42 6243 [main] rebase 11352 environ_init: 0x80039740: ProgramW6432=C:\Program Files 46 6289 [main] rebase 11352 environ_init: 0x80028D60: SESSIONNAME=Console 37 6326 [main] rebase 11352 environ_init: 0x80039768: SHELL=/bin/bash 34 6360 [main] rebase 11352 environ_init: 0x80028520: SHLVL=1 37 6397 [main] rebase 11352 environ_init: 0x80039780: SYSTEMDRIVE=C: 34 6431 [main] rebase 11352 environ_init: 0x80039798: SYSTEMROOT=C:\Windows 35 6466 [main] rebase 11352 getwinenv: can't set native for TEMP= since no environ yet 23 6489 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\tmp, no-keep-rel, no-add-slash) 20 6509 [main] rebase 11352 normalize_win32_path: C:\cygwin\tmp = normalize_win32_path (C:\cygwin\tmp) 21 6530 [main] rebase 11352 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin\tmp) 48 6578 [main] rebase 11352 win_env::add_cache: posix /tmp 19 6597 [main] rebase 11352 win_env::add_cache: native TEMP=C:\cygwin\tmp 25 6622 [main] rebase 11352 posify_maybe: env var converted to TEMP=/tmp 58 6680 [main] rebase 11352 environ_init: 0x800397F8: TEMP=/tmp 39 6719 [main] rebase 11352 environ_init: 0x800397B8: TERM=xterm 34 6753 [main] rebase 11352 getwinenv: can't set native for TMP= since no environ yet 18 6771 [main] rebase 11352 mount_info::conv_to_posix_path: conv_to_posix_path (C:\cygwin\tmp, no-keep-rel, no-add-slash) 19 6790 [main] rebase 11352 normalize_win32_path: C:\cygwin\tmp = normalize_win32_path (C:\cygwin\tmp) 18 6808 [main] rebase 11352 mount_info::conv_to_posix_path: /tmp = conv_to_posix_path (C:\cygwin\tmp) 48 6856 [main] rebase 11352 win_env::add_cache: posix /tmp 17 6873 [main] rebase 11352 win_env::add_cache: native TMP=C:\cygwin\tmp 17 6890 [main] rebase 11352 posify_maybe: env var converted to TMP=/tmp 47 6937 [main] rebase 11352 environ_init: 0x80039848: TMP=/tmp 44 6981 [main] rebase 11352 environ_init: 0x80039808: TZ=Europe/Paris 36 7017 [main] rebase 11352 environ_init: 0x80039858: USER=FrancisANDRE 38 7055 [main] rebase 11352 environ_init: 0x80039870: USERDOMAIN=idefix 44 7099 [main] rebase 11352 environ_init: 0x80039888: USERNAME=FrancisANDRE 38 7137 [main] rebase 11352 environ_init: 0x800398A8: USERPROFILE=C:\Users\FrancisANDRE 37 7174 [main] rebase 11352 environ_init: 0x800398D0: VISUALSVN_SERVER=C:\Program Files (x86)\VisualSVN Server\ 36 7210 [main] rebase 11352 environ_init: 0x80039910: VS110COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\ 35 7245 [main] rebase 11352 environ_init: 0x80039968: VS120COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\ 38 7283 [main] rebase 11352 environ_init: 0x800399C0: VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\ 46 7329 [main] rebase 11352 environ_init: 0x80039A18: WINDIR=C:\Windows 37 7366 [main] rebase 11352 environ_init: 0x80039A30: WIX=C:\Program Files (x86)\WiX Toolset v3.10\ 41 7407 [main] rebase 11352 environ_init: 0x80039A68: _=/usr/bin/strace 35 7442 [main] rebase 11352 environ_init: 0x80039A80: windows_tracing_flags=3 35 7477 [main] rebase 11352 environ_init: 0x80039AA0: windows_tracing_logfile=C:\BVTBin\Tests\installpackage\csilogfile.log 27 7504 [main] rebase 11352 pinfo_init: Set nice to 0 18 7522 [main] rebase 11352 pinfo_init: pid 11352, pgid 11352, process_state 0x41 18 7540 [main] rebase 11352 App version: 1007.16, api: 0.262 17 7557 [main] rebase 11352 DLL version: 2002.1, api: 0.289 17 7574 [main] rebase 11352 DLL build: 2015-08-20 11:40 23 7597 [main] rebase 11352 dtable::extend: size 32, fds 0x61300910 --- Process 11352 loaded C:\Windows\SysWOW64\kernel32.dll at 00820000 --- Process 11352 unloaded DLL at 00820000 728 8325 [main] rebase 11352 __get_lcid_from_locale: LCID=0x040C 267 8592 [main] rebase 11352 transport_layer_pipes::connect: Try to connect to named pipe: \\.\pipe\cygwin-c5e39b7a9d22bafb-lpc 52 8644 [main] rebase 11352 transport_layer_pipes::connect: Error opening the pipe (2) 40 8684 [main] rebase 11352 client_request::make_request: cygserver un-available --- Process 11352 loaded C:\Windows\SysWOW64\advapi32.dll at 75790000 --- Process 11352 loaded C:\Windows\SysWOW64\msvcrt.dll at 75D10000 --- Process 11352 loaded C:\Windows\SysWOW64\sechost.dll at 75950000 --- Process 11352 loaded C:\Windows\SysWOW64\rpcrt4.dll at 77330000 --- Process 11352 loaded C:\Windows\SysWOW64\sspicli.dll at 75180000 --- Process 11352 loaded C:\Windows\SysWOW64\cryptbase.dll at 75170000 --- Process 11352 thread 8552 created --- Process 11352 loaded C:\Windows\SysWOW64\netapi32.dll at 74380000 --- Process 11352 loaded C:\Windows\SysWOW64\netutils.dll at 74370000 --- Process 11352 loaded C:\Windows\SysWOW64\srvcli.dll at 74350000 --- Process 11352 loaded C:\Windows\SysWOW64\wkscli.dll at 74340000 --- Process 11352 loaded C:\Windows\SysWOW64\samcli.dll at 72990000 --- Process 11352 loaded C:\Windows\SysWOW64\samlib.dll at 68680000 --- Process 11352 thread 8172 created 9408 18092 [main] rebase 11352 pwdgrp::fetch_account_from_windows: line: 767 18859 [main] rebase 11352 pwdgrp::fetch_account_from_windows: NetLocalGroupGetInfo(None) 1376 40 18899 [main] rebase 11352 pwdgrp::fetch_account_from_windows: line: 1058 19957 [main] rebase 11352 pwdgrp::fetch_account_from_windows: line: 446 20403 [main] rebase 11352 pwdgrp::fetch_account_from_windows: line: 434 20837 [main] rebase 11352 pwdgrp::fetch_account_from_windows: line: 30 20867 [main] rebase 11352 pwdgrp::fetch_account_from_windows: line: 23 20890 [main] rebase 11352 pwdgrp::fetch_account_from_windows: line: 22 20912 [main] rebase 11352 pwdgrp::fetch_account_from_windows: line: 21 20933 [main] rebase 11352 pwdgrp::fetch_account_from_windows: line: 22 20955 [main] rebase 11352 pwdgrp::fetch_account_from_windows: line: 24 20979 [main] rebase 11352 pwdgrp::fetch_account_from_windows: line: 22 21001 [main] rebase 11352 pwdgrp::fetch_account_from_windows: line: 24 21025 [main] rebase 11352 pwdgrp::fetch_account_from_windows: line: 22 21047 [main] rebase 11352 pwdgrp::fetch_account_from_windows: line: 25 21072 [main] rebase 11352 cygheap_user::ontherange: what 2, pw 0x61300B30 21 21093 [main] rebase 11352 cygheap_user::ontherange: HOME is already in the environment /home/FrancisANDRE 61 21154 [main] rebase 11352 build_argv: argv[0] = 'rebase' 20 21174 [main] rebase 11352 build_argv: argv[1] = 'stage/tools/lib/CYGWIN/i686/cygPocoXML.32.dll' 19 21193 [main] rebase 11352 build_argv: argc 2 159 21352 [main] rebase 11352 build_fh_pc: created an archetype (0x61302390) for /dev/pty0(136/0) 25 21377 [main] rebase 11352 build_fh_pc: fh 0x61302148, dev 00880000 25 21402 [main] rebase 11352 fhandler_pipe::create: name \\.\pipe\cygwin-c5e39b7a9d22bafb-pty0-from-master, size 131072, mode PIPE_TYPE_MESSAGE 95 21497 [main] rebase 11352 fhandler_pipe::create: pipe busy 25 21522 [main] rebase 11352 tty::exists: exists 1 56 21578 [main] rebase 11352 alloc_sd: uid 197608, gid 197121, attribute 020620 23 21601 [main] rebase 11352 cygsid::debug_print: alloc_sd: owner SID = S-1-5-21-4248690395-1896549713-2016893734-1000 (+) 22 21623 [main] rebase 11352 cygsid::debug_print: alloc_sd: group SID = S-1-5-21-4248690395-1896549713-2016893734-513 (+) 23 21646 [main] rebase 11352 alloc_sd: ACL-Size: 124 68 21714 [main] rebase 11352 alloc_sd: Created SD-Size: 200 21 21735 [main] rebase 11352 fhandler_pty_slave::open: (395): pty output_mutex (0x168): waiting -1 ms 22 21757 [main] rebase 11352 fhandler_pty_slave::open: (395): pty output_mutex: acquired 27 21784 [main] rebase 11352 tty::create_inuse: cygtty.slave_alive.0 0x174 22 21806 [main] rebase 11352 fhandler_pty_slave::open: (398): pty output_mutex(0x168) released 50 21856 [main] rebase 11352 open_shared: name cygpid.5820, n 5820, shared 0x320000 (wanted 0x0), h 0x178, *m 6 61 21917 [main] rebase 11352 fhandler_pty_slave::open: dup handles directly since I'm the owner 45 21962 [main] rebase 11352 fhandler_pty_slave::open: duplicated from_master 0x18C->0x178 from pty_owner 29 21991 [main] rebase 11352 fhandler_pty_slave::open: duplicated to_master 0x19C->0x180 from pty_owner 22 22013 [main] rebase 11352 fhandler_pty_slave::open: duplicated to_master_cyg 0x1A4->0x184 from pty_owner 34 22047 [main] rebase 11352 fhandler_console::need_invisible: invisible_console 0 31 22078 [main] rebase 11352 fhandler_base::open_with_arch: line 476: /dev/pty0<0x61302390> usecount + 1 = 1 26 22104 [main] rebase 11352 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 21 22125 [main] rebase 11352 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 26 22151 [main] rebase 11352 fhandler_base::set_flags: filemode set to binary 25 22176 [main] rebase 11352 _pinfo::set_ctty: old no ctty, ctty device number 0xFFFFFFFF, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0 23 22199 [main] rebase 11352 _pinfo::set_ctty: cygheap->ctty 0x0, archetype 0x61302390 20 22219 [main] rebase 11352 _pinfo::set_ctty: ctty was NULL 24 22243 [main] rebase 11352 _pinfo::set_ctty: line 482: /dev/pty0<0x61302390> usecount + 1 = 2 28 22271 [main] rebase 11352 _pinfo::set_ctty: /dev/pty0 ctty, usecount 2 23 22294 [main] rebase 11352 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 11352, pid 11352, pgid 11352, tty->pgid 9676, tty->sid 6164 21 22315 [main] rebase 11352 _pinfo::set_ctty: cygheap->ctty now 0x61302390, archetype 0x61302390 21 22336 [main] rebase 11352 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 2 27 22363 [main] rebase 11352 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 25 22388 [main] rebase 11352 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 22 22410 [main] rebase 11352 fhandler_base::set_flags: filemode set to binary 20 22430 [main] rebase 11352 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0 22 22452 [main] rebase 11352 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 6164, pid 11352, pgid 9676, tty->pgid 9676, tty->sid 6164 21 22473 [main] rebase 11352 _pinfo::set_ctty: cygheap->ctty now 0x61302390, archetype 0x61302390 27 22500 [main] rebase 11352 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 2 91 22591 [main] rebase 11352 build_fh_pc: found an archetype for (null)(136/0) io_handle 0x178 26 22617 [main] rebase 11352 build_fh_pc: fh 0x61302610, dev 00880000 24 22641 [main] rebase 11352 fhandler_base::open_with_arch: line 496: /dev/pty0<0x61302390> usecount + 1 = 3 36 22677 [main] rebase 11352 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 27 22704 [main] rebase 11352 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 23 22727 [main] rebase 11352 fhandler_base::set_flags: filemode set to binary 21 22748 [main] rebase 11352 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0 21 22769 [main] rebase 11352 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 6164, pid 11352, pgid 9676, tty->pgid 9676, tty->sid 6164 21 22790 [main] rebase 11352 _pinfo::set_ctty: cygheap->ctty now 0x61302390, archetype 0x61302390 21 22811 [main] rebase 11352 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 3 28 22839 [main] rebase 11352 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 20 22859 [main] rebase 11352 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 26 22885 [main] rebase 11352 fhandler_base::set_flags: filemode set to binary 27 22912 [main] rebase 11352 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0 22 22934 [main] rebase 11352 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 6164, pid 11352, pgid 9676, tty->pgid 9676, tty->sid 6164 21 22955 [main] rebase 11352 _pinfo::set_ctty: cygheap->ctty now 0x61302390, archetype 0x61302390 20 22975 [main] rebase 11352 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 3 87 23062 [main] rebase 11352 build_fh_pc: found an archetype for (null)(136/0) io_handle 0x178 26 23088 [main] rebase 11352 build_fh_pc: fh 0x61302858, dev 00880000 26 23114 [main] rebase 11352 fhandler_base::open_with_arch: line 496: /dev/pty0<0x61302390> usecount + 1 = 4 33 23147 [main] rebase 11352 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 22 23169 [main] rebase 11352 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 20 23189 [main] rebase 11352 fhandler_base::set_flags: filemode set to binary 22 23211 [main] rebase 11352 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0 29 23240 [main] rebase 11352 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 6164, pid 11352, pgid 9676, tty->pgid 9676, tty->sid 6164 103 23343 [main] rebase 11352 _pinfo::set_ctty: cygheap->ctty now 0x61302390, archetype 0x61302390 22 23365 [main] rebase 11352 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 4 22 23387 [main] rebase 11352 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0 21 23408 [main] rebase 11352 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000 19 23427 [main] rebase 11352 fhandler_base::set_flags: filemode set to binary 21 23448 [main] rebase 11352 _pinfo::set_ctty: old ctty /dev/pty0, ctty device number 0x880000, tc.ntty device number 0x880000 flags & O_NOCTTY 0x0 30 23478 [main] rebase 11352 _pinfo::set_ctty: attaching ctty /dev/pty0 sid 6164, pid 11352, pgid 9676, tty->pgid 9676, tty->sid 6164 32 23510 [main] rebase 11352 _pinfo::set_ctty: cygheap->ctty now 0x61302390, archetype 0x61302390 22 23532 [main] rebase 11352 fhandler_pty_slave::open_setup: /dev/pty0 opened, usecount 4 41 23573 [main] rebase 11352 __set_errno: void dll_crt0_1(void*):1007 setting errno 0 831 24404 [main] rebase 11352 __get_lcid_from_locale: LCID=0x040C 24 24428 [main] rebase 11352 __get_lcid_from_locale: LCID=0x040C 85 24513 [main] rebase 11352 __get_lcid_from_locale: LCID=0x040C 71 24584 [main] rebase 11352 __get_lcid_from_locale: LCID=0x040C 55 24639 [main] rebase 11352 __get_lcid_from_locale: LCID=0x040C 76 24715 [main] rebase 11352 __get_lcid_from_locale: LCID=0x040C 203 24918 [main] rebase 11352 fhandler_pty_slave::write: pty0, write(0x465F68, 7) 26 24944 [main] rebase 11352 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x168): waiting -1 ms 27 24971 [main] rebase 11352 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired 26 24997 [main] rebase 11352 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x168) released usage: 23 25020 [main] rebase 11352 write: 7 = write(2, 0x465F68, 7) 39 25059 [main] rebase 11352 fhandler_pty_slave::write: pty0, write(0x28CC70, 6) 21 25080 [main] rebase 11352 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x168): waiting -1 ms 21 25101 [main] rebase 11352 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired 22 25123 [main] rebase 11352 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x168) released rebase 31 25154 [main] rebase 11352 write: 6 = write(2, 0x28CC70, 6) 42 25196 [main] rebase 11352 fhandler_pty_slave::write: pty0, write(0x465F71, 77) 20 25216 [main] rebase 11352 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x168): waiting -1 ms 20 25236 [main] rebase 11352 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired 23 25259 [main] rebase 11352 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x168) released [-b BaseAddress] [-o Offset] [-48dOsvV] [-T [FileList | -]] Files... 26 25285 [main] rebase 11352 write: 77 = write(2, 0x465F71, 77) 40 25325 [main] rebase 11352 fhandler_pty_slave::write: pty0, write(0x28CC70, 6) 20 25345 [main] rebase 11352 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x168): waiting -1 ms 27 25372 [main] rebase 11352 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired 26 25398 [main] rebase 11352 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x168) released rebase 31 25429 [main] rebase 11352 write: 6 = write(2, 0x28CC70, 6) 44 25473 [main] rebase 11352 fhandler_pty_slave::write: pty0, write(0x465FC0, 48) 28 25501 [main] rebase 11352 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x168): waiting -1 ms 24 25525 [main] rebase 11352 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired 24 25549 [main] rebase 11352 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x168) released -i [-48Os] [-T [FileList | -]] Files... 23 25572 [main] rebase 11352 write: 48 = write(2, 0x465FC0, 48) 41 25613 [main] rebase 11352 fhandler_pty_slave::write: pty0, write(0x28CC70, 6) 20 25633 [main] rebase 11352 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x168): waiting -1 ms 23 25656 [main] rebase 11352 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired 24 25680 [main] rebase 11352 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x168) released rebase 29 25709 [main] rebase 11352 write: 6 = write(2, 0x28CC70, 6) 57 25766 [main] rebase 11352 fhandler_pty_slave::write: pty0, write(0x465FF2, 38) 19 25785 [main] rebase 11352 fhandler_pty_common::process_opost_output: (1852): pty output_mutex (0x168): waiting -1 ms 21 25806 [main] rebase 11352 fhandler_pty_common::process_opost_output: (1852): pty output_mutex: acquired 21 25827 [main] rebase 11352 fhandler_pty_common::process_opost_output: (1891): pty output_mutex(0x168) released --help or --usage for full help text 24 25851 [main] rebase 11352 write: 38 = write(2, 0x465FF2, 38) 1134 26985 [main] rebase 11352 do_exit: do_exit (256), exit_state 1 26 27011 [main] rebase 11352 void: 0x0 = signal (20, 0x1) 26 27037 [main] rebase 11352 void: 0x0 = signal (1, 0x1) 24 27061 [main] rebase 11352 void: 0x0 = signal (2, 0x1) 20 27081 [main] rebase 11352 void: 0x0 = signal (3, 0x1) 23 27104 [main] rebase 11352 fhandler_base::close_with_arch: line 1142: /dev/pty0<0x61302390> usecount + -1 = 3 21 27125 [main] rebase 11352 fhandler_base::close_with_arch: not closing archetype 26 27151 [main] rebase 11352 fhandler_base::close_with_arch: line 1142: /dev/pty0<0x61302390> usecount + -1 = 2 23 27174 [main] rebase 11352 fhandler_base::close_with_arch: not closing archetype 22 27196 [main] rebase 11352 fhandler_base::close_with_arch: line 1142: /dev/pty0<0x61302390> usecount + -1 = 1 20 27216 [main] rebase 11352 fhandler_base::close_with_arch: not closing archetype 24 27240 [main] rebase 11352 init_cygheap::close_ctty: closing cygheap->ctty 0x61302390 24 27264 [main] rebase 11352 fhandler_base::close_with_arch: closing passed in archetype 0x0, usecount 0 21 27285 [main] rebase 11352 fhandler_pty_slave::cleanup: /dev/pty0 closed, usecount 0 21 27306 [main] rebase 11352 fhandler_pty_slave::close: closing last open /dev/pty0 handle 63 27369 [main] rebase 11352 fhandler_console::free_console: freed console, res 1 29 27398 [main] rebase 11352 fhandler_pty_common::close: pty0 <0x178,0x180> closing 29 27427 [main] rebase 11352 dtable::delete_archetype: deleting element 0 for /dev/pty0(136/0) 29 27456 [main] rebase 11352 getpid: 11352 = getpid() 28 27484 [main] rebase 11352 proc_terminate: nprocs 0 26 27510 [main] rebase 11352 proc_terminate: leaving 33 27543 [main] rebase 11352 pinfo::exit: Calling ExitProcess n 0x100, exitcode 0x1 --- Process 11352 thread 3008 exited with status 0x1 --- Process 11352 thread 11560 exited with status 0x1 --- Process 11352 thread 8552 exited with status 0x1 --- Process 11352 exited with status 0x1 Marco > > > > > > > > > > > -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple