Hi,

Le mardi 26 février 2008 à 18:06 -0500, Andres Salomon a écrit :
> > > It was a change introduced by debian between 2.12.1-1 and 2.12.1-2.
> > 
> > It would probably be one of these:
> > 
> >   * 040_filechooser_single-click.patch: allow a situation where no
> >     shortcut is selected, to avoid issues for keyboard users.
> >     Closes: #448674.
> >   * 042_treeview_single_focus.patch: don't select the focused item
> for
> >     GTK_SELECTION_SINGLE type treeviews. Allows the fix in
> >     040_filechooser_single-click.patch to work.
> 
> 
> Joss, any idea if this is a bug in one of those patches, or something
> that kazehakase's code should be checking for?

If the bug is in GTK+, I think it must be in
033_gtktreeview_resizing.patch. However it can also be a bug in
kazehakase that didn’t show up before. The interesting thing is this
warning:

(kazehakase:5177): Gtk-CRITICAL **: gtk_tree_store_get_value: assertion 
`VALID_ITER (iter, tree_store)' failed

Running it with --g-fatal-warnings, I noticed that kazehakase calls
gtk_tree_model_get with an invalid iterator (allocated but empty
structure). I don’t have a debug build of kazehakase handy, but the
error is much likely to be located one step before:

#4  0x00002ad6b5fabf90 in IA__gtk_tree_model_get_valist (tree_model=0xf3c590, 
    iter=0x7ffff5566cd0, var_args=0x7ffff5566be0)
    at /build/buildd/gtk+2.0-2.12.8/gtk/gtktreemodel.c:1439
#5  0x00002ad6b5fac251 in IA__gtk_tree_model_get (tree_model=0xf3c590, 
    iter=0x7ffff5566cd0)
    at /build/buildd/gtk+2.0-2.12.8/gtk/gtktreemodel.c:1403
#6  0x00002ad6b57977f7 in ?? () from /usr/lib/kazehakase/libkazehakase.so.0

Cheers,
-- 
 .''`.
: :' :      We are debian.org. Lower your prices, surrender your code.
`. `'       We will add your hardware and software distinctiveness to
  `-        our own. Resistance is futile.

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée

Reply via email to