all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mat Smiglarski <penthief@SDF.ORG>
To: Dmitry Antipov <dmantipov@yandex.ru>
Cc: 18161@debbugs.gnu.org
Subject: bug#18161: 24.3.92; Crash in do_switch_frame
Date: Sat, 02 Aug 2014 16:05:40 +0100	[thread overview]
Message-ID: <427651a8c5027f8296b75a83324565ca@SDF.ORG> (raw)
In-Reply-To: <53DB2451.2080501@yandex.ru>

On 2014-08-01 06:23, Dmitry Antipov wrote:
> You should include Lisp backtrace as well.  Read etc/DEBUG on how to 
> obtain it.

Lisp Backtrace:
"select-frame" (0xffffd9c0)
"winner-configuration" (0xffffdb60)
"winner-insert-if-new" (0xffffdd20)
"winner-save-old-configurations" (0xffffdec0)

#0  0x00000000004bcb48 in x_get_focus_frame 
(frame=frame@entry=0x1cd10f0)
     at xfns.c:3326
#1  0x000000000041f2a5 in do_switch_frame (frame=30216437, 
track=track@entry=1,
     for_deletion=for_deletion@entry=0, norecord=15520354) at frame.c:839
#2  0x000000000041f525 in Fselect_frame (frame=<optimized out>,
     norecord=<optimized out>) at frame.c:913
#3  0x000000000053e55c in Ffuncall (nargs=nargs@entry=3,
     args=args@entry=0x7fffffffd9b8) at eval.c:2818
#4  0x000000000056de91 in exec_byte_code (bytestr=<optimized out>,
     vector=18244613, maxdepth=<optimized out>, args_template=<optimized 
out>,
     nargs=nargs@entry=0, args=<optimized out>, args@entry=0x0) at 
bytecode.c:916
#5  0x000000000053e2ce in funcall_lambda (fun=18244701, 
nargs=nargs@entry=1,
     arg_vector=arg_vector@entry=0x7fffffffdb60) at eval.c:3049
#6  0x000000000053e684 in Ffuncall (nargs=nargs@entry=2,
     args=args@entry=0x7fffffffdb58) at eval.c:2864
#7  0x000000000056de91 in exec_byte_code (bytestr=<optimized out>,
     vector=18244973, maxdepth=<optimized out>, args_template=<optimized 
out>,
     nargs=nargs@entry=0, args=<optimized out>, args@entry=0x0) at 
bytecode.c:916
#8  0x000000000053e2ce in funcall_lambda (fun=18245117, 
nargs=nargs@entry=1,
     arg_vector=arg_vector@entry=0x7fffffffdd20) at eval.c:3049
#9  0x000000000053e684 in Ffuncall (nargs=nargs@entry=2,
     args=args@entry=0x7fffffffdd18) at eval.c:2864
#10 0x000000000056de91 in exec_byte_code (bytestr=<optimized out>,
     vector=18248437, maxdepth=<optimized out>, args_template=<optimized 
out>,
     nargs=nargs@entry=0, args=<optimized out>, args@entry=0x0) at 
bytecode.c:916
#11 0x000000000053e2ce in funcall_lambda (fun=18248533, 
nargs=nargs@entry=0,
     arg_vector=arg_vector@entry=0x7fffffffdec0) at eval.c:3049
#12 0x000000000053e684 in Ffuncall (nargs=nargs@entry=1,
     args=args@entry=0x7fffffffdeb8) at eval.c:2864
#13 0x000000000053e801 in call0 (fn=15013026) at eval.c:2599
#14 0x00000000004d7293 in safe_run_hooks_1 () at keyboard.c:1875
#15 0x000000000053cd4b in internal_condition_case (
     bfun=bfun@entry=0x4d727f <safe_run_hooks_1>, handlers=12001506,
     hfun=hfun@entry=0x4d8758 <safe_run_hooks_error>) at eval.c:1354
#16 0x00000000004d72db in safe_run_hook_funcall (nargs=<optimized out>,
     args=<optimized out>) at keyboard.c:1930
#17 0x000000000053d2b6 in run_hook_with_args (nargs=nargs@entry=1,
     args=args@entry=0x7fffffffdf68,
     funcall=funcall@entry=0x4d7298 <safe_run_hook_funcall>) at 
eval.c:2544
#18 0x00000000004dbe6c in safe_run_hooks (hook=15013026) at 
keyboard.c:1947
#19 0x00000000004e37dd in command_loop_1 () at keyboard.c:1365
#20 0x000000000053cd4b in internal_condition_case (
     bfun=bfun@entry=0x4e3754 <command_loop_1>, handlers=12053026,
     hfun=hfun@entry=0x4dbcd4 <cmd_error>) at eval.c:1354
#21 0x00000000004d708f in command_loop_2 (ignore=ignore@entry=12001458)
     at keyboard.c:1177
#22 0x000000000053cc2c in internal_catch (tag=12048962,
     func=func@entry=0x4d7075 <command_loop_2>, arg=12001458) at 
eval.c:1118
#23 0x00000000004d7027 in command_loop () at keyboard.c:1156
#24 0x00000000004db94a in recursive_edit_1 () at keyboard.c:777
#25 0x00000000004dbc1a in Frecursive_edit () at keyboard.c:848
#26 0x00000000004d6aba in main (argc=<optimized out>, 
argv=0x7fffffffe2b8)
     at emacs.c:1646

(gdb) print frame->output_data
$1 = {
   tty = 0x0,
   x = 0x0,
   w32 = 0x0,
   ns = 0x0,
   nothing = 0
}






  reply	other threads:[~2014-08-02 15:05 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-31 21:49 bug#18161: 24.3.92; Crash in do_switch_frame Mat Smiglarski
2014-07-31 23:05 ` Mat Smiglarski
2014-08-01  5:23 ` Dmitry Antipov
2014-08-02 15:05   ` Mat Smiglarski [this message]
2014-08-02 17:22     ` Dmitry Antipov
2014-08-02 17:40       ` Mat Smiglarski
2014-08-02 19:00         ` Mat Smiglarski
2014-08-02 19:08           ` Eli Zaretskii
2014-08-03  7:22             ` Dmitry Antipov
2014-08-03  9:08               ` martin rudalics
2014-08-03  9:34                 ` martin rudalics
2014-08-03 20:34                 ` Glenn Morris
2014-08-04 17:22                   ` martin rudalics
2014-08-02 19:02         ` Eli Zaretskii
2014-08-02 19:19     ` 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

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

  git send-email \
    --in-reply-to=427651a8c5027f8296b75a83324565ca@SDF.ORG \
    --to=penthief@sdf.org \
    --cc=18161@debbugs.gnu.org \
    --cc=dmantipov@yandex.ru \
    /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.