On 19 août 2022 12:37, Vincent Lefevre <vinc...@vinc17.net> wrote: > Hi, > > On 2022-08-19 09:40:55 +0200, Christian Marillat wrote: >> After libc-dbg installation. Do you want more debug ? > > I think that you should install emacs-gtk-dbgsym too.
I discovered errors mixed with the apt-get output : 'l'entrée contient une boucle' in english 'the input contains a loop ' I think this is the problem, because the gdb backtrace returns hundreds errors like this one : ,---- | #400 0x000055c23b5e3442 in Fautoload_do_load (fundef=0x7f5cd683aad3, funname=0x299a9ad7d3e0, macro_only=0x0) at ./debian/build-src/src/eval.c:2295 | #401 0x000055c23b5e3710 in Ffuncall (nargs=3, args=<optimized out>) at ./debian/build-src/src/eval.c:3042 | #402 0x000055c23b5e38df in call2 (fn=<optimized out>, arg1=arg1@entry=0x4680, arg2=arg2@entry=0x55c23d39e8f4) at ./debian/build-src/src/eval.c:2890 | #403 0x000055c23b609ff5 in maybe_swap_for_eln (no_native=no_native@entry=false, filename=filename@entry=0x7fff649d5c20, fd=fd@entry=0x7fff649d5c1c, mtime=...) at ./debian/build-src/src/lread.c:1726 | #404 0x000055c23b60a9d3 in openp (path=0x55c23d2cbaa3, str=0x7f5cd666cc3c, suffixes=<optimized out>, storeptr=0x7fff649d5de8, predicate=0x0, newer=false, no_native=false) at ./debian/build-src/lib/stat-time.h:149 | #405 0x000055c23b60e278 in Fload (file=0x7f5cd666cc3c, noerror=0x0, nomessage=0x30, nosuffix=0x0, must_suffix=<optimized out>) at ./debian/build-src/src/lread.c:1294 | #406 0x000055c23b60ef3a in save_match_data_load (file=0x7f5cd666cc3c, noerror=noerror@entry=0x0, nomessage=nomessage@entry=0x30, nosuffix=nosuffix@entry=0x0, must_suffix=must_suffix@entry=0x30) at ./debian/build-src/src/lread.c:1629 `---- Errors mixed with apt-get output : ,---- | tsort: - : l'entrée contient une boucle : | tsort: elpa-dash | tsort: emacsen-common | tsort: - : l'entrée contient une boucle : | tsort: elpa-let-alist | tsort: emacsen-common | tsort: - : l'entrée contient une boucle : | tsort: elpa-pkg-info | tsort: emacsen-common | tsort: - : l'entrée contient une boucle : | tsort: elpa-epl | tsort: elpa-pkg-info | tsort: emacsen-common | tsort: - : l'entrée contient une boucle : | tsort: elpa-seq | tsort: emacsen-common `---- Christian