Hi there,
We're using your package to build .debian packages (much faster than dpkg-dev), but unfortunately we see random failures that I cannot explain. The file that is produced cannot be decompressed by zlib/dpkg.
dpkg-deb (subprocess): decompressing archive member: internal gzip read error: '<fd:4>: invalid block type'
Since the code is multi-threaded, are there places where we need a lock maybe ? Do we need a thread safe queue or something similar ?
Hi there,
We're using your package to build .debian packages (much faster than dpkg-dev), but unfortunately we see random failures that I cannot explain. The file that is produced cannot be decompressed by zlib/dpkg.
Since the code is multi-threaded, are there places where we need a lock maybe ? Do we need a thread safe queue or something similar ?