Open GoogleCodeExporter opened 9 years ago
Try increasing the linker stack reserve size > 4m example: /stack:5120000000
Original comment by jameshdo...@gmail.com
on 29 Dec 2013 at 6:12
Try the attached patch, which moves the biggest of those buffers onto the heap.
We really shouldn't be using that much stack space, not even in tests.
Similar changes can probably be applied anywhere else we're using more stack
than we should.
Original comment by kientzle@gmail.com
on 29 Dec 2013 at 6:22
Attachments:
Here's a corrected version of that patch which I've just committed to
libarchive master.
Let me know what other problems you find and we'll work through them.
Original comment by kientzle@gmail.com
on 29 Dec 2013 at 6:35
Attachments:
Original issue reported on code.google.com by
bruce.c...@gmail.com
on 9 Jun 2013 at 5:49