On Wed, Nov 20, 2013 at 11:44 PM, Lennart Poettering <[email protected]> wrote: > On Wed, 20.11.13 23:10, Tom Gundersen ([email protected]) wrote: > >> >> On Wed, Nov 20, 2013 at 9:08 PM, Lennart Poettering >> <[email protected]> wrote: >> > Heya! >> > >> > I just pushed a huge patch that ports the last remaining bit from >> > libdbus to libsystemd-bus: PID 1 itself. It's a large patch, touching a >> > lot of code. I did quite a bit of (personal and automated) testing but >> > given how large this is I am sure I broke something. So, please, be >> > careful around git for now, test it please, and don't be too surprised >> > if it is a bit rougher than usual, thanks! >> >> I tried comparing latest git with v208 in systemd-nspawn.
Booting latest git on bare metal I get: Program terminated with signal 11, Segmentation fault. #0 0x00007fcc392be74b in raise () from /usr/lib/libpthread.so.0 (gdb) bt #0 0x00007fcc392be74b in raise () from /usr/lib/libpthread.so.0 #1 0x00000000004068fa in crash (sig=11) at src/core/main.c:153 #2 <signal handler called> #3 0x000000000043593a in socket_dispatch_io (source=0x9bc720, fd=24, revents=1, userdata=0x9b0530) at src/core/socket.c:2044 #4 0x00000000004add07 in source_dispatch (s=0x9bc720) at src/libsystemd-bus/sd-event.c:1639 #5 0x00000000004ae614 in sd_event_run (e=0x924ae0, timeout=0) at src/libsystemd-bus/sd-event.c:1814 #6 0x0000000000411356 in manager_loop (m=0x925c70) at src/core/manager.c:1694 #7 0x000000000040ab9a in main (argc=1, argv=0x7fff3f21a808) at src/core/main.c:1647 _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
