Created attachment 379990 [details] emerge --info * Starting NetworkManager ... * start-stop-daemon: /usr/sbin/NetworkManager died [ !! ] * ERROR: networkmanager failed to start dmesg: [ 1358.905921] traps: NetworkManager[3593] general protection ip:469b9e sp:7fff0bfcf0e0 error:0 in NetworkManager[400000+104000] Oddly, running under `strace -f` and `ltrace -f` suppresses the trap error and gives a SEGV instead. Running under `gdb` doesn't reveal anything interesting *unless* you do `set follow-fork-mode child`. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7ffff7f427c0 (LWP 3663)] 0x0000000000469b9e in nm_netlink_monitor_attach () (gdb) thread apply all bt Thread 3 (Thread 0x7fffeaa52700 (LWP 3664)): #0 0x00007ffff58ebec9 in do_sigwait () from /lib64/libpthread.so.0 #1 0x00007ffff58ebf53 in sigwait () from /lib64/libpthread.so.0 #2 0x0000000000453eb7 in signal_handling_thread () #3 0x00007ffff58e4201 in start_thread () from /lib64/libpthread.so.0 #4 0x00007ffff56215ed in clone () from /lib64/libc.so.6 Thread 2 (Thread 0x7ffff7f427c0 (LWP 3663)): #0 0x0000000000469b9e in nm_netlink_monitor_attach () #1 0x000000000046a7d4 in nm_netlink_monitor_get () #2 0x0000000000426e6f in main () But its not obvious to me if that is the same problem I'm seeing due to it manifesting differently.
Which version of dev-libs/libnl do you have?
[IP-] [ ] dev-libs/libnl-1.1.4:1.1 [IP-] [ -] dev-libs/libnl-3.2.25_rc1:3 Huh. I see that last one is keymasked. I'm not sure how that happened, will try downgrade to ~ and see if that helps.
Yep. Indeed, this looks like a duplicate of #515132 *** This bug has been marked as a duplicate of bug 515132 ***