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:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=QPJm94qcN8CX7ENW3scFFlOM9+X1 pvXrB22qC53crx3wotvwjd9M03c9Q1YQDZWdpo6Vn2L7fdFDrWJt1+Qfs0OugydJ yZiuEG8boAa7UYwF/imu6d0nJqBjlNTwN8OwxUmMUVyhv+PZ0p2VttAn3Org4w3b yEUImc1M1pO7FDU= 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:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; s=default; bh=sPvw7cgbi/XZogZReF7l+kENStw=; b=rp l7xEAJaNoVytn8NiHhqOICG2asXpRvEi0XFQRNtHNX65MWI6Tv1yjqh95veSz58G EUWXHu8j26qOZNQMCEP2khWZdn4/gHFssm+H9s2afOQyK8jKwUy1o0AvhCdcuOV8 A4fF4Zqd83qoJBJZmrKHFWBQZ/qcu+VnxLXOXVm4c= 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: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,HELO_MISC_IP,KHOP_THREADED,RCVD_IN_PBL,RDNS_NONE autolearn=no version=3.3.2 X-HELO: smtp4-g21.free.fr Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: 20130830, size of shared memory region changed From: Denis Excoffier In-Reply-To: <20130831162654.GF21571@calimero.vinschen.de> Date: Sat, 31 Aug 2013 19:39:59 +0200 Message-Id: <27A27F47-9464-451B-ABD6-23970E54CDC8@Denis-Excoffier.org> References: <6EEA8B83-0D67-46CD-8C60-D038BE5E3B97 AT Denis-Excoffier DOT org> <20130831162654 DOT GF21571 AT calimero DOT vinschen DOT de> To: cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r7VHeLtr000892 On 2013-08-31 18:26, Corinna Vinschen wrote: > On Aug 31 14:00, Denis Excoffier wrote: >> Hello, >> >> I'm using Cygwin 32 bits. With the 20130830 snapshot i now get many messages like: >> " x [main] y z shared_info::initialize: size of shared memory region changed from 27984 to 21776" >> >> where x, y and z vary, >> - x is typically a small integer (most often 2 or 3, but occurrences were observed of: 4, 5, 8, 27, even 311) >> - y is a program name (tcsh, echo, tr, grep, cut, cat, g++, factor...) >> - z is a PID >> >> The name "main" and the numbers 27984 and 21776 seem always present. >> >> It seems that each process initialization would generate a message. Otherwise, all seems OK. > > I can't reproduce this. The size of the shared_info changed with my > tape drive related checkin from 2013-08-26, but your error message > points to some older process still running, still using the previous > DLL. Since the shared_info region continues to exist, any newer process > using the new DLL will find that its idea of the sizeof shared_info > doesn't match what has been noted in shared_info itself. Nothing else > can explain this. You're right, and this is only my fault. After logoff/login i was unable to reproduce this. In fact, ssh-agent (that i introduced recently in my profile, and which i normally kill by 'ssh-agent -k', was not actually killed this time since after the replacement of the cygwin1.dll launching a new process always fails) is the culprit. I will now always logoff/login after installing a new snapshot (and also try to double-check my reports more closely in the future...). Sorry for the noise. Denis Excoffier. -- 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