Bug 1930580 - [abrt] systemd: epoll_wait(): systemd killed by SIGABRT
Summary: [abrt] systemd: epoll_wait(): systemd killed by SIGABRT
Keywords:
Status: CLOSED DUPLICATE of bug 1300212
Alias: None
Product: Fedora
Classification: Fedora
Component: systemd
Version: 34
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: systemd-maint
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:8b7e57cd33ecf7beeab8d619f05...
: 1930590 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-02-19 08:24 UTC by robert fairbrother
Modified: 2023-09-15 01:01 UTC (History)
12 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2021-10-14 10:47:33 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (17.99 KB, text/plain)
2021-02-19 08:25 UTC, robert fairbrother
no flags Details
File: core_backtrace (1.62 KB, text/plain)
2021-02-19 08:25 UTC, robert fairbrother
no flags Details
File: cpuinfo (1.84 KB, text/plain)
2021-02-19 08:25 UTC, robert fairbrother
no flags Details
File: dso_list (3.43 KB, text/plain)
2021-02-19 08:25 UTC, robert fairbrother
no flags Details
File: environ (350 bytes, text/plain)
2021-02-19 08:25 UTC, robert fairbrother
no flags Details
File: limits (1.29 KB, text/plain)
2021-02-19 08:25 UTC, robert fairbrother
no flags Details
File: maps (21.55 KB, text/plain)
2021-02-19 08:25 UTC, robert fairbrother
no flags Details
File: mountinfo (2.63 KB, text/plain)
2021-02-19 08:25 UTC, robert fairbrother
no flags Details
File: open_fds (8.36 KB, text/plain)
2021-02-19 08:25 UTC, robert fairbrother
no flags Details
File: proc_pid_status (1.38 KB, text/plain)
2021-02-19 08:25 UTC, robert fairbrother
no flags Details
File: var_log_messages (10.29 KB, text/plain)
2021-02-19 08:25 UTC, robert fairbrother
no flags Details

Description robert fairbrother 2021-02-19 08:24:55 UTC
Description of problem:
may be related to bug 1930575

Version-Release number of selected component:
systemd-247.3-2.fc34

Additional info:
reporter:       libreport-2.14.0
backtrace_rating: 4
cgroup:         0::/user.slice/user-1000.slice/user/init.scope
cmdline:        /usr/lib/systemd/systemd --user
crash_function: epoll_wait
executable:     /usr/lib/systemd/systemd
journald_cursor: s=1bf2d8b6c5714115b60721045e8ddc9c;i=166c4;b=db676971097a48529f4ab34d0e354ce2;m=f7a4e9bb4;t=5bba705616606;x=4740d08799c4b2fa
kernel:         5.11.0-0.rc7.20210210gite0756cfc7d7c.150.fc34.x86_64
rootdir:        /
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (5 frames)
 #0 epoll_wait at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
 #1 sd_event_wait at ../src/libsystemd/sd-event/sd-event.c:3552
 #2 sd_event_run at ../src/libsystemd/sd-event/sd-event.c:3740
 #3 manager_loop at ../src/core/manager.c:2982
 #4 invoke_main_loop at ../src/core/main.c:1860

Potential duplicate: bug 1806764

Comment 1 robert fairbrother 2021-02-19 08:25:00 UTC
Created attachment 1758034 [details]
File: backtrace

Comment 2 robert fairbrother 2021-02-19 08:25:02 UTC
Created attachment 1758035 [details]
File: core_backtrace

Comment 3 robert fairbrother 2021-02-19 08:25:05 UTC
Created attachment 1758036 [details]
File: cpuinfo

Comment 4 robert fairbrother 2021-02-19 08:25:06 UTC
Created attachment 1758037 [details]
File: dso_list

Comment 5 robert fairbrother 2021-02-19 08:25:08 UTC
Created attachment 1758038 [details]
File: environ

Comment 6 robert fairbrother 2021-02-19 08:25:10 UTC
Created attachment 1758039 [details]
File: limits

Comment 7 robert fairbrother 2021-02-19 08:25:12 UTC
Created attachment 1758040 [details]
File: maps

Comment 8 robert fairbrother 2021-02-19 08:25:14 UTC
Created attachment 1758041 [details]
File: mountinfo

Comment 9 robert fairbrother 2021-02-19 08:25:17 UTC
Created attachment 1758042 [details]
File: open_fds

Comment 10 robert fairbrother 2021-02-19 08:25:19 UTC
Created attachment 1758043 [details]
File: proc_pid_status

Comment 11 robert fairbrother 2021-02-19 08:25:23 UTC
Created attachment 1758044 [details]
File: var_log_messages

Comment 12 robert fairbrother 2021-02-26 17:41:30 UTC
Similar problem has been detected:

happened same time as onother bug on my laptop

reporter:       libreport-2.14.0
backtrace_rating: 4
cgroup:         0::/user.slice/user-1000.slice/user/init.scope
cmdline:        /usr/lib/systemd/systemd --user
crash_function: epoll_wait
executable:     /usr/lib/systemd/systemd
journald_cursor: s=625b53fea96e4b61830132a6bfdcbac5;i=20a92;b=edb2a1b09c4e4cabb9d82e0e8f354814;m=4047293f1;t=5bbafbfeff688;x=453b44bae2bed12c
kernel:         5.11.0-156.fc34.x86_64
package:        systemd-247.3-2.fc34
reason:         systemd killed by SIGABRT
rootdir:        /
runlevel:       N 5
type:           CCpp
uid:            1000

Comment 13 Zbigniew Jędrzejewski-Szmek 2021-03-12 14:17:02 UTC
Do you have service watchdogs enabled: 'systemctl show -p WatchdogUSec user@1000'?

Comment 14 Zbigniew Jędrzejewski-Szmek 2021-05-15 15:05:22 UTC
*** Bug 1930590 has been marked as a duplicate of this bug. ***

Comment 15 Zbigniew Jędrzejewski-Szmek 2021-10-14 10:47:33 UTC
I assume that this is another case of #1300212.

*** This bug has been marked as a duplicate of bug 1300212 ***

Comment 16 Red Hat Bugzilla 2023-09-15 01:01:41 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 500 days


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