On Sat, Jul  2, 2011 at 10:50:20 +0200, Julien Cristau wrote:

> One suspicious thing is that the test's setup function takes a pointer
> (data=0x600000000001ec20), and converts it to uint (conn_type =
> GPOINTER_TO_UINT(data) = 0x1ec20 = 125984), truncating it?
> 
Indeed using
        conn_type = (GType)data;
instead of
        conn_type = GPOINTER_TO_UINT(data);
allows the test to pass.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature

Reply via email to