unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Juanma Barranquero" <lekktu@gmail.com>
To: "Eli Zaretskii" <eliz@gnu.org>
Cc: matsuan@ca2.so-net.ne.jp, jasonr@gnu.org, emacs-devel@gnu.org
Subject: Re: Emacs pretest 22.1.91
Date: Tue, 26 Feb 2008 02:19:00 +0100	[thread overview]
Message-ID: <f7ccd24b0802251719k1472f0b7s594f02317d7172a7@mail.gmail.com> (raw)
In-Reply-To: <uve4clrzo.fsf@gnu.org>

On Mon, Feb 25, 2008 at 9:07 PM, Eli Zaretskii <eliz@gnu.org> wrote:

>  I think instead of hypothesizing, it's easier to run Emacs under a
>  debugger, put a breakpoint where it loads image support libraries, and
>  look at the backtrace when that breakpoint fires.

I am no gdb wizard; it you can shed any light, I'll be glad.

#0  Finit_image_library (type=26281417, libraries=40443477) at image.c:3888
#1  0x0101caf7 in Ffuncall (nargs=3, args=0x82f020) at eval.c:3028
#2  0x011561cd in Fbyte_code (bytestr=19735011, vector=19735052,
maxdepth=24) at bytecode.c:679
#3  0x0101c34a in funcall_lambda (fun=19734972, nargs=1,
arg_vector=0x82f154) at eval.c:3212
#4  0x0101c7c8 in Ffuncall (nargs=2, args=0x82f150) at eval.c:3071
#5  0x011561cd in Fbyte_code (bytestr=19737027, vector=19737116,
maxdepth=40) at bytecode.c:679
#6  0x0101c34a in funcall_lambda (fun=19736988, nargs=1,
arg_vector=0x82f294) at eval.c:3212
#7  0x0101c7c8 in Ffuncall (nargs=2, args=0x82f290) at eval.c:3071
#8  0x011561cd in Fbyte_code (bytestr=19757035, vector=19757316,
maxdepth=64) at bytecode.c:679
#9  0x0101c34a in funcall_lambda (fun=19756948, nargs=4,
arg_vector=0x82f478) at eval.c:3212
#10 0x0101c7c8 in Ffuncall (nargs=5, args=0x82f474) at eval.c:3071
#11 0x0101e610 in Fapply (nargs=6, args=0x82f474) at eval.c:2454
#12 0x0101cc06 in Ffuncall (nargs=7, args=0x82f470) at eval.c:3006
#13 0x011561cd in Fbyte_code (bytestr=19756755, vector=19756812,
maxdepth=56) at bytecode.c:679
#14 0x0101c34a in funcall_lambda (fun=19756676, nargs=2,
arg_vector=0x82f5b4) at eval.c:3212
#15 0x0101c7c8 in Ffuncall (nargs=3, args=0x82f5b0) at eval.c:3071
#16 0x011561cd in Fbyte_code (bytestr=19757843, vector=19758084,
maxdepth=48) at bytecode.c:679
#17 0x0101c34a in funcall_lambda (fun=19757804, nargs=1,
arg_vector=0x82f6f4) at eval.c:3212
#18 0x0101c7c8 in Ffuncall (nargs=2, args=0x82f6f0) at eval.c:3071
#19 0x011561cd in Fbyte_code (bytestr=19224859, vector=19224956,
maxdepth=32) at bytecode.c:679
#20 0x0101c34a in funcall_lambda (fun=19224812, nargs=1,
arg_vector=0x82f824) at eval.c:3212
#21 0x0101c7c8 in Ffuncall (nargs=2, args=0x82f820) at eval.c:3071
#22 0x011561cd in Fbyte_code (bytestr=19516171, vector=19516316,
maxdepth=48) at bytecode.c:679
#23 0x0101c34a in funcall_lambda (fun=19516124, nargs=1,
arg_vector=0x82f964) at eval.c:3212
#24 0x0101c7c8 in Ffuncall (nargs=2, args=0x82f960) at eval.c:3071
#25 0x011561cd in Fbyte_code (bytestr=19512267, vector=19512388,
maxdepth=48) at bytecode.c:679
#26 0x0101c34a in funcall_lambda (fun=19512236, nargs=0,
arg_vector=0x82faa4) at eval.c:3212
#27 0x0101c7c8 in Ffuncall (nargs=1, args=0x82faa0) at eval.c:3071
#28 0x011561cd in Fbyte_code (bytestr=19246635, vector=19247524,
maxdepth=56) at bytecode.c:679
#29 0x0101c34a in funcall_lambda (fun=19246612, nargs=0,
arg_vector=0x82fbe4) at eval.c:3212
#30 0x0101c7c8 in Ffuncall (nargs=1, args=0x82fbe0) at eval.c:3071
#31 0x011561cd in Fbyte_code (bytestr=19242427, vector=19242644,
maxdepth=48) at bytecode.c:679
#32 0x0101c34a in funcall_lambda (fun=19242404, nargs=0,
arg_vector=0x82fcb0) at eval.c:3212
#33 0x0101c5c4 in apply_lambda (fun=19242404, args=25995265,
eval_flag=1) at eval.c:3136
#34 0x0101b855 in Feval (form=26729669) at eval.c:2398
#35 0x01099a54 in top_level_2 () at keyboard.c:1379
#36 0x0101af97 in internal_condition_case (bfun=0x1099a41
<top_level_2>, handlers=26061945, hfun=0x109e713 <cmd_error>) at
eval.c:1494
#37 0x0109d8e9 in top_level_1 () at keyboard.c:1387
#38 0x0101b032 in internal_catch (tag=26054969, func=0x109d8b9
<top_level_1>, arg=25995265) at eval.c:1230
#39 0x0109e52e in command_loop () at keyboard.c:1342
#40 0x0109e876 in recursive_edit_1 () at keyboard.c:958
#41 0x0109e9e1 in Frecursive_edit () at keyboard.c:1020
#42 0x01002b01 in main (argc=8585136, argv=0xa844d0) at emacs.c:1786

             Juanma




  reply	other threads:[~2008-02-26  1:19 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-19 18:50 Emacs pretest 22.1.91 Chong Yidong
2008-02-19 23:59 ` Jason Rumney
2008-02-21  6:35 ` Takashi Hiromatsu
2008-02-22 16:17   ` Eli Zaretskii
2008-02-23  3:51     ` Takashi Hiromatsu
2008-02-23 15:29       ` Eli Zaretskii
2008-02-24 14:21       ` Jason Rumney
2008-02-25  1:16         ` Takashi Hiromatsu
2008-02-25  1:27           ` Juanma Barranquero
2008-02-25  1:57             ` Takashi Hiromatsu
2008-02-25  2:13               ` Juanma Barranquero
2008-02-25  2:45                 ` Takashi Hiromatsu
2008-02-25  2:44             ` Takashi Hiromatsu
2008-02-25  9:43               ` Juanma Barranquero
2008-02-25  6:16             ` Takashi Hiromatsu
2008-02-25  9:54               ` Juanma Barranquero
2008-02-25 10:58                 ` Juanma Barranquero
2008-02-25 11:28                   ` Jason Rumney
2008-02-25 11:42                     ` Juanma Barranquero
2008-02-25 20:07                   ` Eli Zaretskii
2008-02-26  1:19                     ` Juanma Barranquero [this message]
2008-02-26  4:16                       ` Eli Zaretskii
2008-02-26  9:36                         ` Juanma Barranquero
2008-02-26 19:50                           ` Eli Zaretskii
2008-02-27  1:20                             ` Juanma Barranquero
2008-02-27  1:56                               ` Juanma Barranquero
2008-02-27  4:14                                 ` Eli Zaretskii
2008-02-27 12:25                                   ` Juanma Barranquero
2008-02-27 12:41                                     ` Jason Rumney
2008-02-27 14:11                                       ` Juanma Barranquero
2008-02-27 15:49                                         ` Juanma Barranquero
2008-02-27 15:50                                         ` Stefan Monnier
2008-02-27 15:54                                           ` Juanma Barranquero
2008-02-28  1:03                                             ` Stefan Monnier
2008-02-28  4:14                                               ` Eli Zaretskii
2008-02-28  4:59                                                 ` Stefan Monnier
2008-02-29 11:03                                                   ` Eli Zaretskii
2008-03-02  5:15                                                     ` Stefan Monnier
2008-02-27 19:15                                       ` Eli Zaretskii
2008-02-28  0:48                                         ` Juanma Barranquero
2008-02-25 23:45                   ` Takashi Hiromatsu
2008-02-26  1:23                     ` Juanma Barranquero
2008-02-26  4:09                       ` Takashi Hiromatsu
2008-02-25  1:46           ` Jason Rumney
2008-02-22 19:28   ` Claus
2008-02-22 20:08     ` Eli Zaretskii

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=f7ccd24b0802251719k1472f0b7s594f02317d7172a7@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=jasonr@gnu.org \
    --cc=matsuan@ca2.so-net.ne.jp \
    /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).