any comments??
From: Jan Djärv <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED], emacs-devel@gnu.org
Subject: Re: [EMAIL PROTECTED]: ***MEMORY-ERROR***: emacs[5172]:
GSlice: failed to allocate]
Date: Sat, 17 Feb 2007 12:48:11 +0100
Richard Stallman skrev:
> Can you please DTRT and ack?
>
> ------- Start of forwarded message -------
> From: "emacs user" <[EMAIL PROTECTED]>
> To: emacs-devel@gnu.org
> Bcc:
> Date: Tue, 13 Feb 2007 22:49:00 -0500
> Mime-Version: 1.0
> Content-Type: text/plain; format=flowed
> Subject: ***MEMORY-ERROR***: emacs[5172]: GSlice: failed to allocate
> X-Spam-Status: No, score=0.0 required=5.0 tests=MSGID_FROM_MTA_HEADER
> autolearn=failed version=3.0.4
>
> latest cvs from today, configured with gtk, compiled under cygwin:
>
> $ /usr/local/emacs/src/emacs.exe -Q
>
> ***MEMORY-ERROR***: emacs[5172]: GSlice: failed to allocate 504 bytes
> (alignment: 512): Function not implemented
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).
Jan D.
_________________________________________________________________
The average US Credit Score is 675. The cost to see yours: $0 by Experian.
http://www.freecreditreport.com/pm/default.aspx?sc=660600&bcd=EMAILFOOTERAVERAGE
--
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/