Comment 5 for bug 244218

Revision history for this message
James Westby (james-w) wrote : Re: [Bug 244218] Re: console-kit-daemon segfautls and error "Error waiting for native console"

On Tue, 2008-09-23 at 19:38 +0000, geert wrote:
> I have apport installed but it doesn't have any crash reports. Besides
> the debug thread above I now captured a strace and attached it. I hope
> this is enough for debugging.

Hi,

Thanks for doing this. strace isn't the best tool to diagnose these
issues though. Would it be possible for you to use "valgrind" to
get a trace of the issue. That normally gives good results for
segfaults.

Installing the -dbgsym packages for consolekit, libdbus-1-3 and
libglib2.0-0 would probably get a better stacktrace as well.
Please see

  https://wiki.ubuntu.com/DebuggingProgramCrash

for information on installing these packages.

Thanks,

James