Re: GtkCellRenderer.t failure.



On Sunday, February 1, 2004, at 11:14 AM, Ross McFarland wrote:

message:
internal problem: can't peek at type class for
Mup__CellRendererPopup(137165200) at t/GtkCellRenderer.t line 13.

changing the peek to ref fixes the problem. but i suspect something else
is going wrong.

which versions of everything are you using? i've seen this on some combinations, usually if you don't actually add any signals or properties to the derived type (add_signals in GType.xs calls ref on the type).

i don't think the change to ref actually hurts anything; the leaked class ref is not a problem in practice, since perl does not let classes go away once they've been defined. it may be problematic for embedded situations, but we'll burn that bridge when we're standing on it.

--
muppet <scott at asofyet dot org>




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]