On Thu, 03.05.12 18:14, Sven Anders ([email protected]) wrote: > Hello! > > I'm getting some SegFaults, which I can not explain. I think the problem > lies somewhere in my configuration or systemd makes some assumptions and > my system does not fulfill these requirements. > > Nevertheless, I think the tools should not SegFault but issue an error > instead. By now I have no real idea where the problem lies. > > If I run the tool in valgrind, they work. > > Do you have any idea?
Hmm, I don't see how a system call would result in a SIGSEGV. This is really weird... The fd[] array passed to pipe() is allocated on the stack. This suggests that your stack is getting corrupted somehow. Do things work correctly if you run stuff with --no-pager? Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
