in reply to perldl stuck loading?

Have you waited forever (obviously not actually)? It may help if you indicate how long you have actually waited. Have you used any process monitoring tools to see what is happening during the load? Have you tried loading a smaller similar file?


Perl reduces RSI - it saves typing

Replies are listed 'Best First'.
Re^2: perldl stuck loading?
by Blue_eyed_son (Sexton) on Sep 13, 2008 at 02:06 UTC
    I think when I wrote this I had let a process load overnight. I have used the rcols() command successfully with smaller files.
    At the moment I'm trying to load a file that is about 1.3Gb over 2 columns. It has been running half an hour on a unix server (from the disks that usually load quickly). Using top I can see that the program is still running, and growing very slowly--it's about 500m half an hour in. I have set
    $PDL::IO::Dumper::big_PDL=1;
    Any ideas?
    Thanks.