[Webkit-unassigned] [Bug 166059] [GTK] Crash on drag above web view of nautilus' tab

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 20 08:32:38 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=166059

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at igalia.com

--- Comment #1 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(Note: you can't check if 'this' is NULL in C++, because it's illegal for that to ever happen; at that point you've got undefined behavior and have already lost. Seems that's happening here. Unless you're building with -O0, the compiler will just optimize away the check. Also note that yes, WebKit ASSERTs are all disabled in release builds as WebKit is full of bugs and the web process would be constantly crashing if they were enabled.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161220/520da7f2/attachment.html>


More information about the webkit-unassigned mailing list