Re: [Gnash-dev] Re: Burning 100% CPU time: MediaParser/FLVParser never pauses

2010-08-24 Thread strk
On Sun, Aug 22, 2010 at 12:10:17PM -0600, Rob Savoye wrote: On 08/22/10 07:15, strk wrote: This is likely due to not having a chance for threads to switch. Try adding the gnashSleep() back and see if it helps (should have been the original reason for that to be in there). As

Re: [Gnash-dev] Re: Burning 100% CPU time: MediaParser/FLVParser never pauses

2010-08-24 Thread strk
Just a note: I'm having mixed results while testing the code. Patch or no patch, I still have long blockings. --strk; On Tue, Aug 24, 2010 at 09:43:13AM +0200, strk wrote: On Sun, Aug 22, 2010 at 12:10:17PM -0600, Rob Savoye wrote: On 08/22/10 07:15, strk wrote: This is likely due to

[Gnash-dev] Re: [Gnash-commit] [SCM] Gnash branch, master, updated. 6895d3b0542e1ac28a3e37dd150187dacb66195d

2010-08-24 Thread John Gilmore
--- a/libmedia/MediaParser.cpp +++ b/libmedia/MediaParser.cpp @@ -411,6 +411,12 @@ MediaParser::parserLoop() while (!parserThreadKillRequested()) { parseNextChunk(); + gnashSleep(100); // thread switch + + // check for parsing complete +

[Gnash-dev] Re: [Gnash-commit] [SCM] Gnash branch, master, updated. 6895d3b0542e1ac28a3e37dd150187dacb66195d

2010-08-24 Thread Sandro Santilli
On Tue, Aug 24, 2010 at 11:42:16AM -0700, John Gilmore wrote: --- a/libmedia/MediaParser.cpp +++ b/libmedia/MediaParser.cpp @@ -411,6 +411,12 @@ MediaParser::parserLoop() while (!parserThreadKillRequested()) { parseNextChunk(); + gnashSleep(100); //

Re: [Gnash-dev] BSD testing

2010-08-24 Thread Nathan Peet Maier
I would really, really, really, like to get some testing feedback from anybody so the entire release is not based on my own efforts, which might miss something. - rob - Has anybody offered to test yet? I am a really amateur user with an AMD64 and use mostly FreeBSD. I

Re: [Gnash-dev] BSD testing

2010-08-24 Thread Rob Savoye
On 08/24/10 20:15, Nathan Peet Maier wrote: Has anybody offered to test yet? The release went out a few days ago, but thanks for offering. :-) I am a really amateur user with an AMD64 and use mostly FreeBSD. I haven't picked too much up on what testing is all about. Do you use bug