Thursday, December 31, 2020

emacs core dump while creating email in notmuch

emacs
Fatal error 11: Segmentation fault
Segmentation fault (core dumped)


uname -a
OpenBSD 6.8 GENERIC.MP#2 amd64


egdb emacs-27.1 emacs-27.1.core
GNU gdb (GDB) 7.12.1
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-openbsd6.8".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from emacs-27.1...Reading symbols from /usr/local/bin/.debug/emacs-27.1.dbg...done.
done.
[New process 268853]
[New process 448974]
[New process 161676]
[New process 308063]
[New process 604664]
Core was generated by `emacs-27.1'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 thrkill () at /tmp/-:3
3 /tmp/-: No such file or directory.
[Current thread is 1 (process 268853)]
(gdb) bt
#0 thrkill () at /tmp/-:3
#1 0x0000073c96704a4e in terminate_due_to_signal (sig=11, backtrace_limit=<optimized out>) at emacs.c:409
#2 0x0000073c9672794e in handle_fatal_signal (sig=0) at sysdep.c:1793
#3 0x0000073c967279d2 in deliver_thread_signal (sig=11, handler=<optimized out>) at sysdep.c:1767
#4 0x0000073c967267d9 in deliver_fatal_thread_signal (sig=0) at sysdep.c:1805
#5 0x0000073c96727a1a in handle_sigsegv (sig=11, siginfo=<optimized out>, arg=<optimized out>) at sysdep.c:1890
#6 <signal handler called>
#7 0x0000073edc25f961 in gtk_label_new () from /usr/local/lib/libgtk-3.so.2201.0
#8 0x0000073c966f1067 in xg_make_tool_item (f=0x73ec6366da0, wimage=<optimized out>,
label=0x73f63879a00 <error: Cannot access memory at address 0x73f63879a00>, i=13, horiz=true,
text_image=<optimized out>, wbutton=<optimized out>) at gtkutil.c:4712
#9 update_frame_tool_bar (f=<optimized out>) at gtkutil.c:5197
#10 0x0000073c966584de in redisplay_tool_bar (f=0x73ec6366da0) at xdisp.c:14152
#11 redisplay_window (window=0x73f52b7e005, just_this_one_p=false) at xdisp.c:19060
#12 0x0000073c96652f74 in redisplay_window_0 (window=0x0) at xdisp.c:16314
#13 0x0000073c9679aaff in internal_condition_case_1 (bfun=0x187c1395e9f39946, arg=0x73f52b7e005,
handlers=<optimized out>, hfun=0x73c966525e0 <redisplay_window_error>) at eval.c:1380
#14 0x0000073c9665253d in redisplay_windows (window=0x73f52b7e005) at xdisp.c:16294
#15 0x0000073c9662617a in redisplay_internal () at xdisp.c:15762
#16 0x0000073c9670cd50 in read_char (commandflag=1, map=0x73eacc65b03, prev_event=0x0,
used_mouse_menu=0x7f7ffffdaae7, end_time=0x0) at keyboard.c:2493
#17 0x0000073c9670a7ca in read_key_sequence (keybuf=<optimized out>, prompt=<optimized out>,
dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true,
prevent_redisplay=<optimized out>) at keyboard.c:9553
#18 0x0000073c967091a0 in command_loop_1 () at keyboard.c:1350
#19 0x0000073c9679aa56 in internal_condition_case (bfun=0x22681eb150faf0d0, handlers=<optimized out>,
hfun=0x73c9671a4e0 <cmd_error>) at eval.c:1356
#20 0x0000073c9671a430 in command_loop_2 (ignore=<optimized out>) at keyboard.c:1091
#21 0x0000073c9679a327 in internal_catch (tag=<optimized out>, func=0x73e79c6c3d040458, arg=0x0) at eval.c:1117
#22 0x0000073c9670803a in command_loop () at keyboard.c:1070
#23 0x0000073c96707f01 in recursive_edit_1 () at keyboard.c:714
#24 0x0000073c9670822a in Frecursive_edit () at keyboard.c:786
#25 0x0000073c96706e58 in main (argc=1, argv=0x7f7ffffdaf88) at emacs.c:2062
(gdb)

No comments:

Post a Comment