[Webkit-unassigned] [Bug 12782] Crash in BidiContext::deref on gdk debug build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 15 17:27:44 PST 2007


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


kkowalczyk at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13193|                            |review?
               Flag|                            |




------- Comment #1 from kkowalczyk at gmail.com  2007-02-15 17:27 PDT -------
Created an attachment (id=13193)
 --> (http://bugs.webkit.org/attachment.cgi?id=13193&action=view)
Fix the crash

Honestly, I don't see how this could crash because     template <typename T>
inline RefPtr<T>& RefPtr<T>::operator=(T* optr) has a check for NULL, but it
does happen.

Even if it's a gcc miscompilation, I believe it's worth putting the work-around
since this was compiled with gcc 4.1.2 that ships on Ubuntu 6.10, which is one
of the most popular distros.


-- 
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