#11274 closed bug (fixed)
[WebPositive] crashes in WebCore::SocketStreamHandle::platformClose
Reported by: | diver | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
hrev47897+ WebKit 1.4.4
To reproduce:
- open http://www.yandex.ru/?edit=1
- click any button at the top of the page
Attachments (2)
Change History (6)
by , 10 years ago
Attachment: | WebPositive-3519-debug-23-09-2014-08-33-53.report added |
---|
comment:1 by , 9 years ago
by , 9 years ago
Attachment: | WebPositive-338-debug-20-05-2015-20-13-40.report added |
---|
irccloud debug file
comment:2 by , 9 years ago
Yes, I already know that irccloud has the same problem. The easy/lazy fix would be to disable the Web Socket support in WebKit, and the better fix would be to review and simplify that code (too much threads used, and race conditions there).
Soup backend code for comparison: https://github.com/haiku/webkit/blob/rebased/Source/WebCore/platform/network/soup/SocketStreamHandleSoup.cpp
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Neither of those sites crash now (though WebSockets still don't work quite right, but that's tracked elsewhere.)
comment:4 by , 5 years ago
Milestone: | R1 → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
I believe I have managed to reproduce the bug by logging into https://irccloud.org (you can sign up for a free account). I have attached the bug report onto this.