Bug#288554: mozilla-firefox: Firefox sometimes hangs within futex() calls for a long time.

2005-07-18 Thread Helmut Grohne
This bug seems to be fixed in 1.0.5-1. I cannot reproduce the described behaviour anymore. The bug should therefore be marked as closed. Helmut signature.asc Description: Digital signature

Bug#288554: mozilla-firefox: Firefox sometimes hangs within futex() calls for a long time.

2005-03-12 Thread Helmut Grohne
I would guess it's some sort of race condition then. Did you give the upstream bugzilla a once over to see if anyone had reported something similar? Good suggestion. See https://bugzilla.mozilla.org/show_bug.cgi?id=227168 that describes what i observed. Greetings Helmut Grohne

Bug#288554: mozilla-firefox: Firefox sometimes hangs within futex() calls for a long time.

2005-03-12 Thread Eric Dorland
forwarded 288554 https://bugzilla.mozilla.org/show_bug.cgi?id=227168 thanks * Helmut Grohne ([EMAIL PROTECTED]) wrote: I would guess it's some sort of race condition then. Did you give the upstream bugzilla a once over to see if anyone had reported something similar? Good suggestion.

Bug#288554: mozilla-firefox: Firefox sometimes hangs within futex() calls for a long time.

2005-03-09 Thread Eric Dorland
* Helmut Grohne ([EMAIL PROTECTED]) wrote: Is it swapping heavily? That doesn't use CPU. No. It simply hangs. One workaround for this problem is sending a lot of SIGCONTs to firefox-bin using a little perl one-liner. As far as I know futex() calls get interrupted when signals arrive.

Bug#288554: mozilla-firefox: Firefox sometimes hangs within futex() calls for a long time.

2005-03-05 Thread Eric Dorland
* Helmut Grohne ([EMAIL PROTECTED]) wrote: Did you say you were running on not very powerful hardware? Opening 30 tabs is certainly going to put a strain on an older machine. Yes, but 30 tabs *should* consume a lot of cpu. I'd said nothing if it just took very long. But firefox sometimes

Bug#288554: mozilla-firefox: Firefox sometimes hangs within futex() calls for a long time.

2005-03-05 Thread Helmut Grohne
Is it swapping heavily? That doesn't use CPU. No. It simply hangs. One workaround for this problem is sending a lot of SIGCONTs to firefox-bin using a little perl one-liner. As far as I know futex() calls get interrupted when signals arrive. If I remember correctly I had some similar problems

Bug#288554: mozilla-firefox: Firefox sometimes hangs within futex() calls for a long time.

2005-01-22 Thread Helmut Grohne
Did you say you were running on not very powerful hardware? Opening 30 tabs is certainly going to put a strain on an older machine. Yes, but 30 tabs *should* consume a lot of cpu. I'd said nothing if it just took very long. But firefox sometimes even fails to redraw within 5 seconds *although*

Bug#288554: mozilla-firefox: Firefox sometimes hangs within futex() calls for a long time.

2005-01-16 Thread Eric Dorland
* Helmut Grohne ([EMAIL PROTECTED]) wrote: Firefox (among others like mozilla, some other curses applications) hang within a the following system call (obtained by strace) for 10 seconds to 3 minutes: Hang and then resume functioning? Yes, the futex call somewhen returns.