Hmmm, if I check various recent version, it looks like the crash first occurs in
revision r3821:
------------------------------------------------------------------------
r3821 | Gabi Roeger | 2010-01-07 12:33:45 +0100 (Do, 07 Jan 2010) | 2 lines
added clear method to open lists (used in EHC search)
------------------------------------------------------------------------
Gabi, do you have an idea what's going wrong there? Looking at the diff, the
things related to initializing lowest_bucket to 9999999 look most critical.
Shouldn't "lowest_bucket" always be below the size of the bucket vector?
|