![](https://seccdn.libravatar.org/avatar/9a22d987cba65984271fe481dc6694c5.jpg?s=120&d=mm&r=g)
On Sun, 28 May 2023, 18:01:22 +0200, Felix Miata wrote:
Felix Miata composed on 2023-05-28 03:08 (UTC-0400):
TW20230526: zypper dup segfaults zypper in segfaults zypper se works zypper ref segfaults zypper ve segfaults
Is all this expected when there is no sse2?
# zypper ref Segmentation fault (core dumped) # gdb zypper ref [...] (gdb) run Starting program: /usr/bin/zypper [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/libthread_db.so.1". [New Thread 0xb5f54b40 (LWP 986)] [Detaching after fork from child process 987] [New Thread 0xb54ffb40 (LWP 989)]
Usage:
zypper [--GLOBAL-OPTIONS] <COMMAND> [--COMMAND-OPTIONS] [ARGUMENTS] zypper <SUBCOMMAND> [--COMMAND-OPTIONS] [ARGUMENTS] [...] Now what?
Your fault. You need to pass arguments to the debuggee after the "run" command inside gdb. Cheers. l8er manfred