X-Recipient: archive-cygwin@delorie.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:message-id:date:from:mime-version:to:cc
	:subject:content-type:content-transfer-encoding; q=dns; s=
	default; b=WB7SQ/S5o8j8zFNQ0JGhHdgyYGvQmKBACHcnCXC2EnPLeyHCqcJsL
	KYstaIW1A4XNePN5MlmzsGZ4mev7oOVE/kCBIKIrj+59QYaCdihiijsK1dV3Dyqb
	Z5hvhr+q/QGWGWKKHiQv71Gz4nVpGnnBnsJIKglOAZMFChBMdb7E3A=
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:message-id:date:from:mime-version:to:cc
	:subject:content-type:content-transfer-encoding; s=default; bh=9
	FoeI2vWvLIHF8KVA4sqndldMDI=; b=ErrKifyPdT9R9YPNE4qRhJlB4U4w3uqWQ
	YJBeujZhmQrO/93pwaRGnVSPSNuE3WgPRVmQ2IzGa0Sokvr0p64pApn415PcqvHE
	XL0+9veVCO62V71jdsLItJ0LxH2bc3lNWmOyKqHHC4BSyiBWfeO+a+koM53lWIYP
	JJ6OnuEdTQ=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD autolearn=ham version=3.3.2
Message-ID: <520A01DF.1040208@alice.it>
Date: Tue, 13 Aug 2013 11:52:31 +0200
From: Angelo Graziosi <angelo.graziosi@alice.it>
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130801 Thunderbird/17.0.8
MIME-Version: 1.0
To: Cygwin <cygwin@cygwin.com>
CC: Ken Brown <kbrown@cornell.edu>
Subject: Re: [ANNOUNCEMENT] Uploads for 12 August
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

Yaakov wrote:
> The following packages (and their subpackages) have been updated for both arches:

After this update my GTK builds of Emacs trunk do not work any more. For 
example, the bootstrap of rev. 113816 I did yesterday and that worked 
fine up to before this update, now fails so:

$ emacs -Q &
[1] 3044

***MEMORY-ERROR***: [3044]: GSlice: failed to allocate 504 bytes 
(alignment: 512): Function not implemented


[1]+  Aborted                 (core dumped) emacs -Q


So, after this update, I tried a new bootstrap (rev.113838) but id fails 
in the same manner:

if test "no" = "yes"; then \
   rm -f bootstrap-emacs.exe; \
   ln temacs.exe bootstrap-emacs.exe; \
else \
   `/bin/pwd`/temacs --batch --load loadup bootstrap || exit 1; \
   test "X" = X ||  -zex emacs.exe; \
   mv -f emacs.exe bootstrap-emacs.exe; \
fi

***MEMORY-ERROR***: [896]: GSlice: failed to allocate 504 bytes 
(alignment: 512): Function not implemented

/bin/sh: line 7:   896 Aborted                 (core dumped) 
`/bin/pwd`/temacs --batch --load loadup bootstrap
Makefile:835: recipe for target `bootstrap-emacs.exe' failed
make[2]: *** [bootstrap-emacs.exe] Error 1
make[2]: uscita dalla directory "/work/emacs/Work/src"
Makefile:379: recipe for target `src' failed
make[1]: *** [src] Error 2
make[1]: uscita dalla directory "/work/emacs/Work"
Makefile:1040: recipe for target `bootstrap' failed
make: *** [bootstrap] Error 2
build-emacs.sh: Bootstrap failure...


Probably this issue affects also the Cygwin (GTK) package of Emacs..

It seems that the workaround is to start Emacs with G_SLICE=always-malloc,

$ G_SLICE=always-malloc emacs -Q &


Ken, wasn't this issue fixed upstream some time ago?


Ciao,
  Angelo.

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

