[webkit-reviews] review requested: [Bug 12782] Crash in BidiContext::deref on gdk debug build : [Attachment 13193] Fix the crash

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Thu Feb 15 17:27:43 PST 2007


Krzysztof Kowalczyk <kkowalczyk at gmail.com> has asked  for review:
Bug 12782: Crash in BidiContext::deref on gdk debug build
http://bugs.webkit.org/show_bug.cgi?id=12782

Attachment 13193: Fix the crash
http://bugs.webkit.org/attachment.cgi?id=13193&action=edit

------- Additional Comments from Krzysztof Kowalczyk <kkowalczyk at gmail.com>
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.



More information about the webkit-reviews mailing list