unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Gregor Zattler <telegraph@gmx.net>
To: Andrea Corallo <akrl@sdf.org>
Cc: 45603@debbugs.gnu.org
Subject: bug#45603: 28.0.50; feature_native-comp: Fatal error 11: Segmentation fault
Date: Sun, 3 Jan 2021 21:44:28 +0100	[thread overview]
Message-ID: <20210103204428.GC11370@no.workgroup> (raw)
In-Reply-To: <xjfv9cdhjgc.fsf@sdf.org>

[-- Attachment #1: Type: text/plain, Size: 2570 bytes --]

Hi Andrea,
* Andrea Corallo <akrl@sdf.org> [03. Jan. 2021]:
> [re-adding the bug in CC]

sorry, thanks,

> Gregor Zattler <telegraph@gmx.net> writes:
>
> [...]
>
>> With CFLAGS -g-O2 and comp-speed = 2 I get:
>>
>>
>> Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/cl-lib.el...
>> Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/seq.el...
>>
>> In toplevel form:
>> seq.el:395:16: Warning: ‘seq-contains’ is an obsolete generic function (as of
>>     27.1); use ‘seq-contains-p’ instead.
>> Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/gv.el...
>> Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/cl-extra.el...
>> Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/easymenu.el...
>> Compiling /home/grfz/src/emacs-feature_native-comp/lisp/help-mode.el...
>> Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/cl-macs.el...
>> Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/cl-seq.el...
>> Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/rx.el...
>> Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/subr-x.el...
>> Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/warnings.el...
>> Compiling /home/grfz/src/emacs-feature_native-comp/lisp/url/url-vars.el...
>> Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/map.el...
>> Fatal error 11: Segmentation fault
>> Backtrace:
>> /home/grfz/src/emacs-feature_native-comp/src/emacs[0x57278b]
>> /home/grfz/src/emacs-feature_native-comp/src/emacs[0x428148]
>> /home/grfz/src/emacs-feature_native-comp/src/emacs[0x429b56]
>> /home/grfz/src/emacs-feature_native-comp/src/emacs[0x570d68]
>> /home/grfz/src/emacs-feature_native-comp/src/emacs[0x570dd9]
>> /lib/x86_64-linux-gnu/libpthread.so.0(+0x12730)[0x7f3928117730]
>
> [...]
>
> Hi Gregor,
>
> would be nice if you could decript the backtrace using the technique
> describe here:
> <https://www.gnu.org/software/emacs/manual/html_node/emacs/Crashing.html>

I used
tmp$ sed -n 's/.*\[\(.*\)]$/\1/p' backtrace | addr2line -C -f -i -p -e ~/src/emacs-feature_native-comp/src/emacs > /tmp/decrypted-backtrace

with attached file `backtrace' and got `decrypted-backtrace'.
The contents of `backtrace' is as in my last message, the
emacs binary is the very one which produced this backtrace.

Both files are attachet.

Thanks for looking into this, Gregor



Ciao, Gregor
--
 -... --- .-. . -.. ..--.. ...-.-

[-- Attachment #2: backtrace --]
[-- Type: text/plain, Size: 53048 bytes --]


Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/cl-lib.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/seq.el...

In toplevel form:
seq.el:395:16: Warning: ‘seq-contains’ is an obsolete generic function (as of
    27.1); use ‘seq-contains-p’ instead.
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/gv.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/cl-extra.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/easymenu.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/help-mode.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/cl-macs.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/cl-seq.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/rx.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/subr-x.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/warnings.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/url/url-vars.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/map.el...
Fatal error 11: Segmentation fault
Backtrace:
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x57278b]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x428148]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x429b56]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x570d68]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x570dd9]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x12730)[0x7f3928117730]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7aace1)[0x7f3926fb5ce1]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7afacb)[0x7f3926fbaacb]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7b49b6)[0x7f3926fbf9b6]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7b6c02)[0x7f3926fc1c02]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7b6ef8)[0x7f3926fc1ef8]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0xd297c2)[0x7f39275347c2]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7b7900)[0x7f3926fc2900]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7b808b)[0x7f3926fc308b]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x575423)[0x7f3926d80423]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x575b28)[0x7f3926d80b28]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x575b3a)[0x7f3926d80b3a]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x575b81)[0x7f3926d80b81]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x57404e)[0x7f3926d7f04e]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x57614a)[0x7f3926d8114a]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x2cd739)[0x7f3926ad8739]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x2cf5a2)[0x7f3926ada5a2]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x6368cd)[0x7f3926e418cd]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x218b21)[0x7f3926a23b21]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x23c751)[0x7f3926a47751]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x232fce)[0x7f3926a3dfce]
/lib/x86_64-linux-gnu/libgccjit.so.0(gcc_jit_context_compile_to_file+0x85)[0x7f3926a32bb5]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x637e51]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5eada6]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e913e]
/home/grfz/src/emacs-feature_native-comp/native-lisp/28.0.50-x86_64-pc-linux-gnu-461e0aa6bc5d3e0280977b4fa8ba5039/comp-7672a6edbf71d09a366871fc269b52a4-742cc01aababebe0ae316ff126f3f737.eln(F636f6d702d636f6d70696c652d637478742d746f2d66696c65_comp_compile_ctxt_to_file_0+0x17a)[0x7f392073291a]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5eada6]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e913e]
/home/grfz/src/emacs-feature_native-comp/native-lisp/28.0.50-x86_64-pc-linux-gnu-461e0aa6bc5d3e0280977b4fa8ba5039/comp-7672a6edbf71d09a366871fc269b52a4-742cc01aababebe0ae316ff126f3f737.eln(F636f6d702d66696e616c31_comp_final1_0+0x117)[0x7f3920732b37]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e913e]
/home/grfz/src/emacs-feature_native-comp/native-lisp/28.0.50-x86_64-pc-linux-gnu-461e0aa6bc5d3e0280977b4fa8ba5039/comp-7672a6edbf71d09a366871fc269b52a4-742cc01aababebe0ae316ff126f3f737.eln(F636f6d702d66696e616c_comp_final_0+0xe0)[0x7f3920732d10]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5eada6]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e913e]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x62ce6d]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e9084]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e922a]
...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/json.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/password-cache.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/eieio.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/eieio-core.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/auth-source.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/url/url-parse.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/url/url-handlers.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/net/mailcap.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/url/url-util.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/url/url-domsuf.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/url/url-cookie.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/url/url-history.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/url/url-methods.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/url/url-expand.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/url/url-privacy.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/url/url-proxy.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/url/url.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/net/browse-url.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/package.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/info.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/derived.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/easy-mmode.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/fix-word-20190713.1338/fix-word.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emulation/cua-base.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/delsel.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/dired.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/dired-aux.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/async-20200809.501/async.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/async-20200809.501/dired-async.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/advice.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/xml.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/net/dbus.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/battery.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/minibuffer-line-0.1/minibuffer-line.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/avoid.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/savehist.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/paren.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/format-spec.el...
Compiling /home/grfz/src/org-mode/lisp/org-macs.el...
Compiling /home/grfz/src/org-mode/lisp/ob-eval.el...
Compiling /home/grfz/src/org-mode/lisp/org-compat.el...
Compiling /home/grfz/src/org-mode/lisp/ob-core.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/ring.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/ansi-color.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/comint.el...
Compiling /home/grfz/src/org-mode/lisp/ob-comint.el...
Compiling /home/grfz/src/org-mode/lisp/org-keys.el...
Compiling /home/grfz/src/org-mode/lisp/org-src.el...
Compiling /home/grfz/src/org-mode/lisp/ol.el...
Compiling /home/grfz/src/org-mode/lisp/ob-tangle.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/calendar/cal-menu.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/calendar/calendar.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/find-func.el...
Compiling /home/grfz/src/org-mode/lisp/org-table.el...
Compiling /home/grfz/src/org-mode/lisp/org.el...

In toplevel form:
org.el:4112:1: Warning: defconst `org-stamp-time-of-day-regexp' docstring
    wider than 80 characters
Compiling /home/grfz/src/org-mode/lisp/ob-emacs-lisp.el...
Compiling /home/grfz/src/org-mode/lisp/ob-exp.el...
Compiling /home/grfz/src/org-mode/lisp/ob-table.el...
Compiling /home/grfz/src/org-mode/lisp/ob-lob.el...
Compiling /home/grfz/src/org-mode/lisp/ob-ref.el...
Compiling /home/grfz/src/org-mode/lisp/ob-plantuml.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/outline.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/calendar/time-date.el...
Compiling /home/grfz/src/org-mode/lisp/org-entities.el...
Compiling /home/grfz/src/org-mode/lisp/org-faces.el...
Compiling /home/grfz/src/org-mode/lisp/org-list.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/pcomplete.el...
Compiling /home/grfz/src/org-mode/lisp/org-pcomplete.el...
Compiling /home/grfz/src/org-mode/lisp/org-footnote.el...
Compiling /home/grfz/src/org-mode/lisp/org-macro.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/key-chord-20201222.2030/key-chord.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/use-package-chords-20181024.2322/use-package-chords.el...
Compiling /home/grfz/src/org-mode/lisp/ol-bbdb.el...
Compiling /home/grfz/src/org-mode/lisp/org-crypt.el...
Compiling /home/grfz/src/org-mode/lisp/org-ctags.el...

In toplevel form:
org-ctags.el:164:1: Warning: custom-declare-variable
    `org-ctags-open-link-functions' docstring wider than 80 characters
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/image/exif.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/image-mode.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/jka-compr.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/doc-view.el...
Compiling /home/grfz/src/org-mode/lisp/ol-docview.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/gnus/mm-util.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/wid-edit.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/mail/mail-utils.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/text-property-search.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/gnus/gnus-util.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/mail/ietf-drums.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/mail/rfc2045.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/mail/rfc2047.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/mail/rmail.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/gnus/nnheader.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/gnus/gnus.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/gnus/mm-url.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/net/puny.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/dom.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/svg.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/net/shr.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/international/kinsoku.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/thingatpt.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/url/url-queue.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/xdg.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/net/eww.el...
Compiling /home/grfz/src/org-mode/lisp/ol-eww.el...
Compiling /home/grfz/src/org-mode/lisp/org-refile.el...
Compiling /home/grfz/src/org-mode/lisp/org-agenda.el...
Compiling /home/grfz/src/org-mode/lisp/org-habit.el...
Compiling /home/grfz/src/org-mode/lisp/org-id.el...
Compiling /home/grfz/src/org-mode/lisp/ol-info.el...
Compiling /home/grfz/src/org-mode/lisp/org-inlinetask.el...
Compiling /home/grfz/src/org-mode/lisp/org-mouse.el...
Compiling /home/grfz/src/org-mode/lisp/org-protocol.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/eshell/esh-util.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/eshell/esh-module.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/eshell/esh-arg.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/eshell/esh-io.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/eshell/esh-proc.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/eshell/esh-opt.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/eshell/esh-ext.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/eshell/esh-cmd.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/eshell/eshell.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/eshell/esh-mode.el...
Compiling /home/grfz/src/org-mode/lisp/ol-eshell.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/pp.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/bookmark.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/obsolete/cl.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/generator.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/avl-tree.el...
Compiling /home/grfz/src/org-mode/lisp/org-element.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/ehelp.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/shell.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/term.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/kmacro.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/edmacro.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/tempo.el...
Compiling /home/grfz/src/org-mode/lisp/org-tempo.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/cus-edit.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/timezone.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/bbdb-20200928.1749/bbdb.el...

In toplevel form:
bbdb.el:1351:1: Warning: custom-declare-variable
    `bbdb-mua-summary-unification-list' docstring wider than 80 characters
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/progmodes/project.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/progmodes/xref.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/fileloop.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/progmodes/etags.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/vc/vc-git.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/vc/diff-mode.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/fullframe-20201022.939/fullframe.el...

In toplevel form:
fullframe.el:64:1: Warning: custom-declare-variable
    `fullframe/generic-quit-commands' docstring wider than 80 characters
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/imenu.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/progmodes/which-func.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/windmove.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/hl-line.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/xt-mouse.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/pdf-tools-20200512.1524/pdf-util.el...

In toplevel form:
pdf-util.el:113:36: Warning: reference to free variable
    ‘image-mode-winprops-alist’
pdf-util.el:114:39: Warning: assignment to free variable
    ‘image-mode-winprops-alist’

In pdf-util-edges-transform:
pdf-util.el:335:58: Warning: reference to free variable ‘edges-left’
pdf-util.el:335:69: Warning: reference to free variable ‘region-left’
pdf-util.el:336:55: Warning: reference to free variable ‘region-width’
pdf-util.el:337:58: Warning: reference to free variable ‘edges-top’
pdf-util.el:337:68: Warning: reference to free variable ‘region-top’
pdf-util.el:338:55: Warning: reference to free variable ‘region-height’
pdf-util.el:339:58: Warning: reference to free variable ‘edges-right’
pdf-util.el:341:58: Warning: reference to free variable ‘edges-bot’

In pdf-util-with-edges:
pdf-util.el:359:11: Warning: macro ‘pdf-util-with-edges’ defined too late

In pdf-util-tooltip-arrow:
pdf-util.el:717:39: Warning: reference to free variable
    ‘pdf-view-midnight-colors’

In end of data:
pdf-util.el:1347:1: Warning: the following functions are not known to be
    defined: pdf-view-current-page, edges, image-set-window-vscroll,
    image-set-window-hscroll
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/tq.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/pdf-tools-20200512.1524/pdf-info.el...

In end of data:
pdf-info.el:1745:1: Warning: the following functions are not known to be
    defined: pdf-util-highlight-regexp-in-string, pdf-util-munch-file,
    pdf-view-buffer-file-name, pdf-util-hexcolor, pdf-util-frame-scale-factor
Compiling /home/grfz/.emacs.d/elpa-28.0/pdf-tools-20200512.1524/pdf-cache.el...

In end of data:
pdf-cache.el:457:1: Warning: the following functions are not known to be
    defined: pdf-view-current-page, pdf-view-use-scaling-p,
    pdf-view-create-page, pdf-view-desired-image-size
Compiling /home/grfz/.emacs.d/elpa-28.0/pdf-tools-20200512.1524/pdf-view.el...

In toplevel form:
pdf-view.el:659:1: Warning: Unused lexical variable
    ‘pdf-view-inhibit-redisplay’
pdf-view.el:907:1: Warning: Variable ‘pdf-view-inhibit-redisplay’ declared
    after its first use

In pdf-view-registerv-make:
pdf-view.el:1601:4: Warning: ‘registerv-make’ is an obsolete function (as of
    27.1); Use your own type with methods on
    register-val-(insert|describe|jump-to)

In end of data:
pdf-view.el:1677:1: Warning: the following functions are not known to be
    defined: pdf-tools-pdf-buffer-p, cua-copy-region--pdf-view-advice
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/progmodes/compile.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/pdf-tools-20200512.1524/pdf-tools.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/pdf-tools-20200512.1524/pdf-misc.el...

In pdf-misc-print-programm:
pdf-misc.el:270:19: Warning: assignment to free variable
    ‘pdf-misc-print-program’

In end of data:
pdf-misc.el:288:1: Warning: the function ‘pdf-misc-print-program’ is not known
    to be defined.
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/let-alist.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/pdf-tools-20200512.1524/pdf-isearch.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/cedet/cedet.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/cedet/mode-local.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/cedet/semantic/fw.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/cedet/semantic/lex.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/cedet/semantic/tag.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/cedet/semantic.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/cedet/semantic/util.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/cedet/semantic/util-modes.el...

In end of data:
util.el:454:1: Warning: the function ‘semanticdb-abstract-table--eieio-childp’
    might not be defined at runtime.
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/cedet/semantic/wisent/wisent.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/cedet/semantic/wisent.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/cedet/semantic/wisent/comp.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/tablist-20200427.2205/tablist-filter.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/tablist-20200427.2205/tablist.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/ibuffer.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/ibuf-ext.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/pdf-tools-20200512.1524/pdf-occur.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/saveplace.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/ssh-deploy-20201006.1213/ssh-deploy.el...

In toplevel form:
ssh-deploy.el:174:1: Warning: custom-declare-variable
    `ssh-deploy-force-on-explicit-save' docstring wider than 80 characters
ssh-deploy.el:192:1: Warning: custom-declare-variable `ssh-deploy-async'
    docstring wider than 80 characters
ssh-deploy.el:198:1: Warning: custom-declare-variable
    `ssh-deploy-async-with-threads' docstring wider than 80 characters
ssh-deploy.el:258:1: Warning: custom-declare-variable `ssh-deploy-script'
    docstring wider than 80 characters
Compiling /home/grfz/src/org-mode/lisp/org-clock.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/dframe.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/ezimage.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/speedbar.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/calfw-20180118.45/calfw.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/calendar/holidays.el...

In toplevel form:
calfw.el:58:1: Warning: Package cl is deprecated

In cfw:extract-text-props:
calfw.el:347:43: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:flatten:
calfw.el:379:35: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
../../../../../tmp/emacs-async-comp-calfw-qesz2v.el: ‘defstruct’ is an obsolete alias (as of 27.1); use ‘cl-defstruct’ instead.
../../../../../tmp/emacs-async-comp-calfw-qesz2v.el: ‘defstruct’ is an obsolete alias (as of 27.1); use ‘cl-defstruct’ instead.

In cfw:source-period-fgcolor-get:
calfw.el:573:42: Warning: ‘destructuring-bind’ is an obsolete alias (as of
    27.1); use ‘cl-destructuring-bind’ instead.
../../../../../tmp/emacs-async-comp-calfw-qesz2v.el: ‘defstruct’ is an obsolete alias (as of 27.1); use ‘cl-defstruct’ instead.
../../../../../tmp/emacs-async-comp-calfw-qesz2v.el: ‘defstruct’ is an obsolete alias (as of 27.1); use ‘cl-defstruct’ instead.

In cfw:dest-ol-selection-clear:
calfw.el:718:37: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:dest-ol-today-clear:
calfw.el:742:33: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:cp-fire-click-hooks:
calfw.el:1039:33: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:1042:13: Warning: ‘nil’ is not a condition name (in condition-case)

In cfw:cp-fire-selection-change-hooks:
calfw.el:1046:44: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:1049:13: Warning: ‘nil’ is not a condition name (in condition-case)

In cfw:cp-fire-update-hooks:
calfw.el:1053:34: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:1056:13: Warning: ‘nil’ is not a condition name (in condition-case)

In cfw:model-abstract-new:
calfw.el:1073:27: Warning: reference to free variable
    ‘cfw:default-text-sorter’

In cfw:model-get-periods-by-date:
calfw.el:1108:44: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:contents-get-internal:
calfw.el:1165:5: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:contents-merge:
calfw.el:1187:5: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:1191:40: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:periods-put-source:
calfw.el:1199:40: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:1214:39: Warning: ‘destructuring-bind’ is an obsolete alias (as of
    27.1); use ‘cl-destructuring-bind’ instead.

In cfw:contents-put-source:
calfw.el:1232:13: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:1235:55: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:annotations-merge:
calfw.el:1247:39: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:1252:56: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:render-separator:
calfw.el:1330:17: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:render-default-content-face:
calfw.el:1388:55: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:render-footer:
calfw.el:1490:13: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:render-periods:
calfw.el:1505:56: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:render-periods-title:
calfw.el:1542:37: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:1550:40: Warning: reference to free variable ‘width’

In cfw:render-periods-get-min:
calfw.el:1553:60: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:1562:16: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:render-periods-place:
calfw.el:1564:56: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:render-periods-stacks:
calfw.el:1580:10: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:render-columns:
calfw.el:1629:40: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:1631:22: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:1631:22: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:1624:32: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:1634:1: Warning: defvar `cfw:render-line-breaker' docstring wider
    than 80 characters

In cfw:render-break-lines:
calfw.el:1650:12: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:render-line-breaker-simple:
calfw.el:1672:58: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:1702:47: Warning: ‘incf’ is an obsolete alias (as of 27.1); use
    ‘cl-incf’ instead.
calfw.el:1697:14: Warning: ‘incf’ is an obsolete alias (as of 27.1); use
    ‘cl-incf’ instead.

In cfw:render-append-parts:
calfw.el:1746:19: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:1746:9: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:render-day-of-week-names:
calfw.el:1754:44: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:render-calendar-cells-weeks:
calfw.el:1762:53: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:render-rows-prop:
calfw.el:1769:30: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:1775:41: Warning: ‘incf’ is an obsolete alias (as of 27.1); use
    ‘cl-incf’ instead.

In cfw:view-model-make-weeks:
calfw.el:1815:35: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:1819:17: Warning: ‘return’ is an obsolete alias (as of 27.1); use
    ‘cl-return’ instead.

In cfw:view-model-make-days:
calfw.el:1825:45: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:1833:15: Warning: ‘return’ is an obsolete alias (as of 27.1); use
    ‘cl-return’ instead.

In cfw:view-model-make-day-names-for-week:
calfw.el:1835:8: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:view-model-make-day-names-for-days:
calfw.el:1840:59: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:1850:15: Warning: ‘return’ is an obsolete alias (as of 27.1); use
    ‘cl-return’ instead.

In cfw:view-model-make-common-data:
calfw.el:1871:9: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:render-calendar-cells-days:
calfw.el:2194:4: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:render-periods-days:
calfw.el:2243:46: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:cursor-to-nearest-date:
calfw.el:2290:66: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:find-by-date:
calfw.el:2313:31: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:2322:35: Warning: ‘return’ is an obsolete alias (as of 27.1); use
    ‘cl-return’ instead.

In cfw:find-all-by-date:
calfw.el:2326:40: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:find-item:
calfw.el:2342:33: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:2362:40: Warning: ‘return’ is an obsolete alias (as of 27.1); use
    ‘cl-return’ instead.

In cfw:refresh-calendar-buffer:
calfw.el:2527:43: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:2533:30: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:details-layout:
calfw.el:2694:39: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw.el:2701:27: Warning: ‘incf’ is an obsolete alias (as of 27.1); use
    ‘cl-incf’ instead.
calfw.el:2702:20: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:details-kill-buffer-command:
calfw.el:2740:38: Warning: reference to free variable ‘cfw:main-buf’
calfw.el:2742:27: Warning: reference to free variable ‘cfw:before-win-num’

In cfw:details-navi-next-command:
calfw.el:2749:9: Warning: reference to free variable ‘cfw:main-buf’

In cfw:details-navi-prev-command:
calfw.el:2756:9: Warning: reference to free variable ‘cfw:main-buf’

In cfw:details-find-item:
calfw.el:2773:31: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
../../../../../tmp/emacs-async-comp-calfw-qesz2v.el: ‘defun*’ is an obsolete alias (as of 27.1); use ‘cl-defun’ instead.
../../../../../tmp/emacs-async-comp-calfw-qesz2v.el: ‘defun*’ is an obsolete alias (as of 27.1); use ‘cl-defun’ instead.
../../../../../tmp/emacs-async-comp-calfw-qesz2v.el: ‘defun*’ is an obsolete alias (as of 27.1); use ‘cl-defun’ instead.

In cfw:fill-keymap-property:
calfw.el:2860:16: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
../../../../../tmp/emacs-async-comp-calfw-qesz2v.el: ‘defun*’ is an obsolete alias (as of 27.1); use ‘cl-defun’ instead.
Compiling /home/grfz/src/org-mode/lisp/org-capture.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/calfw-org-20160303.258/calfw-org.el...

In toplevel form:
calfw-org.el:38:1: Warning: Package cl is deprecated

In cfw:org-collect-schedules-period:
calfw-org.el:101:70: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw-org.el:106:31: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:org-onclick:
calfw-org.el:119:8: Warning: ‘org-open-link-from-string’ is an obsolete
    function (as of Org 9.3); use ‘org-link-open-from-string’ instead.

In cfw:org-summary-format:
calfw-org.el:194:23: Warning: ‘org-bracket-link-regexp’ is an obsolete
    variable (as of Org 9.3); use ‘org-link-bracket-re’ instead.
calfw-org.el:196:40: Warning: ‘org-match-string-no-properties’ is an obsolete
    function (as of Org 9.0); use ‘match-string-no-properties’ instead.
calfw-org.el:196:21: Warning: ‘org-match-string-no-properties’ is an obsolete
    function (as of Org 9.0); use ‘match-string-no-properties’ instead.
calfw-org.el:220:1: Warning: defvar `cfw:org-schedule-summary-transformer'
    docstring wider than 80 characters

In cfw:org-schedule-period-to-calendar:
calfw-org.el:253:51: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:org-convert-org-to-calfw:
calfw-org.el:360:26: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw-org.el:376:45: Warning: ‘return’ is an obsolete alias (as of 27.1); use
    ‘cl-return’ instead.

In cfw:org-to-calendar:
calfw-org.el:379:40: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw-org.el:385:11: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In end of data:
calfw-org.el:508:1: Warning: the function ‘google-maps’ is not known to be
    defined.
Compiling /home/grfz/.emacs.d/elpa-28.0/calfw-cal-20170320.1206/calfw-cal.el...

In toplevel form:
calfw-cal.el:41:1: Warning: Package cl is deprecated

In cfw:cal-schedule-period-to-calendar:
calfw-cal.el:99:20: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw-cal.el:110:6: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/calendar/diary-lib.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/calendar/icalendar.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/calfw-ical-20150703.819/calfw-ical.el...

In toplevel form:
calfw-ical.el:40:1: Warning: Package cl is deprecated

In cfw:ical-event-get-dates:
calfw-ical.el:65:77: Warning: reference to free variable ‘zone-map’

In cfw:ical-convert-event:
calfw-ical.el:120:32: Warning: ‘destructuring-bind’ is an obsolete alias (as
    of 27.1); use ‘cl-destructuring-bind’ instead.

In cfw:ical-convert-ical-to-calfw:
calfw-ical.el:134:40: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:ical-url-to-buffer-external:
calfw-ical.el:171:6: Warning: call-process-shell-command called with 5
    arguments, but accepts only 1-4

In cfw:ical-data-cache-clear:
calfw-ical.el:226:35: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In cfw:ical-to-calendar:
calfw-ical.el:249:40: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.
calfw-ical.el:255:11: Warning: ‘loop’ is an obsolete alias (as of 27.1); use
    ‘cl-loop’ instead.

In end of data:
calfw-ical.el:288:1: Warning: the following functions are not known to be
    defined: pp-display-expression, url-http-symbol-value-in-buffer
Compiling /home/grfz/.emacs.d/elpa-28.0/which-key-20201216.1720/which-key.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-core-20201225.1456/helm-lib.el...
Fatal error 11: Segmentation fault
Backtrace:
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x57278b]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x428148]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x429b56]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x570d68]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x570dd9]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x12730)[0x7f240c4bf730]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7aace1)[0x7f240b35dce1]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7afacb)[0x7f240b362acb]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7b49b6)[0x7f240b3679b6]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7b6c02)[0x7f240b369c02]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7b6ef8)[0x7f240b369ef8]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0xd297c2)[0x7f240b8dc7c2]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7b7900)[0x7f240b36a900]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7b808b)[0x7f240b36b08b]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x575423)[0x7f240b128423]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x575b28)[0x7f240b128b28]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x575b3a)[0x7f240b128b3a]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x575b81)[0x7f240b128b81]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x57404e)[0x7f240b12704e]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x57614a)[0x7f240b12914a]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x2cd739)[0x7f240ae80739]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x2cf5a2)[0x7f240ae825a2]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x6368cd)[0x7f240b1e98cd]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x218b21)[0x7f240adcbb21]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x23c751)[0x7f240adef751]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x232fce)[0x7f240ade5fce]
/lib/x86_64-linux-gnu/libgccjit.so.0(gcc_jit_context_compile_to_file+0x85)[0x7f240addabb5]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x637e51]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5eada6]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e913e]
/home/grfz/src/emacs-feature_native-comp/native-lisp/28.0.50-x86_64-pc-linux-gnu-461e0aa6bc5d3e0280977b4fa8ba5039/comp-7672a6edbf71d09a366871fc269b52a4-742cc01aababebe0ae316ff126f3f737.eln(F636f6d702d636f6d70696c652d637478742d746f2d66696c65_comp_compile_ctxt_to_file_0+0x17a)[0x7f2404ada91a]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5eada6]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e913e]
/home/grfz/src/emacs-feature_native-comp/native-lisp/28.0.50-x86_64-pc-linux-gnu-461e0aa6bc5d3e0280977b4fa8ba5039/comp-7672a6edbf71d09a366871fc269b52a4-742cc01aababebe0ae316ff126f3f737.eln(F636f6d702d66696e616c31_comp_final1_0+0x117)[0x7f2404adab37]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e913e]
/home/grfz/src/emacs-feature_native-comp/native-lisp/28.0.50-x86_64-pc-linux-gnu-461e0aa6bc5d3e0280977b4fa8ba5039/comp-7672a6edbf71d09a366871fc269b52a4-742cc01aababebe0ae316ff126f3f737.eln(F636f6d702d66696e616c_comp_final_0+0xe0)[0x7f2404adad10]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5eada6]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e913e]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x62ce6d]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e9084]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e922a]
...
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-core-20201225.1456/helm-multi-match.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-core-20201225.1456/helm-source.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/eieio-compat.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/async-20200809.501/async-bytecomp.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-core-20201225.1456/helm.el...

In toplevel form:
helm.el:1718:1: Warning: defvar `helm-async-outer-limit-hook' docstring wider
    than 80 characters
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-types.el...

In toplevel form:
helm-types.el:40:15: Warning: Unknown slot ‘action’
helm-types.el:149:15: Warning: Unknown slot ‘action’
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-help.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-utils.el...

In toplevel form:
helm-utils.el:87:1: Warning: custom-declare-variable
    `helm-buffers-to-resize-on-pa' docstring wider than 80 characters
helm-utils.el:103:1: Warning: custom-declare-variable
    `helm-html-decode-entities-function' docstring wider than 80 characters
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-regexp.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-grep.el...

In toplevel form:
helm-grep.el:50:1: Warning: custom-declare-variable
    `helm-grep-default-command' docstring wider than 80 characters
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-locate.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-tags.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-occur.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-buffers.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/net/tramp-compat.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/calendar/iso8601.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/calendar/parse-time.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/net/tramp-integration.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/files-x.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/net/tramp.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/eshell/em-tramp.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/filenotify.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-files.el...

In toplevel form:
helm-files.el:286:1: Warning: custom-declare-variable
    `helm-ff-allow-non-existing-file-at-point' docstring wider than 80
    characters
Fatal error 11: Segmentation fault
Backtrace:
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x57278b]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x428148]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x429b56]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x570d68]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x570dd9]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x12730)[0x7ff77718a730]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7aace1)[0x7ff776028ce1]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7afacb)[0x7ff77602dacb]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7b49b6)[0x7ff7760329b6]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7b6c02)[0x7ff776034c02]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7b6ef8)[0x7ff776034ef8]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0xd297c2)[0x7ff7765a77c2]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7b7900)[0x7ff776035900]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7b808b)[0x7ff77603608b]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x575423)[0x7ff775df3423]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x575b28)[0x7ff775df3b28]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x575b3a)[0x7ff775df3b3a]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x575b81)[0x7ff775df3b81]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x57404e)[0x7ff775df204e]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x57614a)[0x7ff775df414a]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x2cd739)[0x7ff775b4b739]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x2cf5a2)[0x7ff775b4d5a2]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x6368cd)[0x7ff775eb48cd]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x218b21)[0x7ff775a96b21]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x23c751)[0x7ff775aba751]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x232fce)[0x7ff775ab0fce]
/lib/x86_64-linux-gnu/libgccjit.so.0(gcc_jit_context_compile_to_file+0x85)[0x7ff775aa5bb5]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x637e51]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5eada6]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e913e]
/home/grfz/src/emacs-feature_native-comp/native-lisp/28.0.50-x86_64-pc-linux-gnu-461e0aa6bc5d3e0280977b4fa8ba5039/comp-7672a6edbf71d09a366871fc269b52a4-742cc01aababebe0ae316ff126f3f737.eln(F636f6d702d636f6d70696c652d637478742d746f2d66696c65_comp_compile_ctxt_to_file_0+0x17a)[0x7ff76f7a591a]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5eada6]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e913e]
/home/grfz/src/emacs-feature_native-comp/native-lisp/28.0.50-x86_64-pc-linux-gnu-461e0aa6bc5d3e0280977b4fa8ba5039/comp-7672a6edbf71d09a366871fc269b52a4-742cc01aababebe0ae316ff126f3f737.eln(F636f6d702d66696e616c31_comp_final1_0+0x117)[0x7ff76f7a5b37]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e913e]
/home/grfz/src/emacs-feature_native-comp/native-lisp/28.0.50-x86_64-pc-linux-gnu-461e0aa6bc5d3e0280977b4fa8ba5039/comp-7672a6edbf71d09a366871fc269b52a4-742cc01aababebe0ae316ff126f3f737.eln(F636f6d702d66696e616c_comp_final_0+0xe0)[0x7ff76f7a5d10]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5eada6]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e913e]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x62ce6d]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e9084]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e922a]
...
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-mode.el...

