[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash-dev] Re: SIGPIPE handling
From: |
Andrea Palmatè |
Subject: |
Re: [Gnash-dev] Re: SIGPIPE handling |
Date: |
Mon, 18 Oct 2010 19:50:11 +0200 |
Il giorno 18/ott/2010, alle ore 17.55, strk ha scritto:
> On Mon, Oct 18, 2010 at 04:25:16PM +0200, Andrea Palmatè wrote:
>> I don't know if can help (and/or is related), but i've found another swf
>> that produce here the strange CPU bug that raise the CPU value to 100%
>> from 80% (for example)
>> Basically the movie swf load game data from internet and starts with cpu
>> at 80%. But when the movie download the data, the cpu increase its usage
>> til it reach 100% and the system became inusable.
>> When it download the data and the game starts, the cpu lower its usage
>> also to 10-15%.
>> So the network has something that is working in a wrong way.
>> I don't know if it is related to curl or something else, but there is
>> something that raise the cpu to 100%
>
> Now that the CURL select bug was fixed, see the effect of
> raising the select timeout (the maxSleepUsec variable in
> libbase/curl_adapter.cpp
>
mm.. no way..
for example http://donkey-kong.gamees.eu/game_6767_swf.html has the problem..
Even if i raise or lower the variable it is the same.
I'll try it on linux too (but i must compile gnash first..) or if someone has
already built gnash for ubuntu will be appreciate.. ;)
Andrea