This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FW: Re: [emacs_user@hotmail.com: ***MEMORY-ERROR***: emacs[5172]: GSlice: failed


Jan DjÃrv wrote:

<snip>

Are you talking about the released cygwin version?  It does not handle malloc
the same as memalign, I see in malloc_wrapper.c:


Indeed. You're right. It's not hooked like the others.


I suppose.  But if Emacs is modular enough to provide its calls as a
(import) library or object file, you can just list this on the link line
after glib and get the same affect for Emacs/glib.  This may be easier
for you.

That would have to come from someone that cares alot about Emacs + Gtk+ on cygwin. I'm just trying to find a simple solution, as it seems now, we will disable Gtk+ on cygwin.

BTW, I tried to put to put the object file that contain malloc/memalign after
the Gtk+ libraries, and it didn't work.  Glib does not call the Emacs supplied
memalign in this case either.

Sounds odd. I assume the signature matches?


--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]