Custom Query (152 matches)
Results (31 - 33 of 152)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1136 | fixed | glib-0.9.13 in ghci 6.8.3 not loading ! | somebody | guest |
| description |
C:\Program Files\Gtk2Hs\demos\actionMenu>ghci ActionMenu?.hs GHCi, version 6.8.3: http://www.haskell.org/ghc/ :? for help Loading package base ... linking ... done. Ok, modules loaded: Main. Prelude Main> main Loading package array-0.1.0.0 ... linking ... done. Loading package bytestring-0.9.0.1.1 ... linking ... done. Loading package mtl-1.1.0.1 ... linking ... done. Loading package glib-0.9.13 ... <interactive>: Unknown PEi386 section name `.rel oc' (while processing: C:/Program Files/Gtk2Hs/HSglib.o) : panic! (the 'impossible' happened)
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug Prelude Main> Prelude Main> |
|||
| #1137 | fixed | gtk2hs_store_ref_node assertion failure | somebody | guest |
| 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. |
|||
| #1138 | fixed | ComboBox doesn't render appended elements | somebody | guest |
| description |
When creating a comboBox, and appending to its internal ListStore?, it doesn't actually render the added entries. I've added an example program. If you click on the 'Add Item' button then it is expected to add the string "d" to the comboBox. Its actually behaviour is to spam the console with assertion failures and add a NULL string to the combobox. This is actually tested with 0.9.13, but I don't see that as a listed version. |
|||