Gdk-WARNING

Pete Zaitcev zaitcev at redhat.com
Sat Aug 27 00:53:56 UTC 2005


On Thu, 25 Aug 2005 16:59:50 -0400, Ray Strode <rstrode at redhat.com> wrote:

> > (gvim:8960): Gdk-WARNING **: gdk_property_get(): length value has wrapped in calculation (did you pass G_MAXLONG?)
> > (sylpheed:2518): Gdk-WARNING **: gdk_property_get(): length value has wrapped in calculation (did you pass G_MAXLONG?)
> it's a bug in the individual apps.  See
> http://bugzilla.gnome.org/show_bug.cgi?id=161520
> for more information.

[zaitcev at lembas sylpheed-2.0.0-p3]$ find . -name '*.[hc]' | xargs grep property_get
[zaitcev at lembas sylpheed-2.0.0-p3]$ find . -name '*.[hc]' | xargs grep G_MAXLONG

This seems to be called from inside of a library, not from the
application. I suppose I have to track it down now. The only way I see
is to have a debuggable version of gtk and place a debugger breakpoint
where the printf originates. What a hassle...

-- Pete




More information about the fedora-devel-list mailing list