In toplevel form:
helm-mode.el:244:1: Warning: custom-declare-variable `helm-completion-style'
    docstring wider than 80 characters

In end of data:
helm-mode.el:2077:1: Warning: the function ‘x-file-dialog’ is not known to be
    defined.
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-adaptive.el...

In toplevel form:
helm-adaptive.el:66:1: Warning: defvar `helm-adaptive-history' docstring wider
    than 80 characters
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-info.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/backtrace.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/edebug.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-eval.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-elisp.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-eshell.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-descbinds-20190501.935/helm-descbinds.el...
Fatal error 11: Segmentation fault
Backtrace:
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x57278b]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x428148]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x429b56]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x570d68]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x570dd9]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x12730)[0x7ff2a6144730]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7aace1)[0x7ff2a4fe2ce1]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7afacb)[0x7ff2a4fe7acb]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7b49b6)[0x7ff2a4fec9b6]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7b6c02)[0x7ff2a4feec02]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7b6ef8)[0x7ff2a4feeef8]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0xd297c2)[0x7ff2a55617c2]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7b7900)[0x7ff2a4fef900]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x7b808b)[0x7ff2a4ff008b]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x575423)[0x7ff2a4dad423]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x575b28)[0x7ff2a4dadb28]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x575b3a)[0x7ff2a4dadb3a]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x575b81)[0x7ff2a4dadb81]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x57404e)[0x7ff2a4dac04e]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x57614a)[0x7ff2a4dae14a]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x2cd739)[0x7ff2a4b05739]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x2cf5a2)[0x7ff2a4b075a2]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x6368cd)[0x7ff2a4e6e8cd]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x218b21)[0x7ff2a4a50b21]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x23c751)[0x7ff2a4a74751]
/lib/x86_64-linux-gnu/libgccjit.so.0(+0x232fce)[0x7ff2a4a6afce]
/lib/x86_64-linux-gnu/libgccjit.so.0(gcc_jit_context_compile_to_file+0x85)[0x7ff2a4a5fbb5]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x637e51]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5eada6]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e913e]
/home/grfz/src/emacs-feature_native-comp/native-lisp/28.0.50-x86_64-pc-linux-gnu-461e0aa6bc5d3e0280977b4fa8ba5039/comp-7672a6edbf71d09a366871fc269b52a4-742cc01aababebe0ae316ff126f3f737.eln(F636f6d702d636f6d70696c652d637478742d746f2d66696c65_comp_compile_ctxt_to_file_0+0x17a)[0x7ff29e75f91a]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5eada6]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e913e]
/home/grfz/src/emacs-feature_native-comp/native-lisp/28.0.50-x86_64-pc-linux-gnu-461e0aa6bc5d3e0280977b4fa8ba5039/comp-7672a6edbf71d09a366871fc269b52a4-742cc01aababebe0ae316ff126f3f737.eln(F636f6d702d66696e616c31_comp_final1_0+0x117)[0x7ff29e75fb37]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e913e]
/home/grfz/src/emacs-feature_native-comp/native-lisp/28.0.50-x86_64-pc-linux-gnu-461e0aa6bc5d3e0280977b4fa8ba5039/comp-7672a6edbf71d09a366871fc269b52a4-742cc01aababebe0ae316ff126f3f737.eln(F636f6d702d66696e616c_comp_final_0+0xe0)[0x7ff29e75fd10]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5eada6]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e913e]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x62ce6d]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e9084]
/home/grfz/src/emacs-feature_native-comp/src/emacs[0x5e922a]
...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/winner.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/rainbow-delimiters-20200827.321/rainbow-delimiters.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/progmodes/bug-reference.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/vc/vc-dispatcher.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/vc/vc.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/vc/vc-cvs.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/vc/vc-svn.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/vc/vc-sccs.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/vc/vc-bzr.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/vc/vc-rcs.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/vc/vc-hg.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/server.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/vc/add-log.el...
Compilation finished.
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-net.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-bookmark.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-external.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-for-files.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-x-files.el...

