Changes between Initial Version and Version 5 of Ticket #1005
- Timestamp:
- 08/04/15 14:15:11 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1005
-
Property
Status
changed from
new
toreopened
-
Property
Summary
changed from
pointer data structures don't overflow reliably, also this does not catch mmap error situations
tommap test doesn't correctly catch error situations
-
Property
Status
changed from
-
Ticket #1005 – Description
initial v5 15 15 }}} 16 16 17 Note how the pointer printing code also gets it wrong. 17 Note how the pointer printing code also gets it wrong. **this has been fixed in CHICKEN 5: it will now correctly print the pointer's address, interpreted as an unsigned number.** 18 18 19 A currentworkaround would be to explicitly check for the -1 pointer representation:19 A workaround would be to explicitly check for the -1 pointer representation: 20 20 21 21 {{{