delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/05/13/05:36:39

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:date:from:to:subject:message-id:reply-to
:references:mime-version:content-type:in-reply-to; q=dns; s=
default; b=Xhqy3Pd2Gs4451MdbP84i1VqQWRAnq6PN0ItUo95ujSl6EKQCHPew
Juu1dKb+2PMpsBJovSraKCDAR6QjGCa8GeuxRIy7DEwGhMrf2cAoemQhAuilsOA+
KIAqOaDM8X8ni4auddgsQrIQDamz4WpWchhfD8yE9sCBO0ApwzZZYI=
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:date:from:to:subject:message-id:reply-to
:references:mime-version:content-type:in-reply-to; s=default;
bh=TMvgZh+IOmHtm9+F4aod7Qxke2I=; b=Rqmyv/Roes7bRIEiDQk9lfCkgCzD
akbg8AF3rpfptsOhPp9qKHvoZicHpylzQFzVS/Ho/hIY1ghND45MPh+sMiFhuioP
7ugUl6ROvdOzqftQ4q25Ab0QYtceJ2V//yReYxx7ca7OnT92CFfPUVAaJgYvvtSx
L6uZZBGsH9sSgIw=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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: No, score=-5.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2
X-HELO: calimero.vinschen.de
Date: Tue, 13 May 2014 11:36:20 +0200
From: Corinna Vinschen <corinna-cygwin AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: [BUG] /bin/sh crashes with the recent cygwin1.dll on x86/64
Message-ID: <20140513093620.GK2436@calimero.vinschen.de>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
References: <003b01cf6e8c$47ad99f0$d708cdd0$%fedin AT samsung DOT com>
MIME-Version: 1.0
In-Reply-To: <003b01cf6e8c$47ad99f0$d708cdd0$%fedin@samsung.com>
User-Agent: Mutt/1.5.23 (2014-03-12)

--16qp2B0xu0fRvRD7
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On May 13 13:18, Pavel Fedin wrote:
>  Hello! I have updated my Cygwin installation and it is completely unusab=
le.
>  First, shell scripts stopped working. I have traced this down to /bin/sh
> executable apparently doing nothing. Running under strace gives this:
> ---cut ---
> $ strace /bin/sh --version
>     1       1 [main] sh (6756)
> **********************************************
>    86      87 [main] sh (6756) Program name: C:\cygwin64\bin\sh.exe (wind=
ows
> pid 6756)
>    30     117 [main] sh (6756) OS version:   Windows NT-6.1
>    27     144 [main] sh (6756)
> **********************************************
>   101     245 [main] sh (6756) sigprocmask: 0 =3D sigprocmask (0, 0x1802B=
BC68,
> 0x0)
>   438     683 [main] sh 6756 open_shared: name shared.5, n 5, shared
> 0x180030000 (wanted 0x180030000), h 0x70, *m 6
>    51     734 [main] sh 6756 user_heap_info::init: heap base 0x600000000,
> heap top 0x600000000, heap size 0x20000000 (536870912)
>    56     790 [main] sh 6756 open_shared: name
> S-1-5-21-1454471165-515967899-839522115-3227.1, n 1, shared 0x180020000
> (wanted 0x180020000), h 0x68, *m 6
>    58     848 [main] sh 6756 user_info::create: opening user shared for
> 'S-1-5-21-1454471165-515967899-839522115-3227' at 0x180020000
>    36     884 [main] sh 6756 user_info::create: user shared version AB1FC=
CE8
>    61     945 [main] sh 6756 fhandler_pipe::create: name
> \\.\pipe\cygwin-e022582115c10879-6756-sigwait, size 176, mode
> PIPE_TYPE_MESSAGE
>    82    1027 [main] sh 6756 fhandler_pipe::create: pipe read handle 0x84
>    19    1046 [main] sh 6756 fhandler_pipe::create: CreateFile: name
> \\.\pipe\cygwin-e022582115c10879-6756-sigwait
>    47    1093 [main] sh 6756 fhandler_pipe::create: pipe write handle 0x88
>    33    1126 [main] sh 6756 dll_crt0_0: finished dll_crt0_0 initializati=
on
> --- Process 6756, exception c0000005 at 000000007780E4E4
> 49743   50869 [main] sh 6756 __set_errno: void san::leave():315 setting
> errno 66168
> --- Process 6756, exception c0000005 at 0000000180111DA8
> Segmentation fault
>  --- cut ---
>=20
>  gcc compiler also crashed, but i did not investigate it. All problems got
> fixed when i downgraded cygwin package to version 1.7.28-2.

Please try a recent snapshot from http://cygwin.com/snapshots/


Corinna

--=20
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

--16qp2B0xu0fRvRD7
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJTceeTAAoJEPU2Bp2uRE+g6bgP/1WW1MbIpV4s9xUbGS+EmUr3
416GettNEvjpjiclpUUZkGuwpcSPZgf4GJIjujMR3Lf59hiWvpx9E8paxKCiD2DJ
Lw/TMvOrnLy0Cjz4BY47SGsUg+Mdd414IPhc38Eh38dmICq1iA6KOWhppVikOiCV
yZowSbEK1qCaxEJuvgK7DxORurj7LJnEQx1tBdXm8AcvttgcLhdFl6sQyLd4IqLA
bn27C6v9VRXQbQ0jXNvLCODNDtQsPCK0LfxPn6hV1dHUicFAG69GfeEoHZ7lp2s3
xyBkbjE0oANf9KU93tZZVALsYD37NMgH+R7F77xhcsKD3tQX1xeagzQvE85dvTcc
qkbZg8NaEKQm+hWUKlefPIez/809euFpTSxmQ4FSY+X4ZkyMm4HiV6koiF9cYwo1
sTTYU/e1ulEY+vXQAiiclf7HF9cZOki+50GkVnflqQ1jbsM1hjxLizA2g3gVctja
be1RzGQ9o5awxvfo1vDAacrgpcCgBNtztMUGcnlCVjvUiklsgsQ4ipada9TQ3TxQ
Z9dWBo4fx9BBE6OgfYWCI3lX0rJZfuSoK1Iw9l1dwnpsyYKnDK59RSp7naRcn2kR
7VH5UaZqRNmGWL/eYL2YJqkzDkrp9JIxuES/Sq02TQ705jM3/iV2QeuYiPOxFC//
WeAcvjqsTS+ZXXGaXRz/
=Cph7
-----END PGP SIGNATURE-----

--16qp2B0xu0fRvRD7--

- Raw text -


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