Ticket #180 (closed defect: fixed)
Segmentation fault on updating a Ref
| Reported by: | Tac-Tics | Owned by: | Tac-Tics |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.1.3 |
| Component: | Runtime System | Version: | |
| Keywords: | segmentation fault seg fault ref reference update | Cc: |
Description
This code causes a segmentation fault.
main () = do r = Ref 0 r #= 1 Ref x = r println (show x)
The behavior I expected was to see "1" printed to standard output.
Change History
Note: See
TracTickets for help on using
tickets.
