GNOME Bugzilla – Bug 520795
VAPI: Gdk.Rectangle argument to CellRenderer.get_size may be NULL
Last modified: 2008-03-08 19:39:28 UTC
Please describe the problem: CellRenderer.get_size is defined in gtk+-2.0.vapi as: public virtual void get_size(Gtk.Widget widget, Gdk.Rectangle cell_area, out int x_offset, out int y_offset, out int width, out int height) The generated C code has accesses cell_area's pointer without checking if it is NULL. This produces a segfault at runtime. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 514864 ***