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

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

Re: Emacs 21.1 (newly built) crashes on Solaris 8


From: Eli Zaretskii
Subject: Re: Emacs 21.1 (newly built) crashes on Solaris 8
Date: Tue, 13 Nov 2001 09:58:23 +0200

> From: "Frosch, Johan W (Hans)" <jwfrosch@intergraph.com>
> Date: Mon, 12 Nov 2001 15:36:46 -0600
> 
> After unpacking: emacs-21.1-src.tar
>                  emacs-21.1-lisp.tar
>                  emacs-21.1-leim.tar

What are those tar files? where did you gett hem from?  Emacs is
distributed in 2 archives, not 3:

   emacs-21.1.tar.gz
   leim-21.1.tar.gz

> (dbx) where 
> =>[1] strcpy(0x84fc200, 0x485afe80), at 0xdf7ccd82
>   [2] set_lface_from_font_name(f = ???, lface = ???, fontname = ???, force_p
> = ???, may_fail_p = ???) (optimized), at 0x80e01cf (line ~3159) in
> "xfaces.c"
>   [3] realize_default_face(f = ???) (optimized), at 0x80e547f (line ~6120)
> in "xfaces.c"
>   [4] realize_basic_faces(f = ???) (optimized), at 0x80e52b0 (line ~6060) in
> "xfaces.c"
>   [5] update_face_from_frame_parameter(f = ???, param = ???, new_value =
> ???) (optimized), at 0x80e248e (line ~4272) in "xfaces.c"
>   [6] x_set_foreground_color(f = ???, arg = ???, oldval = ???) (optimized),
> at 0x81035c4 (line ~1389) in "xfns.c"
>   [7] x_set_frame_parameters(f = ???, alist = ???) (optimized), at 0x8102522
> (line ~914) in "xfns.c"
>   [8] Fmodify_frame_parameters(frame = ???, alist = ???) (optimized), at
> 0x80910da (line ~2170) in "frame.c"

Sounds like it dies trying to realize the default face, but with so
many "???"s floating around, it's hard to know what's the problem,
exactly.  Could you please look around in set_lface_from_font_name and
see which of the variables causes the crash, and why?

Perhaps you could install GDB on that machine and use it; the file
.gdbinit in the src directory defines several useful commands for
debugging Emacs.



reply via email to

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