[Bug 30730] telepathy-glib-0.12.0 fails test
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Oct 21 14:57:38 CEST 2010
https://bugs.freedesktop.org/show_bug.cgi?id=30730
Simon McVittie <simon.mcvittie at collabora.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NEEDINFO
--- Comment #3 from Simon McVittie <simon.mcvittie at collabora.co.uk> 2010-10-21 05:57:38 PDT ---
I can't see an actual failure in that debug output: could it have happened
earlier? On failure, there should be a line that says "ERROR", "WARNING" or
"CRITICAL".
If you're logging the output to a file, you'll need both stdout and stderr
(e.g. by running it with "2>&1 | tee output.log").
If you run the test under gdb, like this, you might be able to get a better
idea why it's failing:
abs_top_builddir=/home/graaff/playground/test/telepathy-glib-0.12.0 \
libtool --mode=execute gdb tests/dbus/test-example-no-protocols
If it fails, you'll get normal output, followed by a gdb prompt; use the
command "bt full" to find out where you are and why, and "quit" to quit.
It might also be interesting to add
g_message ("in wait_for_name_owner_cb");
to the beginning of wait_for_name_owner_cb() in
tests/dbus/example-no-protocols.c, and similar for early_cm_exited().
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list