Comment 18 for bug 232364

Revision history for this message
Cody A.W. Somerville (cody-somerville) wrote : Re: dbus-launch freezes for unknown reason at session start

I can confirm this bug. "dbus-launch --sh-syntax --exit-with-session " is hanging on __kernel_vsyscall() which usually indicates the problem is else where and could be a million different things. The select() is on the fd that is the bidirectional link to the X server - maybe X is not fully initialized or waiting on dbus? Or maybe it is within the ioctl of a shonky device driver since beyond that point it'll call the read routine in a device driver?