Comment 11 for bug 546246

Revision history for this message
Milan Bouchet-Valat (nalimilan) wrote :

#7 0x00b03086 in g_realloc_n () from /lib/libglib-2.0.so.0
No symbol table info available.
#8 0x00224e45 in tp_debug_sender_constructor (type=151893216,
    n_construct_params=3215588520, construct_params=0x3736b6)
    at debug-sender.c:207
 retval = <value optimized out>
#9 0x00224f76 in tp_debug_sender_set_property (object=0x90bc030,
    property_id=3215588408, value=0x90c7ca8, pspec=0x80) at debug-sender.c:175

Looks like this could enough for the developers: it seems that the crash comes from a call to g_realloc_n() at debug-sender.c:207. What other information do you expect? Of course, the crash could come from memory corruption elsewhere, and which is only unveiled while constructing this GObject, but, well, another trace won't help AFAICS.