In toplevel form:
helm-x-files.el:90:1: Warning: defvar `helm-source-tracker-search' docstring
    wider than 80 characters
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/tree-widget.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/recentf.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/net/tramp-sh.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/net/tramp-cache.el...
Compilation finished.
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/term/xterm.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/term/screen.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/term/rxvt.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/mail/mailheader.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/gnus/gmm-utils.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/mail/mailabbrev.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/mail/rfc2231.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/gnus/mm-encode.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/gnus/mm-bodies.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/gnus/mm-decode.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/epg-config.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/epg.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/epa.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/gnus/mml-sec.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/gnus/mml.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/mail/rfc822.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/emacs-lisp/rmc.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/gnus/message.el...
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/ecomplete.el...
Compiling /home/grfz/.emacs.d/elpa-28.0/orgalist-1.13/orgalist.el...
Compilation finished.
Compiling /home/grfz/src/emacs-feature_native-comp/lisp/misearch.el...
Compilation finished.
Compiling /home/grfz/.emacs.d/elpa-28.0/helm-20201231.1707/helm-ring.el...
Compilation finished.


[-- Attachment #3: decrypted-backtrace --]
[-- Type: text/plain, Size: 3308 bytes --]

emacs_backtrace at ./src/sysdep.c:2254
terminate_due_to_signal at ./src/emacs.c:409
time_from_jiffies at ./src/sysdep.c:2986
deliver_thread_signal at ./src/sysdep.c:1740
stack_overflow at ./src/sysdep.c:1808
 (inlined by) handle_sigsegv at ./src/sysdep.c:1851
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
Fcomp__compile_ctxt_to_file at ./src/comp.c:4440
funcall_subr at ./src/eval.c:3049
Ffuncall at ./src/eval.c:2974
?? ??:0
funcall_subr at ./src/eval.c:3049
Ffuncall at ./src/eval.c:2974
?? ??:0
Ffuncall at ./src/eval.c:2974
?? ??:0
funcall_subr at ./src/eval.c:3049
Ffuncall at ./src/eval.c:2974
exec_byte_code at ./src/bytecode.c:632
Ffuncall at ./src/eval.c:2999
call1 at ./src/eval.c:2835
emacs_backtrace at ./src/sysdep.c:2254
terminate_due_to_signal at ./src/emacs.c:409
time_from_jiffies at ./src/sysdep.c:2986
deliver_thread_signal at ./src/sysdep.c:1740
stack_overflow at ./src/sysdep.c:1808
 (inlined by) handle_sigsegv at ./src/sysdep.c:1851
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
Fcomp__compile_ctxt_to_file at ./src/comp.c:4440
funcall_subr at ./src/eval.c:3049
Ffuncall at ./src/eval.c:2974
?? ??:0
funcall_subr at ./src/eval.c:3049
Ffuncall at ./src/eval.c:2974
?? ??:0
Ffuncall at ./src/eval.c:2974
?? ??:0
funcall_subr at ./src/eval.c:3049
Ffuncall at ./src/eval.c:2974
exec_byte_code at ./src/bytecode.c:632
Ffuncall at ./src/eval.c:2999
call1 at ./src/eval.c:2835
emacs_backtrace at ./src/sysdep.c:2254
terminate_due_to_signal at ./src/emacs.c:409
time_from_jiffies at ./src/sysdep.c:2986
deliver_thread_signal at ./src/sysdep.c:1740
stack_overflow at ./src/sysdep.c:1808
 (inlined by) handle_sigsegv at ./src/sysdep.c:1851
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
Fcomp__compile_ctxt_to_file at ./src/comp.c:4440
funcall_subr at ./src/eval.c:3049
Ffuncall at ./src/eval.c:2974
?? ??:0
funcall_subr at ./src/eval.c:3049
Ffuncall at ./src/eval.c:2974
?? ??:0
Ffuncall at ./src/eval.c:2974
?? ??:0
funcall_subr at ./src/eval.c:3049
Ffuncall at ./src/eval.c:2974
exec_byte_code at ./src/bytecode.c:632
Ffuncall at ./src/eval.c:2999
call1 at ./src/eval.c:2835
emacs_backtrace at ./src/sysdep.c:2254
terminate_due_to_signal at ./src/emacs.c:409
time_from_jiffies at ./src/sysdep.c:2986
deliver_thread_signal at ./src/sysdep.c:1740
stack_overflow at ./src/sysdep.c:1808
 (inlined by) handle_sigsegv at ./src/sysdep.c:1851
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
?? ??:0
Fcomp__compile_ctxt_to_file at ./src/comp.c:4440
funcall_subr at ./src/eval.c:3049
Ffuncall at ./src/eval.c:2974
?? ??:0
funcall_subr at ./src/eval.c:3049
Ffuncall at ./src/eval.c:2974
?? ??:0
Ffuncall at ./src/eval.c:2974
?? ??:0
funcall_subr at ./src/eval.c:3049
Ffuncall at ./src/eval.c:2974
exec_byte_code at ./src/bytecode.c:632
Ffuncall at ./src/eval.c:2999
call1 at ./src/eval.c:2835

  reply	other threads:[~2021-01-03 20:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-01 23:35 bug#45603: 28.0.50; feature_native-comp: Fatal error 11: Segmentation fault Gregor Zattler
2021-01-02 11:21 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-01-02 13:40   ` Gregor Zattler
     [not found]   ` <20210102210614.GA7786@no.workgroup>
2021-01-03 20:08     ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-01-03 20:44       ` Gregor Zattler [this message]
2021-01-03 21:39         ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-01-11 14:40           ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-01-28 21:21             ` akrl--- via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-02-25 22:42               ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=20210103204428.GC11370@no.workgroup \
    --to=telegraph@gmx.net \
    --cc=45603@debbugs.gnu.org \
    --cc=akrl@sdf.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).