Bug 2328736 - [abrt] incus-client: runtime.raise(): incus killed by SIGABRT
Summary: [abrt] incus-client: runtime.raise(): incus killed by SIGABRT
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: incus
Version: 41
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Neal Gompa
QA Contact:
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:53a054fa864d37284c7ad96e945...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-11-25 18:10 UTC by CC-Hsu
Modified: 2024-12-27 01:23 UTC (History)
6 users (show)

Fixed In Version: incus-6.8-1.fc41
Clone Of:
Environment:
Last Closed: 2024-12-27 01:23:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: proc_pid_status (1.48 KB, text/plain)
2024-11-25 18:10 UTC, CC-Hsu
no flags Details
File: maps (3.98 KB, text/plain)
2024-11-25 18:10 UTC, CC-Hsu
no flags Details
File: limits (1.29 KB, text/plain)
2024-11-25 18:10 UTC, CC-Hsu
no flags Details
File: environ (3.68 KB, text/plain)
2024-11-25 18:10 UTC, CC-Hsu
no flags Details
File: open_fds (443 bytes, text/plain)
2024-11-25 18:10 UTC, CC-Hsu
no flags Details
File: mountinfo (3.93 KB, text/plain)
2024-11-25 18:10 UTC, CC-Hsu
no flags Details
File: os_info (754 bytes, text/plain)
2024-11-25 18:10 UTC, CC-Hsu
no flags Details
File: cpuinfo (3.19 KB, text/plain)
2024-11-25 18:10 UTC, CC-Hsu
no flags Details
File: core_backtrace (14.73 KB, text/plain)
2024-11-25 18:10 UTC, CC-Hsu
no flags Details
File: dso_list (413 bytes, text/plain)
2024-11-25 18:10 UTC, CC-Hsu
no flags Details
File: backtrace (30.52 KB, text/plain)
2024-11-25 18:10 UTC, CC-Hsu
no flags Details

Description CC-Hsu 2024-11-25 18:10:17 UTC
Description of problem:
I click `incus` with tab key to invoke shell completion then it encountered crash.

Version-Release number of selected component:
incus-client-6.2-3.fc41

Additional info:
reporter:       libreport-2.17.15
type:           CCpp
reason:         incus killed by SIGABRT
journald_cursor: s=8a2b7c0424b545c491454e0015fc6e33;i=2530b9;b=a94f1656b4f74a32ae8ed2bbb345356a;m=22e4ea20c1;t=627c07fd9284f;x=47ef7bd48b76d1cb
executable:     /usr/bin/incus
cmdline:        incus __complete launch
cgroup:         0::/user.slice/user-1000.slice/user/app.slice/app-org.gnome.Terminal.slice/vte-spawn-91d3780d-654a-421c-87da-93e60333adf0.scope
rootdir:        /
uid:            1000
kernel:         6.11.7-300.fc41.x86_64
package:        incus-client-6.2-3.fc41
runlevel:       N 5
comment:        I click `incus` with tab key to invoke shell completion then it encountered crash.
backtrace_rating: 4
crash_function: runtime.raise

