unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
Cc: cyd@stupidchicken.com, drew.adams@oracle.com, emacs-devel@gnu.org
Subject: Re: [drew.adams@oracle.com: RE: weird defadvice bug with byte-compilation]
Date: Mon, 12 Dec 2005 08:11:10 +0200	[thread overview]
Message-ID: <umzj6alq9.fsf@gnu.org> (raw)
In-Reply-To: <E1Elg9t-0003mw-Eq@fencepost.gnu.org> (rms@gnu.org)

> From: "Richard M. Stallman" <rms@gnu.org>
> CC: drew.adams@oracle.com, cyd@stupidchicken.com, emacs-devel@gnu.org
> Date: Mon, 12 Dec 2005 00:23:33 -0500
> 
>     Second, the crash is somehow related to the fact that x-create-frame
>     is called from within itself, or something like that:
> 
> Very interesting.  Can you send me the C backtrace?  That's what
> matters here.

I posted the C backtrace in this thread.  Here is a more full version:

    Program received signal SIGTRAP, Trace/breakpoint trap.
    [Switching to thread 2924.0x948]
    0x7c901231 in ntdll!DbgUiConnectToDbg () from C:\WINDOWS\system32\ntdll.dll
    (gdb) bt 40
    #0  0x7c901231 in ntdll!DbgUiConnectToDbg () from C:\WINDOWS\system32\ntdll.dll
    #1  0x011319c7 in w32_abort () at w32fns.c:8953
    #2  0x01084cee in check_glyph_memory () at dispnew.c:2583
    #3  0x010018c3 in shut_down_emacs (sig=0, no_x=0, stuff=23861249)
	at emacs.c:2170
    #4  0x01001929 in Fkill_emacs (arg=23861249) at emacs.c:2075
    #5  0x0100c5da in Ffuncall (nargs=1, args=0x82c1b0) at eval.c:2879
    #6  0x011094f9 in Fbyte_code (bytestr=18486379, vector=18486500, maxdepth=40)
	at bytecode.c:694
    #7  0x0100bfae in funcall_lambda (fun=18486332, nargs=1, arg_vector=0x82c374)
	at eval.c:3066
    #8  0x0100c3a1 in Ffuncall (nargs=2, args=0x82c370) at eval.c:2934
    #9  0x01107858 in Fcall_interactively (function=24463457,
	record_flag=23861249, keys=23920644) at callint.c:884
    #10 0x0104ca3e in Fcommand_execute (cmd=24463457, record_flag=23861249,
	keys=23861249, special=23861249) at keyboard.c:9751
    #11 0x01053279 in command_loop_1 () at keyboard.c:1780
    #12 0x0100a81b in internal_condition_case (bfun=0x1052f39 <command_loop_1>,
	handlers=23925361, hfun=0x104d397 <cmd_error>) at eval.c:1465
    #13 0x010479b7 in command_loop_2 () at keyboard.c:1318
    #14 0x0100a750 in internal_catch (tag=23949793,
	func=0x1047994 <command_loop_2>, arg=23861249) at eval.c:1211
    #15 0x0104777f in command_loop () at keyboard.c:1285
    #16 0x01047867 in recursive_edit_1 () at keyboard.c:990
    #17 0x0104797d in Frecursive_edit () at keyboard.c:1051
    #18 0x0100c5e5 in Ffuncall (nargs=1, args=0x82c880) at eval.c:2876
    #19 0x011094f9 in Fbyte_code (bytestr=26968867, vector=27021828, maxdepth=32)
	at bytecode.c:694
    #20 0x0100baf6 in Feval (form=26208213) at eval.c:2225
    #21 0x0100bdc3 in Fprogn (args=26207965) at eval.c:432
    #22 0x0109cbaa in Fsave_window_excursion (args=26207965) at window.c:6368
    #23 0x01109ef2 in Fbyte_code (bytestr=26969027, vector=29856260, maxdepth=224)
	at bytecode.c:855
    #24 0x0100bfae in funcall_lambda (fun=29723972, nargs=2, arg_vector=0x82cbd4)
	at eval.c:3066
    #25 0x0100c3a1 in Ffuncall (nargs=3, args=0x82cbd0) at eval.c:2934
    #26 0x0100d8c3 in Fapply (nargs=2, args=0x82cc48) at eval.c:2371
    #27 0x0100d9c1 in apply1 (fn=24109177, arg=26176261) at eval.c:2632
    #28 0x0100b270 in call_debugger (arg=26176261) at eval.c:289
    #29 0x0100b576 in find_handler_clause (handlers=23925361, conditions=23847045,
	sig=23925529, data=26176285, debugger_value_ptr=0x82cce8) at eval.c:1815
    #30 0x0100c93a in Fsignal (error_symbol=23925529, data=26176285) at eval.c:1642
    #31 0x01005ad2 in Fsymbol_value (symbol=29457225) at data.c:1143
    #32 0x0100b84c in Feval (form=29457225) at eval.c:2105
    #33 0x0100e1d4 in Fand (args=25815637) at eval.c:353
    #34 0x0100bbdb in Feval (form=25815653) at eval.c:2166
    #35 0x0100a588 in internal_condition_case_1 (bfun=0x100b5de <Feval>,
	arg=25815653, handlers=23925361,
	hfun=0x104b17c <menu_item_eval_property_1>) at eval.c:1506
    #36 0x0104b206 in menu_item_eval_property (sexpr=25815653) at keyboard.c:7193
    #37 0x0104b6a1 in parse_menu_item (item=25816925, notreal=0, inmenubar=0)
	at keyboard.c:7380
    #38 0x0112ad43 in single_menu_item (key=29457273, item=525205504,
	pending_maps_ptr=0x82d09c, notreal=0, maxdepth=9) at w32menu.c:522
    #39 0x0112b02e in single_keymap_panes (keymap=29457273, pane_name=2089878893,
	prefix=9, notreal=17085537, maxdepth=24812917) at w32menu.c:468
    (More stack frames follow...)

    Lisp Backtrace:
    "kill-emacs"
    "save-buffers-kill-emacs"
    "call-interactively"
    "recursive-edit"
    "byte-code"
    "debug"
    "and"
    "x-create-frame"
    "x-create-frame-with-faces"
    "make-frame"
    "special-display-popup-frame"
    "display-buffer"
    "display-warning"
    "byte-compile-log-warning"
    "byte-compile-warn"
    "byte-compile-variable-ref"
    "byte-compile-form"
    "byte-compile-body"
    "byte-compile-let"
    "byte-compile-form"
    "byte-compile-top-level"
    "byte-compile-lambda"
    0x1d22e84 PVEC_COMPILED
    "funcall"
    "byte-compile"
    "ad-compile-function"
    "ad-activate-advised-definition"
    "ad-activate"
    "byte-code"
    "require"
    "eval"
    "eval-last-sexp-1"
    "eval-last-sexp"
    "call-interactively"
    (gdb)

  reply	other threads:[~2005-12-12  6:11 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-05  2:36 [drew.adams@oracle.com: RE: weird defadvice bug with byte-compilation] Richard Stallman
2005-12-07 18:55 ` Chong Yidong
2005-12-08  4:53   ` Richard M. Stallman
2005-12-08 16:14     ` Drew Adams
2005-12-09 13:17       ` Eli Zaretskii
2005-12-09 14:07         ` Chong Yidong
2005-12-09 18:37         ` [drew.adams@oracle.com: RE: weird defadvice bug withbyte-compilation] Drew Adams
2005-12-10  4:14         ` [drew.adams@oracle.com: RE: weird defadvice bug with byte-compilation] Richard M. Stallman
2005-12-11 18:17           ` [drew.adams@oracle.com: RE: weird defadvice bug withbyte-compilation] Drew Adams
2005-12-12  5:23             ` Richard M. Stallman
2005-12-12  5:40               ` [drew.adams@oracle.com: RE: weird defadvice bugwithbyte-compilation] Drew Adams
2005-12-13  3:14                 ` Richard M. Stallman
2005-12-13  3:52                   ` [drew.adams@oracle.com: RE: weird defadvicebugwithbyte-compilation] Drew Adams
2005-12-13 23:33                     ` Richard M. Stallman
2005-12-14  1:05                       ` [drew.adams@oracle.com: RE: weirddefadvicebugwithbyte-compilation] Drew Adams
2005-12-14  1:24                         ` Johan Bockgård
2005-12-14  3:41                           ` [drew.adams@oracle.com: Drew Adams
2005-12-14  3:45                             ` [drew.adams@oracle.com:RE:weirddefadvicebugwithbyte-compilation] Drew Adams
2005-12-14 17:17                             ` [drew.adams@oracle.com: Johan Bockgård
2005-12-14 21:29                               ` [drew.adams@oracle.com:RE:weirddefadvicebugwithbyte-compilation] Drew Adams
2005-12-14 23:43                                 ` [drew.adams@oracle.com:RE:weirddefadvicebugwithbyte-compilation] Johan Bockgård
2005-12-15  1:46                                   ` [drew.adams@oracle.com:RE:weirddefadvicebugwithbyte-compilation] Drew Adams
2005-12-11 20:21         ` [drew.adams@oracle.com: RE: weird defadvice bug with byte-compilation] Eli Zaretskii
2005-12-11 21:35           ` [drew.adams@oracle.com: RE: weird defadvice bug withbyte-compilation] Drew Adams
2005-12-12  5:52             ` Eli Zaretskii
2005-12-12  6:11               ` [drew.adams@oracle.com: RE: weird defadvice bugwithbyte-compilation] Drew Adams
2005-12-12  6:44                 ` [drew.adams@oracle.com: RE: weird defadvicebugwithbyte-compilation] Drew Adams
2005-12-12 21:22                   ` Eli Zaretskii
2005-12-12 21:53                     ` [drew.adams@oracle.com: RE: weirddefadvicebugwithbyte-compilation] Drew Adams
2005-12-13  4:30                       ` Eli Zaretskii
2005-12-13  4:59                         ` [drew.adams@oracle.com: Drew Adams
2005-12-12  5:23           ` [drew.adams@oracle.com: RE: weird defadvice bug with byte-compilation] Richard M. Stallman
2005-12-12  6:11             ` Eli Zaretskii [this message]
2005-12-13  3:14               ` Richard M. Stallman
2005-12-13  4:39                 ` Eli Zaretskii
2005-12-13 23:33                   ` Richard M. Stallman
2005-12-14 19:38                     ` Eli Zaretskii
2005-12-15  2:09                       ` Richard M. Stallman
2005-12-15  4:46                         ` Eli Zaretskii
2005-12-16  1:51                           ` Richard M. Stallman
2005-12-16 19:48                             ` Eli Zaretskii
2005-12-16 20:14                             ` Eli Zaretskii
2005-12-17  1:05                               ` Richard M. Stallman
2005-12-17  8:29                                 ` Eli Zaretskii
2005-12-17 23:59                                   ` Richard M. Stallman
  -- strict thread matches above, loose matches on Subject: below --
2005-11-28  4:46 Richard M. Stallman

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=umzj6alq9.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=cyd@stupidchicken.com \
    --cc=drew.adams@oracle.com \
    --cc=emacs-devel@gnu.org \
    /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).