emacs-devel
[Top][All Lists]
Advanced

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

Re: GDB debugger mode for Emacs in ELPA


From: Eli Zaretskii
Subject: Re: GDB debugger mode for Emacs in ELPA
Date: Fri, 27 Jun 2008 12:15:01 +0300

> From: Nick Roberts <address@hidden>
> Date: Fri, 27 Jun 2008 17:30:54 +1200
> Cc: address@hidden
> 
> #if defined USE_MMAP_FOR_BUFFERS
>   p = mmap_realloc ((POINTER_TYPE **) &b->text->beg, nbytes);
> #elif defined REL_ALLOC
>   p = r_re_alloc ((POINTER_TYPE **) &b->text->beg, nbytes);
> #else
>   p = xrealloc (b->text->beg, nbytes);
> 
> Just guessing, but should REL_ALLOC be defined if you built using VS 2003?
> (as that seems to imply GNU malloc).
> 
> What happened with your MinGW build?

As seen from the follow-up, the MinGW build shows the same crash.  And
yes, REL_ALLOC should be defined in the Windows build.

Which tarball causes this crash, and where can I find it?  Also, would
the OP please post a detailed recipe to reproduce this crash, starting
with "emacs -Q"?




reply via email to

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