emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#15094: closed (Fix for posix_memalign on Cygwin)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#15094: closed (Fix for posix_memalign on Cygwin)
Date: Wed, 14 Aug 2013 19:12:02 +0000

Your message dated Wed, 14 Aug 2013 15:11:09 -0400
with message-id <address@hidden>
and subject line Re: bug#15094: Fix for posix_memalign on Cygwin
has caused the debbugs.gnu.org bug report #15094,
regarding Fix for posix_memalign on Cygwin
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
15094: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15094
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Fix for posix_memalign on Cygwin Date: Wed, 14 Aug 2013 12:22:18 -0400 User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 Cygwin allows applications to supply their own malloc but not, until today, their own posix_memalign. This has caused problems with the GTK build of Emacs on Cygwin. The problem became worse with the latest Glib update. Anyone who wants the gory details can find them starting here:

  http://cygwin.com/ml/cygwin-xfree/2013-08/msg00018.html

Cygwin was just patched today to allow applications to supply their own posix_memalign (but not their own memalign), which solves the Glib problem. But posix_memalign in gmalloc.c calls memalign, so I need to make sure that it calls Emacs's memalign. The attached patch does this. Is this a reasonable way to handle the problem? (I plan to also add an explanatory comment.)

Thanks.

Ken

Attachment: memalign.patch
Description: Text document


--- End Message ---
--- Begin Message --- Subject: Re: bug#15094: Fix for posix_memalign on Cygwin Date: Wed, 14 Aug 2013 15:11:09 -0400 User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2
On 8/14/2013 12:22 PM, Ken Brown wrote:
Cygwin allows applications to supply their own malloc but not, until
today, their own posix_memalign.  This has caused problems with the GTK
build of Emacs on Cygwin.  The problem became worse with the latest Glib
update.  Anyone who wants the gory details can find them starting here:

   http://cygwin.com/ml/cygwin-xfree/2013-08/msg00018.html

Cygwin was just patched today to allow applications to supply their own
posix_memalign (but not their own memalign), which solves the Glib
problem.  But posix_memalign in gmalloc.c calls memalign, so I need to
make sure that it calls Emacs's memalign.  The attached patch does this.
  Is this a reasonable way to handle the problem?  (I plan to also add
an explanatory comment.)

I made this more complicated than necessary. I've installed a simpler version as bzr revision 113880, and I'm closing the bug.

Ken



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]