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

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

SEGV in x-create-frame


From: Reiner Steib
Subject: SEGV in x-create-frame
Date: Fri, 22 Oct 2004 14:20:47 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

Hi,

when creating a new frame, I get a SEGV.  It's reproducible.  Start
"emacs -Q", do `C-x 5 2' ==> SEGV.  See below for a backtrace.

In GNU Emacs 21.3.50.27 (i686-pc-linux-gnu, GTK+ Version 2.2.1)
 of 2004-10-22 on lumberjack
configured using `configure '--prefix=/import/xtra/emacs/HEAD' '--with-gtk''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: POSIX
  value of $LC_CTYPE: en_US.ISO_8859-1
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: POSIX
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  mouse-wheel-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  line-number-mode: t

--8<---------------cut here---------------start------------->8---
DISPLAY = :0.0
TERM = screen
Breakpoint 1 at 0x8121496: file emacs.c, line 443.
Breakpoint 2 at 0x80fdd20: file xterm.c, line 7842.
(gdb) r -Q
Starting program: [...]/emacs/src/emacs -Q

Program received signal SIGSEGV, Segmentation fault.
0x406ada29 in free () from /lib/libc.so.6
(gdb) bt
#0  0x406ada29 in free () from /lib/libc.so.6
#1  0x08170a64 in emacs_blocked_free (ptr=0x24bd08) at alloc.c:958
#2  0x406ada15 in free () from /lib/libc.so.6
#3  0x4056654e in XFreeStringList () from /usr/X11R6/lib/libX11.so.6
#4  0x08104b66 in xic_create_xfontset (f=0x86797d0, 
    base_fontname=0xbfffd800 "-*-*-medium-r-normal--14-*-*-*-*-*-*-*")
    at xfns.c:1976
#5  0x08104e1d in create_frame_xic (f=0x86797d0) at xfns.c:2109
#6  0x08105444 in x_window (f=0x14) at xfns.c:2528
#7  0x08106500 in Fx_create_frame (parms=139381421) at xfns.c:3173
#8  0x08188bf5 in Ffuncall (nargs=2, args=0x84ecaad) at eval.c:2747
#9  0x081b3af9 in Fbyte_code (bytestr=137956249, vector=1, 
    maxdepth=-1073751448) at bytecode.c:686
#10 0x08188fec in funcall_lambda (fun=40, nargs=1, arg_vector=0xbfffdb84)
    at eval.c:2923
#11 0x08188a97 in Ffuncall (nargs=2, args=0xbfffdb80) at eval.c:2793
#12 0x081b3af9 in Fbyte_code (bytestr=137956249, vector=1, 
    maxdepth=-1073751168) at bytecode.c:686
#13 0x08188fec in funcall_lambda (fun=24, nargs=0, arg_vector=0xbfffdc94)
    at eval.c:2923
#14 0x08188a97 in Ffuncall (nargs=1, args=0xbfffdc90) at eval.c:2793
#15 0x081b3af9 in Fbyte_code (bytestr=137725905, vector=0, 
    maxdepth=-1073750896) at bytecode.c:686
#16 0x08188fec in funcall_lambda (fun=16, nargs=0, arg_vector=0xbfffddc4)
    at eval.c:2923
#17 0x08188a97 in Ffuncall (nargs=1, args=0xbfffddc0) at eval.c:2793
#18 0x0818880d in apply1 (fn=139717665, arg=0) at eval.c:2486
#19 0x0818509e in Fcall_interactively (function=139717665, 
    record_flag=17201039, keys=137665188) at callint.c:407
#20 0x0813005d in Fcommand_execute (cmd=139717665, record_flag=137608313, 
    keys=137608313, special=2407680) at keyboard.c:9724
#21 0x08124773 in command_loop_1 () at keyboard.c:1779
#22 0x08186efd in internal_condition_case (bfun=0x8124380 <command_loop_1>, 
    handlers=137669281, hfun=0x8123e80 <cmd_error>) at eval.c:1346
#23 0x081241ab in command_loop_2 () at keyboard.c:1309
#24 0x08186a3a in internal_catch (tag=0, func=0x8124190 <command_loop_2>, 
    arg=137608313) at eval.c:1107
#25 0x08124167 in command_loop () at keyboard.c:1288
#26 0x08123bb2 in recursive_edit_1 () at keyboard.c:981
#27 0x08123cff in Frecursive_edit () at keyboard.c:1042
#28 0x0812230a in main (argc=2, argv=0xbfffe564) at emacs.c:1739
#29 0x4064c8ae in __libc_start_main () from /lib/libc.so.6
(gdb) xbacktrace 
"x-create-frame"
"x-create-frame-with-faces"
"make-frame"
"make-frame-command"
"call-interactively"
(gdb) 
--8<---------------cut here---------------end--------------->8---

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/





reply via email to

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