| Anonymous | Login | Signup for a new account | 02-09-2010 14:00 UTC |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0006030 | [Squeak] Collections | major | unable to reproduce | 02-12-07 17:08 | 02-16-07 17:01 | |||||||
| Reporter | Ron | View Status | public | |||||||||
| Assigned To | ||||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | new | Product Version | 3.9 | |||||||||
| Summary | 0006030: Error in SortedCollection >> do: | |||||||||||
| Description |
Hi all, I just ran into an error and was wondering if anyone has ever seen this before. I have a sorted collection with a computationally intensive sorting block. It blew up on a nil. Low res jpg attached. It appears to have worked for the first 12 items: newCollection in SortedCollection>>collect: has 12 items in it. The 13th item returned a nil. This is because array on the sorted collection starts with 16 nils. firstIndex is set to 17. Notice on the jpg it says firstIndex = 17 but index is 13. So I can only conclude that since index is 13 and 12 other objects were processed successfully that the array and first index changed during processing. I am not sure that I can reproduce this error. I've been running the same code for quite a while without seeing it. If I can I will post it. Has anyone seen this before or does anyone know why this may have happened? Thanks for your help! Ron Teitelbaum Ron@USMedRec.com |
|||||||||||
| Additional Information | ||||||||||||
| Attached Files |
|
|||||||||||
|
|
||||||||||||
| Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
46 total queries executed. 33 unique queries executed. |