emacs-devel
[Top][All Lists]
Advanced

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

Re: Abort when creating frame


From: martin rudalics
Subject: Re: Abort when creating frame
Date: Tue, 06 Sep 2011 11:22:41 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

I did

(gdb) break bidi.c:760

and after hitting it

(gdb) break lread.c:1250

getting me

Breakpoint 4, Fload (file=55364081, noerror=50116658, nomessage=50116658,
    nosuffix=50116658, must_suffix=50116634) at lread.c:1250

Apparently I enter the call4 below

          val = call4 (Vload_source_file_function, found, hist_file_name,
                       NILP (noerror) ? Qnil : Qt,
                       (NILP (nomessage) || force_load_messages) ? Qnil : Qt);
          return unbind_to (count, val);

and after that return.

> Note that in order for "pp" to work, you will need to start GDB in the
> src directory.  But you probably already know that.

(gdb) pp file

never prints anything here.

martin



reply via email to

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