GNOME Bugzilla – Bug 628335
Assertion error with master
Last modified: 2011-02-01 23:23:45 UTC
Program received signal SIGTRAP, Trace/breakpoint trap. 0x00007ffff3e976c6 in g_logv (log_domain=0x7ffff24db9fe "Core", log_level=G_LOG_LEVEL_WARNING, format=0x7ffff24dbc98 "Unknown property '%s' in linkable property list.", args1=0x7fffffffd340) at gmessages.c:544 544 G_BREAKPOINT (); (gdb) bt
+ Trace 223479
It's a Vala bug (bug #628336). I've worked around it in master for the moment: commit 5b86c16cad6bf056074bbbc0bd815d5df5fd6b70 Author: Philip Withnall <philip.withnall@collabora.co.uk> Date: Mon Aug 30 15:49:17 2010 +0100 Work around a Vala bug generating bad C for a lambda function inside a loop Helps: bgo#628335 folks/individual-aggregator.vala | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-)
(Mass changing milestones; please search for this phrase to delete the bug spam.)
(guessing the dependent bug will be fixed by or well-before the gnome-3.0 timeframe)
I think Philip's work-around fixed this bug (though the Vala bug still remains). When the Vala bug is fixed, we'll undo this patch. I've noted in the NEWS that this was fixed with release 0.1.16: commit aaa0efd82c68f86014dea6e8aefd828f42316acc Author: Travis Reitter <travis.reitter@collabora.co.uk> Date: Tue Feb 1 15:22:02 2011 -0800 Note that bgo#628335 was fixed with release 0.1.16 NEWS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)