Issue65

Title segmentation faults on grid/prob01.pddl and grid/prob03.pddl
Priority critical Status resolved
Superseder Nosy List erez, gabi, malte, silvia
Assigned To gabi Keywords
Optional summary

Created on 2010-01-08.02:42:57 by malte, last changed by gabi.

Messages
msg192 (view) Author: gabi Date: 2010-01-08.10:32:59
"lowest_bucket" should have been set to its true value when inserting the first
entry, but was not because this code was not called when the bucket vector was
resized at the same time. -> changed

("lowest_bucket" is always below the size of the bucket vector when the open
list is not empty)
msg191 (view) Author: malte Date: 2010-01-08.02:54:09
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?
msg190 (view) Author: malte Date: 2010-01-08.02:42:57
With current trunk, both with the old version of the translator and today's
update, I get crashed on the first and third problem instance of the Grid
domain, no matter which planner configuration I use.

Can anyone reproduce this? Any idea what is going on there? (I think it must
have been one of the more recent changes to the search component.)
History
Date User Action Args
2010-01-08 10:32:59gabisetstatus: chatting -> resolved
messages: + msg192
2010-01-08 02:54:09maltesetstatus: unread -> chatting
assignedto: gabi
messages: + msg191
2010-01-08 02:42:57maltecreate