[Webkit-unassigned] [Bug 15067] REGRESSION: Playing stops after each song at deezer.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 25 02:56:53 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15067


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrowe at apple.com




------- Comment #2 from mrowe at apple.com  2007-08-25 02:56 PDT -------
(In reply to comment #1)
> There may be a memory issue too with this website, but I'm not sure for now :
> Yesterday I was using this site all day long and I had to quit Safari two times
> because he was using a huge amout of virtual memory (10Go the first time and
> 2,5Go the second time)

There's no way that Safari was using 10GB of virtual memory.  On 32-bit
machines the maximum address space a process has access to is 4GB.  Any
attempts to allocate more memory than this will result in allocation failures,
and will quickly cause the program to crash.  I suspect the high memory usage
you are seeing is related to the use of Flash, in which case there is another
bug in Bugzilla that covers this issue.

The site loads *incredibly* slowly for me so I am not able to easily verify
your original bug report.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list