2013-02-06 21:17:06.778 emacs[606] *** Assertion failure in -[EmacsScroller initWithFrame:], AppKit.subproj/NSView.m:710 2013-02-06 21:17:06.778 emacs[606] An uncaught exception was raised 2013-02-06 21:17:06.778 emacs[606] Uninitialized rectangle passed to [View initWithFrame:]. 2013-02-06 21:17:06.778 emacs[606] *** Uncaught exception: Uninitialized rectangle passed to [View initWithFrame:]. Program received signal SIGTRAP, Trace/breakpoint trap. 0x92c11490 in _NSRaiseError () (gdb) bt #0 0x92c11490 in _NSRaiseError () #1 0x92cc27e4 in -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] () #2 0x937be5a0 in -[NSView initWithFrame:] () #3 0x937be358 in -[NSControl initWithFrame:] () #4 0x93894e34 in -[NSScroller initWithFrame:] () #5 0x002c87d4 in -[EmacsScroller initFrame:window:] (self=0x5d04d60, _cmd=0x31bc74, r={origin = {x = 2, y = nan(0x400000)}, size = {width = 15, height = 105}}, nwin=33745013) at nsterm.m:6540 #6 0x002b8040 in ns_set_vertical_scroll_bar (window=0x202e870, portion=0, whole=0, position=0) at nsterm.m:3667 #7 0x00057d4c in set_vertical_scroll_bar (w=0x202e870) at xdisp.c:15429 #8 0x0005ae94 in redisplay_window (window=33745013, just_this_one_p=0) at xdisp.c:16293 #9 0x000527b4 in redisplay_window_0 (window=33745013) at xdisp.c:13933 #10 0x001eef90 in internal_condition_case_1 (bfun=0x5275c , arg=33745013, handlers=9794622, hfun=0x526fc ) at eval.c:1327 #11 0x000526c4 in redisplay_windows (window=33745013) at xdisp.c:13913 #12 0x000513d4 in redisplay_internal () at xdisp.c:13492 #13 0x0004a488 in echo_area_display (update_frame_p=1) at xdisp.c:10856 #14 0x00047068 in message3_nolog (m=33744353, nbytes=65, multibyte=0) at xdisp.c:9742 #15 0x00046cd8 in message3 (m=33744353, nbytes=65, multibyte=0) at xdisp.c:9679 #16 0x001e373c in Fmessage (nargs=2, args=0xbfffcc08) at editfns.c:3465 #17 0x001f31c4 in Ffuncall (nargs=3, args=0xbfffcc04) at eval.c:2756 #18 0x00255e1c in exec_byte_code (bytestr=3610361, vector=3610381, maxdepth=24, args_template=0, nargs=0, args=0xbfffcfcc) at bytecode.c:900 #19 0x001f3ddc in funcall_lambda (fun=3610333, nargs=0, arg_vector=0xbfffcfcc) at eval.c:2941 #20 0x001f3748 in Ffuncall (nargs=1, args=0xbfffcfc8) at eval.c:2824 #21 0x00255e1c in exec_byte_code (bytestr=3610937, vector=3610957, maxdepth=88, args_template=1028, nargs=1, args=0xbfffd3cc) at bytecode.c:900 #22 0x001f3ddc in funcall_lambda (fun=3610909, nargs=1, arg_vector=0xbfffd3c8) at eval.c:2941 #23 0x001f3748 in Ffuncall (nargs=2, args=0xbfffd3c4) at eval.c:2824 #24 0x00255e1c in exec_byte_code (bytestr=3596881, vector=3596901, maxdepth=68, args_template=0, nargs=0, args=0xbfffd7bc) at bytecode.c:900 #25 0x001f3ddc in funcall_lambda (fun=3596853, nargs=0, arg_vector=0xbfffd7bc) at eval.c:2941 #26 0x001f3748 in Ffuncall (nargs=1, args=0xbfffd7b8) at eval.c:2824 #27 0x00255e1c in exec_byte_code (bytestr=3595313, vector=3595333, maxdepth=32, args_template=0, nargs=0, args=0xbfffdaf0) at bytecode.c:900 #28 0x001f3ddc in funcall_lambda (fun=3595285, nargs=0, arg_vector=0xbfffdaf0) at eval.c:2941 #29 0x001f3afc in apply_lambda (fun=3595285, args=50338850) at eval.c:2884 #30 0x001f18e8 in eval_sub (form=9787686) at eval.c:2185 #31 0x001f0ea4 in Feval (form=9787686, lexical=50338850) at eval.c:2005 #32 0x00123820 in top_level_2 () at keyboard.c:1177 #33 0x001eedac in internal_condition_case (bfun=0x1237e0 , handlers=50374538, hfun=0x123128 ) at eval.c:1289 #34 0x001238a0 in top_level_1 (ignore=50338850) at keyboard.c:1185 #35 0x001ee59c in internal_catch (tag=50372586, func=0x12383c , arg=50338850) at eval.c:1060 #36 0x001236d8 in command_loop () at keyboard.c:1146 #37 0x00122984 in recursive_edit_1 () at keyboard.c:779 #38 0x00122c00 in Frecursive_edit () at keyboard.c:843 #39 0x0011fd5c in main (argc=4, argv=0xbfffe854) at emacs.c:1547 Lisp Backtrace: "redisplay_internal (C function)" (0x552e54) "message" (0xbfffcc08) "display-startup-echo-area-message" (0xbfffcfcc) "command-line-1" (0xbfffd3c8) "command-line" (0xbfffd7bc) "normal-top-level" (0xbfffdaf0) (gdb) The program is running. Exit anyway? (y or n) y % 21:17 ~ mac% ;