Truncated backtrace:
Thread no. 1 (20 frames)
 #0 runtime.raise at /usr/lib/golang/src/runtime/sys_linux_amd64.s:154
 #1 runtime.dieFromSignal at /usr/lib/golang/src/runtime/signal_unix.go:942
 #2 runtime.sigfwdgo at /usr/lib/golang/src/runtime/signal_unix.go:1154
 #3 runtime.sigtrampgo at /usr/lib/golang/src/runtime/signal_unix.go:432
 #4 runtime.sigtramp at /usr/lib/golang/src/runtime/sys_linux_amd64.s:352
 #6 runtime.raise at /usr/lib/golang/src/runtime/sys_linux_amd64.s:154
 #7 runtime.dieFromSignal at /usr/lib/golang/src/runtime/signal_unix.go:942
 #8 runtime.crash at /usr/lib/golang/src/runtime/signal_unix.go:1031
 #9 runtime.fatalpanic at /usr/lib/golang/src/runtime/panic.go:1290
 #10 runtime.gopanic at /usr/lib/golang/src/runtime/panic.go:804
 #11 runtime.panicmem at /usr/lib/golang/src/runtime/panic.go:262
 #12 runtime.sigpanic at /usr/lib/golang/src/runtime/signal_unix.go:900
 #13 main.(*cmdGlobal).cmpImages at /usr/src/debug/incus-6.2-3.fc41.x86_64/_build/src/github.com/lxc/incus/cmd/incus/completion.go:186
 #14 main.(*cmdLaunch).Command.func1 at /usr/src/debug/incus-6.2-3.fc41.x86_64/_build/src/github.com/lxc/incus/cmd/incus/launch.go:49
 #15 github.com/lxc/incus/vendor/github.com/spf13/cobra.(*Command).getCompletions at /usr/src/debug/incus-6.2-3.fc41.x86_64/_build/src/github.com/lxc/incus/vendor/github.com/spf13/cobra/completions.go:515
 #16 github.com/lxc/incus/vendor/github.com/spf13/cobra.(*Command).initCompleteCmd.func1 at /usr/src/debug/incus-6.2-3.fc41.x86_64/_build/src/github.com/lxc/incus/vendor/github.com/spf13/cobra/completions.go:206
 #17 github.com/lxc/incus/vendor/github.com/spf13/cobra.(*Command).execute at /usr/src/debug/incus-6.2-3.fc41.x86_64/_build/src/github.com/lxc/incus/vendor/github.com/spf13/cobra/command.go:987
 #18 github.com/lxc/incus/vendor/github.com/spf13/cobra.(*Command).ExecuteC at /usr/src/debug/incus-6.2-3.fc41.x86_64/_build/src/github.com/lxc/incus/vendor/github.com/spf13/cobra/command.go:1115
 #19 github.com/lxc/incus/vendor/github.com/spf13/cobra.(*Command).Execute at /usr/src/debug/incus-6.2-3.fc41.x86_64/_build/src/github.com/lxc/incus/vendor/github.com/spf13/cobra/command.go:1039
 #20 main.main at /usr/src/debug/incus-6.2-3.fc41.x86_64/_build/src/github.com/lxc/incus/cmd/incus/main.go:302

Comment 1 CC-Hsu 2024-11-25 18:10:22 UTC
Created attachment 2059760 [details]
File: proc_pid_status

Comment 2 CC-Hsu 2024-11-25 18:10:24 UTC
Created attachment 2059761 [details]
File: maps

Comment 3 CC-Hsu 2024-11-25 18:10:26 UTC
Created attachment 2059762 [details]
File: limits

Comment 4 CC-Hsu 2024-11-25 18:10:28 UTC
Created attachment 2059763 [details]
File: environ

Comment 5 CC-Hsu 2024-11-25 18:10:31 UTC
Created attachment 2059764 [details]
File: open_fds

Comment 6 CC-Hsu 2024-11-25 18:10:33 UTC
Created attachment 2059765 [details]
File: mountinfo

Comment 7 CC-Hsu 2024-11-25 18:10:35 UTC
Created attachment 2059766 [details]
File: os_info

Comment 8 CC-Hsu 2024-11-25 18:10:37 UTC
Created attachment 2059767 [details]
File: cpuinfo

Comment 9 CC-Hsu 2024-11-25 18:10:39 UTC
Created attachment 2059768 [details]
File: core_backtrace

Comment 10 CC-Hsu 2024-11-25 18:10:41 UTC
Created attachment 2059769 [details]
File: dso_list

Comment 11 CC-Hsu 2024-11-25 18:10:43 UTC
Created attachment 2059770 [details]
File: backtrace

Comment 12 Fedora Update System 2024-12-18 20:21:44 UTC
FEDORA-2024-0912cd3ad9 (incus-6.8-1.fc41) has been submitted as an update to Fedora 41.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-0912cd3ad9

Comment 13 Fedora Update System 2024-12-19 03:59:00 UTC
FEDORA-2024-0912cd3ad9 has been pushed to the Fedora 41 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-0912cd3ad9`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-0912cd3ad9

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 14 Fedora Update System 2024-12-27 01:23:14 UTC
FEDORA-2024-0912cd3ad9 (incus-6.8-1.fc41) has been pushed to the Fedora 41 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.