Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created November 11, 2013 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AeroNotix/368ada4c84e7a52f461d to your computer and use it in GitHub Desktop.
Save AeroNotix/368ada4c84e7a52f461d to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
0x0000000000471d1e in append_glyph (it=0x7fffffff6d20) at xdisp.c:23764
23764 glyph->charpos = CHARPOS (it->position);
(gdb) bt
#0 0x0000000000471d1e in append_glyph (it=0x7fffffff6d20) at xdisp.c:23764
#1 0x00000000004761bc in x_produce_glyphs (it=0x7fffffff6d20) at xdisp.c:24879
#2 0x0000000000474648 in produce_special_glyphs (it=0x7fffffff7a80, what=IT_TRUNCATION) at xdisp.c:24411
#3 0x000000000045f9e6 in insert_left_trunc_glyphs (it=0x7fffffff96b0) at xdisp.c:18377
#4 0x0000000000465963 in display_line (it=0x7fffffff96b0) at xdisp.c:19956
#5 0x000000000045a45f in try_window (window=41424773, pos=..., flags=1) at xdisp.c:16353
#6 0x0000000000458550 in redisplay_window (window=41424773, just_this_one_p=0) at xdisp.c:15879
#7 0x00000000004528f3 in redisplay_window_0 (window=41424773) at xdisp.c:13934
#8 0x00000000005d4cbd in internal_condition_case_1 (bfun=0x4528b1 <redisplay_window_0>, arg=41424773, handlers=13062454, hfun=0x452880 <redisplay_window_error>) at eval.c:1327
#9 0x0000000000452861 in redisplay_windows (window=41424773) at xdisp.c:13914
#10 0x0000000000452815 in redisplay_windows (window=41424293) at xdisp.c:13908
#11 0x000000000045186b in redisplay_internal () at xdisp.c:13493
#12 0x00000000004520c2 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:13750
#13 0x000000000062b273 in wait_reading_process_output (time_limit=28, nsecs=0, read_kbd=-1, do_display=true, wait_for_cell=12862402, wait_proc=0x0, just_wait_proc=0) at process.c:4862
#14 0x000000000042267b in sit_for (timeout=112, reading=true, display_option=1) at dispnew.c:5978
#15 0x000000000054032c in read_char (commandflag=1, nmaps=8, maps=0x7fffffffd7d0, prev_event=12862402, used_mouse_menu=0x7fffffffd9d7, end_time=0x0) at keyboard.c:2669
#16 0x000000000054cdbe in read_key_sequence (keybuf=0x7fffffffdc50, bufsize=30, prompt=12862402, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true)
at keyboard.c:9231
#17 0x000000000053dc05 in command_loop_1 () at keyboard.c:1459
#18 0x00000000005d4b45 in internal_condition_case (bfun=0x53d824 <command_loop_1>, handlers=12914082, hfun=0x53d115 <cmd_error>) at eval.c:1289
#19 0x000000000053d540 in command_loop_2 (ignore=12862402) at keyboard.c:1168
#20 0x00000000005d4522 in internal_catch (tag=12909922, func=0x53d51a <command_loop_2>, arg=12862402) at eval.c:1060
#21 0x000000000053d4ee in command_loop () at keyboard.c:1147
#22 0x000000000053cc65 in recursive_edit_1 () at keyboard.c:779
#23 0x000000000053ce08 in Frecursive_edit () at keyboard.c:843
#24 0x000000000053acb3 in main (argc=1, argv=0x7fffffffe308) at emacs.c:1528
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment