parzip
parzip copied to clipboard
Doesn't actually zip anything
It runs for a good while, but then it just disappears from the 'top' output never to be seen again. So there's something very broken here somewhere.
When stracing it, it seems like it's just stuck in this loop:
clock_nanosleep(CLOCK_REALTIME, 0, {tv_sec=0, tv_nsec=100000000}, 0x7ffc1318db00) = 0
clock_nanosleep(CLOCK_REALTIME, 0, {tv_sec=0, tv_nsec=100000000}, 0x7ffc1318db00) = 0
clock_nanosleep(CLOCK_REALTIME, 0, {tv_sec=0, tv_nsec=100000000}, 0x7ffc1318db00) = 0
clock_nanosleep(CLOCK_REALTIME, 0, {tv_sec=0, tv_nsec=100000000}, 0x7ffc1318db00) = 0
clock_nanosleep(CLOCK_REALTIME, 0, {tv_sec=0, tv_nsec=100000000}, 0x7ffc1318db00) = 0
clock_nanosleep(CLOCK_REALTIME, 0, {tv_sec=0, tv_nsec=100000000}, 0x7ffc1318db00) = 0
clock_nanosleep(CLOCK_REALTIME, 0, {tv_sec=0, tv_nsec=100000000}, 0x7ffc1318db00) = 0
I also tried stracing the children/theads and it seems like they're doing the same.
-- Marius
Is it possible for you to run it under gdb and get a stack trace?
Is it possible for you to run it under gdb and get a stack trace?
If you can provide me the commands for this, then I'll try.