Ticket #4242 (closed bug: fixed)
Data.Map operations can produce invalid trees
| Reported by: | igloo | Owned by: | igloo |
|---|---|---|---|
| Priority: | high | Milestone: | 7.0.1 |
| Component: | libraries (other) | Version: | 6.12.3 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | |
| Test Case: | datamap002 | Blocked By: | |
| Blocking: | Related Tickets: |
Description
With 6.13.20100801:
Prelude Data.Map> valid $ deleteMin $ deleteMin $ fromList [ (i, ()) | i <- [0,2,5,1,6,4,8,9,7,11,10,3] ] False
Is changing delta from 5 to 4 the right fix?
See http://article.gmane.org/gmane.comp.lang.haskell.libraries/13444 for the original report and more details.
Change History
Note: See
TracTickets for help on using
tickets.
