On Sat, Apr 3, 2010 at 8:18 PM, Danny Baumann <[email protected]> wrote: > Hi, > >> > Something must be very, very wrong with that icon. A width and height of >> > 4 billion pixels is obviously wrong ;-) >> >> Oddly enough, I have the same version of gitk installed on a second >> machine and Compiz doesn't crash when it is displayed locally across an >> X-over-ssh connection. >> >> I'm running X.Org 1.7.6 if that matters. >> >> > What's the output of 'xprop' and 'xprop 32c _NET_WM_ICON' for the gitk >> > window? >> >> xprop output in xprop.txt >> xprop 32c _NET_WM_ICON in xprop2.txt > > Thanks. I could it reproduce with that (utterly broken) data. The problem was > that while there was some sanity checking for weird icon sizes, there still > was the possibility that width * height overflowed the value range of unsigned > long (which happened in your case). > Here is the fix: > http://git.compiz.org/compiz/core/commit/?h=compiz-0.8&id=1bed3dbcea6473f84745ec7a1f936c4f5d3b3a01 > > Regards, > > Danny
This fix has been forward ported to compiz 0.9 as well - http://git.compiz.org/compiz/core/commit/?id=44f71ba6d6ed19f507a55ea676db7801f94f631a Regards, Sam > _______________________________________________ > Dev mailing list > [email protected] > http://lists.compiz-fusion.org/mailman/listinfo/dev > -- Sam Spilsbury _______________________________________________ Dev mailing list [email protected] http://lists.compiz-fusion.org/mailman/listinfo/dev
