Emmanuele Bassi wrote:
> On Wed, 2008-11-19 at 21:51 +0000, Emmanuele Bassi wrote:
> I fixed the stable branch[0] of clutter-vala, which was missing some
> annotations. I did not test it with latest vala, but it should do the
> trick.
> 

neat, although test-custom-actor.vala segfaults on the latest vala (and
causes automake to leak huge amounts of memory, took up all my 1gb here).

gdb returns:
Program received signal SIGSEGV, Segmentation fault.
0xb7d0735c in g_static_rw_lock_reader_lock () from /usr/lib/libglib-2.0.so.0

which doesn't say much but all the vala functions involved seem to be
about being disposable;

(gdb) up
#1  0xb7d80987 in g_type_check_instance_cast () from
/usr/lib/libgobject-2.0.so.0
(gdb) up
#2  0xb7f330e3 in vala_struct_is_disposable (self=0x86fa8b8) at
valastruct.c:1238
(gdb) up
#3  0xb7f3f414 in vala_value_type_real_is_disposable (base=0x8886730) at
valavaluetype.c:132
(gdb) up
#4  0xb7e9264c in vala_data_type_is_disposable (self=0x8886730) at
valadatatype.c:782
(gdb) up
#5  0xb7f33088 in vala_struct_is_disposable (self=0x86fa8b8) at
valastruct.c:1242
(gdb) up
#18 0xb7f3f414 in vala_value_type_real_is_disposable (base=0x8886730) at
valavaluetype.c:132
(gdb) up
#19 0xb7e9264c in vala_data_type_is_disposable (self=0x8886730) at
valadatatype.c:782
(gdb) up
#20 0xb7f33088 in vala_struct_is_disposable (self=0x86fa8b8) at
valastruct.c:1242

Everything else compiles and runs perfectly though :).
-- 
Gord Allott ([EMAIL PROTECTED])

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to