[Touch-packages] [Bug 1857769] Re: program linked to protobuf crashes before main

2020-06-10 Thread David Lawrence
I downloaded the latest protocol buffer release (protobuf- cpp-3.12.3.tar.gz) and the simple test app does not crash with that. So this problem seems to be unique to 20.04. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to proto

[Touch-packages] [Bug 1857769] Re: program linked to protobuf crashes before main

2020-06-03 Thread David Lawrence
This is still crashing on an up to date 20.04 build. This is a show stopper for me using 20.04. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to protobuf in Ubuntu. https://bugs.launchpad.net/bugs/1857769 Title: program link

[Touch-packages] [Bug 1857769] [NEW] program linked to protobuf crashes before main

2019-12-28 Thread David Lawrence
Public bug reported: This simple test crashes on a system that I installed Ubuntu Server 20.04 daily build on yesterday: echo "syntax = \"proto2\";" >| test.pbc echo "message TestMsg" >> test.pbc echo "{" >> test.pbc echo " required double f1 = 1;" >> test.pbc echo "}" >> test.pbc echo "int mai

[Touch-packages] [Bug 1528921] Re: rsync hangs on select(5, [], [4], [], {60, 0}

2018-11-12 Thread David Lawrence
This is a tarball of the directory I have used to reproduce the problem. For me, reproducing the bug is as simple as: cd /tmp/ tar -xvzf html2.tgz mkdir /tmp/rsynctest/ strace rsync --debug=all -avz /tmp/html2 /tmp/rsynctest/ ** Attachment added: "html2.tgz" https://bugs.launchpad.net/ubunt

[Touch-packages] [Bug 1528921] Re: rsync hangs on select(5, [], [4], [], {60, 0}

2018-11-12 Thread David Lawrence
I am still able to reproduce this problem with rsync 3.1.3 with the exact same test case about 3 years after I originally reported it. I'm running Ubuntu 18.04 which comes with 3.1.2, but I compiled 3.1.3 from source and get the same behavior. I'm also able to reproduce the problem (although it

Re: [Touch-packages] [Bug 1528921] Re: rsync hangs on select(5, [], [4], [], {60, 0}

2016-08-25 Thread David Lawrence
On Thu, Aug 25, 2016 at 9:45 AM, Rolf Leggewie <1528...@bugs.launchpad.net> wrote: > David, are you sure that the file html2/atsc__interleaver_8h__incl.png > is readable? It seems that in my case, rsync chokes on corrupted files > on a btrfs partition. "md5sum $file" gives a read error in my cas

[Touch-packages] [Bug 1528921] Re: rsync hangs on select(5, [], [4], [], {60, 0}

2015-12-24 Thread David Lawrence
The same problem also happens with rsync from today's git HEAD and bc58313bf7f42f0993. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsync in Ubuntu. https://bugs.launchpad.net/bugs/1528921 Title: rsync hangs on select(5,

[Touch-packages] [Bug 1528921] Re: rsync hangs on select(5, [], [4], [], {60, 0}

2015-12-24 Thread David Lawrence
The same problem happens on a 15.04 system: lsb_release -rd Description:Ubuntu 15.04 Release:15.04 stl@stl6:/tmp$ apt-cache policy rsync rsync: Installed: 3.1.1-3 Candidate: 3.1.1-3 Version table: *** 3.1.1-3 0 500 http://us.archive.ubuntu.com/ubuntu/ vivid/main amd64 Pa

[Touch-packages] [Bug 1528921] [NEW] rsync hangs on select(5, [], [4], [], {60, 0}

2015-12-23 Thread David Lawrence
Public bug reported: In the last few months my home directory backup stopped completing. I've been able to reproduce the problem on a single subdirectory although I had to add the --debug=all flag to reproduce it on that smaller directory. Specifically, this command never completes: rsync --debu