[Bug 156748] Re: Thread library bug for kernel = 2.6.21

2008-03-23 Thread Daniel Hahler
The package has been synced. ** Changed in: iperf (Ubuntu) Status: Triaged = Fix Released -- Thread library bug for kernel = 2.6.21 https://bugs.launchpad.net/bugs/156748 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 156748] Re: Thread library bug for kernel = 2.6.21

2008-03-21 Thread Daniel Hahler
Thank you for reporting this bug. I've filed a sync request at bug 204948. ** Changed in: iperf (Ubuntu) Importance: Undecided = Medium Assignee: (unassigned) = Daniel Hahler (blueyed) Status: New = Triaged -- Thread library bug for kernel = 2.6.21

[Bug 156748] Re: Thread library bug for kernel = 2.6.21

2008-03-19 Thread Bug Watch Updater
** Changed in: iperf (Debian) Status: New = Fix Released -- Thread library bug for kernel = 2.6.21 https://bugs.launchpad.net/bugs/156748 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 156748] Re: Thread library bug for kernel = 2.6.21

2008-03-18 Thread Bug Watch Updater
** Changed in: iperf (Debian) Status: Unknown = New -- Thread library bug for kernel = 2.6.21 https://bugs.launchpad.net/bugs/156748 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 156748] Re: Thread library bug for kernel = 2.6.21

2008-03-18 Thread Bernhard Schmidt
Bug has been fixed in Debian package version 2.0.2-4, can this be imported into Ubuntu before the hardy release? -- Thread library bug for kernel = 2.6.21 https://bugs.launchpad.net/bugs/156748 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 156748] Re: Thread library bug for kernel = 2.6.21

2008-03-17 Thread Bernhard Schmidt
This is a pretty serious performance issue. I've attached a patch against the original debian package to incorporate the Ingo Molnar fix (see Antonio above). It has great effect on system usage during iperf runs [EMAIL PROTECTED]:~/tmp$ time iperf -V -c ping.lrz-muenchen.de

[Bug 156748] Re: Thread library bug for kernel = 2.6.21

2008-01-07 Thread Antonio Barbuzzi
Same problem for me... Solved with patch of Ingo Molnar from: http://kerneltrap.org/Linux/Finding_Bugs_With_CFS --- compat/Thread.c |3 --- src/Reporter.c | 13 + src/main.cpp|2 ++ 3 files changed, 11 insertions(+), 7 deletions(-) Index: iperf-2.0.2/compat/Thread.c