search for: bugfinding

Displaying 6 results from an estimated 6 matches for "bugfinding".

2009 Nov 19
3
[LLVMdev] opt and bugs
...M bugs by doing the first of these, but not the second: we test only -O[0123s]. Slowly but surely, LLVM is evolving resistance to our random tester. Of course this is good, but it means that we need to keep expanding our efforts if we want to continue to get solid return on investment for our bugfinding hours. My first question is: When we start running random combinations of passes using opt, which ones should we leave out, because you folks don't want to hear that they're wrong? For example, the other day I learned that ABCD is not yet ready for this sort of testing. A while ago s...
2002 Oct 09
2
rsync-2.5.5 memory eater problem
Hi, we ran into a little problem with rsync-2.5.5. Setup: you run rsync-2.5.5 as normal rsync over ssh (ie. not connecting to a rsync server). If you start such a rsync but interrupt the pulling process with Ctrl-C, the process on the other side may start to allocate all memory on the remote machine. As fa as we have analyzed the problem, the remote rsync process wants to issue a error message
2009 Nov 19
0
[LLVMdev] opt and bugs
...these, but not the > second: we test only -O[0123s]. > > Slowly but surely, LLVM is evolving resistance to our random tester. Of > course this is good, but it means that we need to keep expanding our > efforts if we want to continue to get solid return on investment for our > bugfinding hours. > > My first question is: When we start running random combinations of > passes using opt, which ones should we leave out, because you folks > don't want to hear that they're wrong? For example, the other day I > learned that ABCD is not yet ready for this sort of...
2008 Apr 15
1
rsync-3.0.2 fails testsuite in itemize
HI, rsync-3.0.2 with patches/acls.diff,patches/xattrs.diff,patches/slp.diff fails (most of the time) in the itemize test: ----- itemize log follows Testing for symlinks using 'test -h' makepath /usr/src/packages/BUILD/rsync-3.0.2/testtmp/itemize/from/foo makepath /usr/src/packages/BUILD/rsync-3.0.2/testtmp/itemize/from/bar/baz cd+++++++++ ./ cd+++++++++ bar/
2008 Apr 15
1
rsync-patches-3.0.2 duplicate hunk
HI, patches/xattrs.diff repeats the man-page change from patches/slp.diff producing an error if you try to apply both patches. -- with kind regards (mit freundlichem Grinsen), Ruediger Oertel (ro@novell.com,ro@suse.de,bugfinder@t-online.de) ---------------------------------------------------------------------- Linux Fatou 2.6.25-rc8-12-default #1 SMP 2008-04-02 01:36:51 +0200 x86_64 Key
2004 May 09
2
[BUG] rsync 2.6.2
After upgrade from previous version I can't run rsync. 2004/05/09 10:40:54 [18630] rsyncd version 2.6.2 starting, listening on port 873 2004/05/09 10:40:54 [18630] rsync error: error in socket IO (code 10) at socket.c(466) strace shows that there is problem with listen() I've found patch on this lists: --- rsync-2.6.2/socket.c.orig 2004-05-08 23:25:11.979473336 +0200 +++