RE: unable to build cygwin, traditional dumping + sysmalloc (+ others?)
"Andy Piper" <[email protected]>
| Newsgroups | gmane.emacs.xemacs.windows |
|---|---|
| Message-ID | <000701c2d8f4$0eca3d30$947ba8c0__31917.4114302315$1045755103@TSUNAMI> |
> > sysmalloc. taking away sysmalloc and adding noerror, for > example, and no more > > crash. same just take away sysmalloc and add nothing, far as i > can tell. > > adding pdump also makes the crash go away. Traditional dumping on cygwin relies on using gmalloc (there are specific hacks in our version of gmalloc to support this), I suspect using sysmalloc is the problem. andy