all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Juanma Barranquero" <lekktu@gmail.com>
To: "Emacs Devel" <emacs-devel@gnu.org>, "Jason Rumney" <jasonr@gnu.org>
Subject: Crash after latest w32font changes
Date: Mon, 3 Mar 2008 02:00:45 +0100	[thread overview]
Message-ID: <f7ccd24b0803021700l64191b20m5944f8bd00365301@mail.gmail.com> (raw)

Program received signal SIGSEGV, Segmentation fault.
recompute_cached_metrics (dc=0xe2010a2f, font=0x1b53800) at w32font.c:1722
1722          if (GetGlyphOutlineW (dc, i + 32, GGO_METRICS
(gdb) bt
#0  recompute_cached_metrics (dc=0xe2010a2f, font=0x1b53800) at w32font.c:1722
#1  0x0120fe61 in w32font_open_internal (f=0x1ab8000,
font_entity=27405252, pixel_size=13, w32_font=0x1b53800) at
w32font.c:784
#2  0x012107a4 in w32font_open (f=0x1ab8000, font_entity=27405252,
pixel_size=13) at w32font.c:205
#3  0x0108054c in font_open_entity (f=0x1ab8000, entity=27405252,
pixel_size=13) at font.c:2502
#4  0x0108b794 in font_open_by_name (f=0x1ab8000, name=0x1947934
"-*-dejavu sans mono-normal-r-normal-*-13-*-*-*-c-*-iso8859-1")
    at font.c:2922
#5  0x0119a388 in x_set_font (f=0x1ab8000, arg=26174019,
oldval=26032129) at frame.c:3392
#6  0x0119a8c3 in x_set_frame_parameters (f=0x1ab8000, alist=40540333)
at frame.c:3022
#7  0x0119b0cf in x_default_parameter (f=0x1ab8000, alist=40540765,
prop=26262465, deflt=26174147, xprop=0x1431792 "font",
    xclass=0x143178d "Font", type=RES_TYPE_STRING) at frame.c:4058
#8  0x011fbde7 in x_default_font_parameter (f=0x1ab8000,
parms=40540765) at w32fns.c:4244
#9  0x012058ba in Fx_create_frame (parameters=40540981) at w32fns.c:4405
#10 0x0101cb1e in Ffuncall (nargs=2, args=0x82f6f4) at eval.c:3025
#11 0x01156a0d in Fbyte_code (bytestr=19228907, vector=19229004,
maxdepth=32) at bytecode.c:679
#12 0x0101c34a in funcall_lambda (fun=19228860, nargs=1,
arg_vector=0x82f824) at eval.c:3212
#13 0x0101c7c8 in Ffuncall (nargs=2, args=0x82f820) at eval.c:3071
#14 0x01156a0d in Fbyte_code (bytestr=19520451, vector=19520596,
maxdepth=48) at bytecode.c:679
#15 0x0101c34a in funcall_lambda (fun=19520404, nargs=1,
arg_vector=0x82f964) at eval.c:3212
#16 0x0101c7c8 in Ffuncall (nargs=2, args=0x82f960) at eval.c:3071
#17 0x01156a0d in Fbyte_code (bytestr=19516547, vector=19516668,
maxdepth=48) at bytecode.c:679
#18 0x0101c34a in funcall_lambda (fun=19516516, nargs=0,
arg_vector=0x82faa4) at eval.c:3212
#19 0x0101c7c8 in Ffuncall (nargs=1, args=0x82faa0) at eval.c:3071
#20 0x01156a0d in Fbyte_code (bytestr=19250683, vector=19251572,
maxdepth=56) at bytecode.c:679
#21 0x0101c34a in funcall_lambda (fun=19250660, nargs=0,
arg_vector=0x82fbe4) at eval.c:3212
#22 0x0101c7c8 in Ffuncall (nargs=1, args=0x82fbe0) at eval.c:3071
#23 0x01156a0d in Fbyte_code (bytestr=19246475, vector=19246692,
maxdepth=48) at bytecode.c:679
#24 0x0101c34a in funcall_lambda (fun=19246452, nargs=0,
arg_vector=0x82fcb0) at eval.c:3212
#25 0x0101c5c4 in apply_lambda (fun=19246452, args=26032129,
eval_flag=1) at eval.c:3136
#26 0x0101b855 in Feval (form=26766533) at eval.c:2398
#27 0x01099a84 in top_level_2 () at keyboard.c:1379
#28 0x0101af97 in internal_condition_case (bfun=0x1099a71
<top_level_2>, handlers=26098809, hfun=0x109e743 <cmd_error>)
    at eval.c:1494
#29 0x0109d919 in top_level_1 () at keyboard.c:1387
#30 0x0101b032 in internal_catch (tag=26091833, func=0x109d8e9
<top_level_1>, arg=26032129) at eval.c:1230
#31 0x0109e55e in command_loop () at keyboard.c:1342
#32 0x0109e8a6 in recursive_edit_1 () at keyboard.c:958
#33 0x0109ea11 in Frecursive_edit () at keyboard.c:1020
#34 0x01002b01 in main (argc=8585136, argv=0xa82750) at emacs.c:1787

Lisp Backtrace:
"x-create-frame" (0x82f6f8)
"x-create-frame-with-faces" (0x82f824)
"make-frame" (0x82f964)
"frame-initialize" (0x82faa4)
"command-line" (0x82fbe4)
"normal-top-level" (0x82fcb0)

-- 
             Juanma




             reply	other threads:[~2008-03-03  1:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-03  1:00 Juanma Barranquero [this message]
2008-03-03  1:36 ` Crash after latest w32font changes Juanma Barranquero
2008-03-03  1:51   ` Jason Rumney
2008-03-03  2:02     ` Juanma Barranquero

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f7ccd24b0803021700l64191b20m5944f8bd00365301@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=jasonr@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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.