[Webkit-unassigned] [Bug 69403] [WK2] [GTK] WebKitTestRunner crashes with heap corruption

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 5 09:44:12 PDT 2011


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





--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2011-10-05 09:44:12 PST ---
(From update of attachment 109753)
View in context: https://bugs.webkit.org/attachment.cgi?id=109753&action=review

Would it be sufficient to simply add 
#if defined (BUILDING_GTK__)
#include "autotoolsconfig.h"
#endif /* defined (BUILDING_GTK__) */

to the prefix header?

I'm wondering if there is some way we can #error out if the includes are in the wrong order. What do you think?

> Tools/WebKitTestRunner/PixelDumpSupport.h:32
> +#include <stdlib.h>

Hrm...why is this necessary?

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



More information about the webkit-unassigned mailing list