FS#43625 - [systemd] segfaults since 218
Attached to Project:
Arch Linux
Opened by Geert Hendrickx (ghen) - Thursday, 29 January 2015, 13:10 GMT
Last edited by Dave Reisner (falconindy) - Sunday, 15 February 2015, 16:46 GMT
Opened by Geert Hendrickx (ghen) - Thursday, 29 January 2015, 13:10 GMT
Last edited by Dave Reisner (falconindy) - Sunday, 15 February 2015, 16:46 GMT
|
Details
Various systemd tools segfault since update to systemd
218-1
- "systemctl" (no arguments) segfaults ("systemctl status" works though) - ssh+console login is impossible due to systemd-logind segfault - kernel prints "invalid opcode: 0000 [#91] SMP" rollback to systemd 217-8 fixed the problem. This is on an i686 VPS. All packages are up to date, the problem started since systemd upgrade + reboot, and fixed since systemd downgrade + manual systemd-logind restart. |
This task depends upon
Closed by Dave Reisner (falconindy)
Sunday, 15 February 2015, 16:46 GMT
Reason for closing: Won't fix
Additional comments about closing: Specific to a VPS provided kernel.
Sunday, 15 February 2015, 16:46 GMT
Reason for closing: Won't fix
Additional comments about closing: Specific to a VPS provided kernel.
[falconindy]
Server = http://repo.falconindy.com/$repo/os/$arch
$ gdb systemctl
set height 0
run
bt full
(gdb) set height 0
(gdb) run
Starting program: /usr/bin/systemctl
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
(gdb) bt full
No stack.
(gdb)