This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: FW: Re: [emacs_user@hotmail.com: ***MEMORY-ERROR***: emacs[5172]: GSlice: failed
- From: Christopher Faylor <cgf-use-the-mailinglist-please at cygwin dot com>
- To: cygwin at cygwin dot com
- Date: Sat, 17 Feb 2007 21:47:17 -0500
- Subject: Re: FW: Re: [emacs_user@hotmail.com: ***MEMORY-ERROR***: emacs[5172]: GSlice: failed
- References: <BAY137-F335792F1A5BBC903006DAF88B0@phx.gbl>
- Reply-to: cygwin at cygwin dot com
On Sat, Feb 17, 2007 at 07:20:53PM -0500, emacs user wrote:
>any comments??
If someone is positing that one of several functions possibly isn't
working in cygwin why not report exactly which function that would be?
I.e., a little more work than reposting speculation would be
appreciated.
cgf
>>GSlice is a memory handling function in Gtk+ (Glib). It tries to
>>allocate an aligned block of memory using posix_memalign, memalign or
>>valloc. I don't know which of these three is used on cygwin, but
>>apparently cygwin does not have a correct implementation. I'd say it
>>is either a cygwin problem, or a glib problem. The allocation is done
>>when Emacs tries to create a widget and is done within the Gtk+ liby.
>>There is nothing Emacs can do to fix this. It must be done in cygwin
>>(by implemeting whatever function is used correctly) or by glib (by
>>recovering better from errors like this).
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/