Bug 6120 - Random crashes when running the test suite
Summary: Random crashes when running the test suite
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-17 08:28 PST by Anders Carlsson
Modified: 2005-12-17 12:11 PST (History)
0 users

See Also:


Attachments
Make m_lstMedia a smart pointer (1.53 KB, patch)
2005-12-17 08:34 PST, Anders Carlsson
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2005-12-17 08:28:54 PST
I get random crashes when running the test suite; it looks like it's memory corruption. Patch coming up.
Comment 1 Anders Carlsson 2005-12-17 08:34:24 PST
Created attachment 5122 [details]
Make m_lstMedia a smart pointer

Since the calls to ref and unref for m_lstMedia have been removed, m_lstMedia
should be made a smart pointer.
Comment 2 Darin Adler 2005-12-17 08:40:33 PST
Comment on attachment 5122 [details]
Make m_lstMedia a smart pointer

r=me
Comment 3 Eric Seidel (no email) 2005-12-17 12:06:13 PST
Comment on attachment 5122 [details]
Make m_lstMedia a smart pointer

Thank you anders.