On Tue, Sep 16, 2025 at 07:33:07PM +0200, Stefano Brivio wrote: > would you mind trying to 'strace -f pasta -- true' and sharing the > output?
The following is output. I am not sure how to fix the Permission denied
error. The strace works with other binary like `ls`.
$ strace -f pasta -- true
execve("/usr/bin/pasta", ["pasta", "--", "true"], 0x7fff4d848cd8 /* 108
vars */) = -1 EACCES (Permission denied)
+++ killed by SIGSEGV +++
[1] 2981418 segmentation fault strace -f pasta -- true
I also try to load it with gdb without success. The following is gdb
output.
$ gdb pasta
Type "apropos word" to search for commands related to "word"...
Reading symbols from pasta...
Reading symbols from
/usr/lib/debug/.build-id/af/ac0d87c7eccf786d9dad134b37290f3ae70719.debug...
(gdb) r
Starting program: /usr/bin/pasta
During startup program terminated with signal SIGSEGV, Segmentation fault.
(gdb)
--
ChangZhuo Chen (陳昌倬) czchen@{czchen,debian}.org
Key fingerprint = BA04 346D C2E1 FE63 C790 8793 CC65 B0CD EC27 5D5B
signature.asc
Description: PGP signature

