[Webkit-unassigned] [Bug 41369] tried to scroll while page was loading, browser stalled with beachball, then crashed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 29 13:54:36 PDT 2010


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID
                 CC|                            |darin at apple.com




--- Comment #1 from Darin Adler <darin at apple.com>  2010-06-29 13:54:36 PST ---
This is a crash inside Sparkle, a haxie of some sort, not Safari or WebKit.

This is what shows that:

0   libobjc.A.dylib                   0x00007fff85fc611c objc_msgSend + 40
1   org.andymatuschak.Sparkle         0x00000001020a6560 0x1020a5000 + 5472
2   org.andymatuschak.Sparkle         0x00000001020a6c9f 0x1020a5000 + 7327

Note that the crash is due to a method not found, a method named invalidate, called from the org.andymatuschak.Sparkle code.

So this is almost certainly not a WebKit bug to be fixed, but a Sparkle problem.

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