[Webkit-unassigned] [Bug 47136] WebSocket tests are crashing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 4 17:53:25 PDT 2010


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





--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com>  2010-10-04 17:53:25 PST ---
If I shuffle the inheritance order of SocketStreamHandle to:
class SocketStreamHandle : public RefCounted<SocketStreamHandle>, public AuthenticationClient, public SocketStreamHandleBase {
then things to bad in the AuthenticationClient ctor, in a similar place.

Certainly looks like an issue with multiple-inheritance pointer adjustment.

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