Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Debugger problem in 5.10

by duoxi (Initiate)
on Jan 02, 2009 at 15:46 UTC ( [id://733780]=note: print w/replies, xml ) Need Help??


in reply to Re: Debugger problem in 5.10
in thread Debugger problem in 5.10

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)...

Replies are listed 'Best First'.
Re^3: Debugger problem in 5.10
by borisz (Canon) on Jan 02, 2009 at 16:07 UTC
    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.
    Boris
      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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://733780]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-04-24 12:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found