WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
11137
GdkLauncher dies with "pure virtual method called" if window is closed while page still loading
https://bugs.webkit.org/show_bug.cgi?id=11137
Summary
GdkLauncher dies with "pure virtual method called" if window is closed while ...
Mark Rowe (bdash)
Reported
2006-10-03 14:50:04 PDT
This appears to happen for a similar reason as to why
bug 10838
was causing memory leaks: a virtual method is being called from the Frame destructor, leading to the Frame version being called rather than the superclass as expected. As the Frame implementation is pure virtual, the runtime library aborts.
Attachments
Patch
(1.07 KB, patch)
2006-10-03 14:54 PDT
,
Mark Rowe (bdash)
mitz: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Mark Rowe (bdash)
Comment 1
2006-10-03 14:54:51 PDT
Created
attachment 10882
[details]
Patch
mitz
Comment 2
2006-10-03 15:13:38 PDT
Comment on
attachment 10882
[details]
Patch r=me
Mark Rowe (bdash)
Comment 3
2006-10-03 15:18:30 PDT
Landed in
r16743
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug