WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [Solved] several pkgforge AppImages segfault on TCL 17.1 x86_64  (Read 327 times)

Offline gadget42

  • Hero Member
  • *****
  • Posts: 1061
devuan bash here

uname -a
Code: [Select]
Linux xxxxx 6.1.0-52-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.180-1 (2026-08-03) x86_64 GNU/Linux
running:
Code: [Select]
/sbin/ldconfig -p | less
results:
Code: [Select]
1063 libs found in cache `/etc/ld.so.cache'
libz3.so.4 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libz3.so.4
libzvbi.so.0 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libzvbi.so.0
libzvbi-chains.so.0 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libzvbi-chains.so.0
...
libCbc.so.3 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libCbc.so.3
libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
Cache generated by: ldconfig (Debian GLIBC 2.36-9+deb12u14) stable release version 2.36

for completeness:
Code: [Select]
bash: /usr/sbin/ldconfig: No such file or directory
keep up the great work folks!
** WARNING: connection is not using a post-quantum key exchange algorithm.
** This session may be vulnerable to "store now, decrypt later" attacks.
** https://openssh.com/pq.html - https://blog.cloudflare.com/pq-2025/
** https://blog.cloudflare.com/ml-dsa-will-have-to-do/

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12944
Hi gadget42
That looks like descending order to me.

Offline GNUser

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 1896
Hi Rich. The /etc/ld.so.cache from my Devuan system is attached.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12944
Hi GNUser
Thanks, that appears to be sorted in descending order too.

Offline GNUser

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 1896
The individual that did the failure analysis stated:
Quote
...No working ldconfig produces this; ldconfig always writes ascending.
Hi Rich. It was not an individual that did the failure analysis. The pkgforge guys fed my TCL's  /etc/ld.so.cache  to AI then they copy-pasted the AI's verbal diarrhea.

Since Devuan has a working ldconfig which writes the cache in descending order, AI's claim in the above quote is incorrect.