bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#15962: 24.3.50; emacs_backtrace.txt


From: Eli Zaretskii
Subject: bug#15962: 24.3.50; emacs_backtrace.txt
Date: Mon, 25 Nov 2013 05:37:21 +0200

> Date: Sun, 24 Nov 2013 14:27:21 -0800 (PST)
> From: Drew Adams <drew.adams@oracle.com>
> Cc: 15962@debbugs.gnu.org
> 
> > This is another duplicate of 15008.
> > The backtrace looks bogus, btw:
> ...
> 
> Not sure what you mean by that.

Line 161 in w32menu.c is this:

  void
  x_activate_menubar (struct frame *f)
  { <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    set_frame_menubar (f, 0, 1);

Line 451 in emacs.c is this:

  #else  /* !WINDOWSNT */
  #endif
        name = Fexpand_file_name (Vinvocation_name, dir); <<<<<<<<<<<
        while (1)
          {

and it does not call anything in w32menu.c.  Etc. and etc.: this
simply cannot be a valid sequence of call-stack frames.





reply via email to

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