unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Nick Roberts <nickrob@snap.net.nz>
Cc: emacs-devel@gnu.org
Subject: Re: GDB debugger mode for Emacs in ELPA
Date: Fri, 27 Jun 2008 12:15:01 +0300	[thread overview]
Message-ID: <u8wwrdysq.fsf@gnu.org> (raw)
In-Reply-To: <18532.31502.712978.906059@kahikatea.snap.net.nz>

> From: Nick Roberts <nickrob@snap.net.nz>
> Date: Fri, 27 Jun 2008 17:30:54 +1200
> Cc: emacs-devel@gnu.org
> 
> #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	other threads:[~2008-06-27  9:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-26  5:52 GDB debugger mode for Emacs in ELPA filerz-emacs
2008-06-27  5:30 ` Nick Roberts
2008-06-27  9:15   ` Eli Zaretskii [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-06-27  5:44 filerz-emacs
2008-06-27  6:09 ` Nick Roberts
2008-06-26  3:45 filerz-emacs
2008-06-26  4:11 ` Nick Roberts
2008-06-26  1:03 Nick Roberts

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u8wwrdysq.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=nickrob@snap.net.nz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).