[Pkg-telepathy-maintainers] Bug#632326: telepathy-glib: FTBFS on ia64: test-connection-balance segfaults

Julien Cristau jcristau at debian.org
Sun Jul 3 20:38:44 UTC 2011


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-telepathy-maintainers/attachments/20110703/e0661fa4/attachment.pgp>


More information about the Pkg-telepathy-maintainers mailing list