Bug#855118: wrk: only loops and burns CPU

2017-08-05 Thread Robert Edmonds
Christos Trochalakis wrote: > I plan to upload it as an nmu on Monday unless Robert wants to prepare > the upload himself. I have just pushed those fixes to the packaging repo > (nmu branch). > > https://anonscm.debian.org/cgit/collab-maint/wrk.git/log/?h=nmu Thanks, just uploaded these changes

Bug#855118: wrk: only loops and burns CPU

2017-08-04 Thread Christos Trochalakis
On Tue, Aug 01, 2017 at 02:10:18AM +0300, Rinat Ibragimov wrote: Hi. Looks like patch intended to fix FTBFS was wrong. And rendered wrk unusable. One can't just replace __sync_val_compare_and_swap by __atomic_compare_exchange without other changes, since former function returns previous value

Bug#855118: wrk: only loops and burns CPU

2017-07-31 Thread Rinat Ibragimov
Hi. Looks like patch intended to fix FTBFS was wrong. And rendered wrk unusable. One can't just replace __sync_val_compare_and_swap by __atomic_compare_exchange without other changes, since former function returns previous value of the atomic variable, while latter returns a boolean value. True

Bug#855118: wrk: only loops and burns CPU

2017-02-14 Thread Philipp Marek
Package: wrk Version: 4.0.2-1+b1 Severity: normal This version of "wrk" is broken. Running it eg. via # wrk http://127.0.0.1:3309/static just makes it loop and burn some CPU; it never terminates, and doesn't even do many HTTP requests. Version 4.0.1-2 (from yakkety) works as expected.