https://github.com/int-index/trigger-gvalue-bug-app
https://github.com/int-index/trigger-gvalue-bug-app
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/int-index/trigger-gvalue-bug-app
- Owner: int-index
- Created: 2020-09-23T22:18:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T09:11:41.000Z (almost 5 years ago)
- Last Synced: 2025-05-17T03:33:36.728Z (about 2 months ago)
- Language: Haskell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trigger a ListStore/GValue Bug
It used to work:
```
nix-shell --command "runhaskell Bug.hs -Wall"
```But no longer does:
```
nix-shell --arg broken true --command "runhaskell Bug.hs -Wall"
``````
(ghc:19451): GLib-GObject-CRITICAL **: 01:16:38.003: g_value_get_string: assertion 'G_VALUE_HOLDS_STRING (value)' failed
Bug.hs: user error (Pattern match failure in do expression at Bug.hs:40:11-16)
Bug.hs: interrupted
Bug.hs: warning: too many hs_exit()s
```