Ticket #1137 (closed defect: fixed)
gtk2hs_store_ref_node assertion failure
| Reported by: | guest | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9.13 |
| Component: | general (Gtk+, Glib) | Version: | 0.9.12 |
| Keywords: | assertion failure | Cc: | njvsny@… |
Description
In gtk2hs-0.9.13, when inserting, prepending, or appending to a listStore after it has been created will generate an assertion in the form:
** (ListTest:25166): CRITICAL **: iter->stamp == 0 store->stamp == 184949580
** (ListTest:25166): CRITICAL **: gtk2hs_store_ref_node: assertion iter->stamp == store->stamp failed
This is reproducible by grabbing ListTest.hs from the demos in the repository and pressing either "insert", "prepend", or "append" in the buttons on the bottom.
Change History
Note: See
TracTickets for help on using
tickets.