parzip icon indicating copy to clipboard operation
parzip copied to clipboard

Doesn't actually zip anything

Open mflage opened this issue 4 years ago • 2 comments

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

mflage avatar Sep 09 '20 08:09 mflage

Is it possible for you to run it under gdb and get a stack trace?

jpakkane avatar Sep 09 '20 19:09 jpakkane

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.

mflage avatar Sep 15 '20 09:09 mflage