Comment 57 for bug 269651

Revision history for this message
James Westby (james-w) wrote : Re: [Bug 269651] Re: console-kit-daemon crashed with SIGSEGV in g_str_hash()

On Sun, 2008-10-19 at 15:47 +0000, iponeverything wrote:
> :( so sad. I am still able to easily reproduce the segfault with
> 0.2.10-1ubuntu8+ppa2_i386.deb installed.
>
> I backed out to 0.2.10-1ubuntu8 and rebuilt the deb with your patch
> applied and got the same result.
>
> If its any consolation, I made it to seven windows before the segfault.
> I will continue to test it to see how it does under normal use. Let me
> know if there is more information that I should provide.

Please grab a stacktrace of the failure.

To do this get a root shell and run

killall console-kit-daemon
gdb console-kit-daemon
set args --debug --no-daemon
set pagination 0
run

then reproduce the problem, and when it crashes type "bt" in to gdb,
which should give you a stacktrace. Then please attach the whole output
of the gdb session to this bug.

Thanks,

James