Boris,
thanks. I did think of this and deleted all previously created archives. Also, I am not using freeze/thaw. I am using the following calls:
Storable::lock_store
Storable::lock_retrieve
Again, the code works fine when run in normal mode. But when I get to lock_store in the debugger, it core dumps (actually, somewhere inside the Storable routine)... | [reply] [d/l] |
Then use lock_nstore and do not rely on any data stored another way, ported to your new computer. Not in a config file not via a database ,... and so on.
| [reply] [d/l] |
I am sorry but I do not understand. I am not porting stored data. The data is newly created on the new computer. I just use Storable for serialization of a temporary storage area. There is no movement of data between machines. The data stored is created on the same computer it is stored, and it is again read on the same computer. D.
| [reply] |