[Webkit-unassigned] [Bug 26667] New: REGRESSION: assertion failure in -[WebHTMLView _handleStyleKeyEquivalent:]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 23 17:46:23 PDT 2009


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

           Summary: REGRESSION: assertion failure in -[WebHTMLView
                    _handleStyleKeyEquivalent:]
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://www.apple.com
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: opendarwin at lapcatsoftware.com


Overview Description:
There is a reproducible assertion failure in -[WebHTMLView
_handleStyleKeyEquivalent:] using WebKit TOT. This is a regression from Mac OS
X 10.5.7 Safari 4.0.1.

Steps to Reproduce:
1) Unzip, build, and run the attached sample Xcode project "WebViewClose.zip".
2) When the web page stops loading, do command-q to quit.

Actual Results:
Assertion failure.

Expected Results:
No assertion failure.

Build Date & Platform:
git commit 401f9b797d616c4f01bfe3f730b723494afc0ec2 Tue Jun 23 23:06:36 2009
+0000, corresponding to svn r45011.

Additional Information:
The sample Xcode project is actually the same as the one in
<https://bugs.webkit.org/show_bug.cgi?id=26665>. I found this bug while testing
the other bug. However, the bugs do not appear to be otherwise related.

I've attached a crash log. Also, here's the backtrace:
ASSERTION FAILED: [self _webView]
(/Users/Shared/data/source/WebKit/WebKit/mac/WebView/WebHTMLView.mm:4157 BOOL
-[WebHTMLView _handleStyleKeyEquivalent:](WebHTMLView*, objc_selector*,
NSEvent*))
Program received signal:  “EXC_BAD_ACCESS”.
(gdb) bt
#0  0x00339880 in -[WebHTMLView _handleStyleKeyEquivalent:] (self=0xb74c60,
_cmd=0x3e5e62, event=0x1c468890) at
/Users/Shared/data/source/WebKit/WebKit/mac/WebView/WebHTMLView.mm:4157
#1  0x0033e8e8 in -[WebHTMLView performKeyEquivalent:] (self=0xb74c60,
_cmd=0x94891a60, event=0x1c468890) at
/Users/Shared/data/source/WebKit/WebKit/mac/WebView/WebHTMLView.mm:4187
#2  0x95aae8b6 in -[NSControl _performKeyEquivalent:conditionally:] ()
#3  0x95aae782 in -[NSView performKeyEquivalent:] ()
#4  0x95aae782 in -[NSView performKeyEquivalent:] ()
#5  0x95aae782 in -[NSView performKeyEquivalent:] ()
#6  0x95aae782 in -[NSView performKeyEquivalent:] ()
#7  0x95aae782 in -[NSView performKeyEquivalent:] ()
#8  0x95aae782 in -[NSView performKeyEquivalent:] ()
#9  0x95aae4eb in -[NSWindow performKeyEquivalent:] ()
#10 0x95aae1af in -[NSApplication _handleKeyEquivalent:] ()
#11 0x959cb0fb in -[NSApplication sendEvent:] ()
#12 0x9592862f in -[NSApplication run] ()
#13 0x958f5834 in NSApplicationMain ()
#14 0x00001b50 in main (argc=1, argv=0xbffff6c8) at
/Users/Shared/data/source/MiniBrowser/main.m:45


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



More information about the webkit-unassigned mailing list