in reply to Re: Segmenation Fault in IO::Uncompress:Bunzip2
in thread Segmenation Fault in IO::Uncompress:Bunzip2
Thanks.
Seems the issue occured on another system on the original ascii file but got copied into the compressed archive and I ended up with the bad chunk.
Couldn't figure out a clean way to move past it the perl IO::Uncompress::Bunzip2 is allocating a reasonable amount of memory to store the line but the corrupted line is huge and causes a seg fault. Only way would be some C code level fix in that module.
So I kind of had to leave it there and hunt down and manually clear the several hundred corrupted files.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Segmenation Fault in IO::Uncompress:Bunzip2
by flexvault (Monsignor) on May 12, 2013 at 11:55 UTC |