#17355 closed bug (duplicate)
Web+ crashes on gopher site
Reported by: | humdinger | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Kits/Web Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | #17121 | Blocking: | |
Platform: | All |
Description
This is hrev55585, 64bit.
Going to gopher://sdf.org crashes Web+ (full debug report attached:
state: Call (abort() called) Frame IP Function Name ----------------------------------------------- 00000000 0x1ba756c37cf _kern_debugger + 0x7 Disassembly: _kern_debugger: 0x000001ba756c37c8: 48c7c0e4000000 mov $0xe4, %rax 0x000001ba756c37cf: 0f05 syscall <-- 0x7fc2cefcb2a0 0x1ba756bb241 abort + 0x4a 0x7fc2cefcb2a0 0x1f5dfd5002d /boot/system/lib/libWebKitLegacy.so.1.8.2 + 0xf9e02d 0x7fc2cefcb300 0x1f5e137719d /boot/system/lib/libWebKitLegacy.so.1.8.2 + 0x25c519d 0x7fc2cefcb330 0x1f5e1347a9b WebCore::BUrlRequestWrapper::abort() + 0x9b 0x7fc2cefcb350 0x1f5e13480a8 WebCore::BUrlProtocolHandler::abort() + 0x18 0x7fc2cefcb370 0x1f5e0b360ff WebCore::ResourceHandle::cancel() + 0x1f 0x7fc2cefcb390 0x1f5e0b3729a WebCore::ResourceHandle::~ResourceHandle() + 0x1a 0x7fc2cefcb3b0 0x1f5e0b372dc WebCore::ResourceHandle::~ResourceHandle() + 0xc 0x7fc2cefcb510 0x1f5e0414ab3 WebCore::ResourceLoader::releaseResources() + 0x83 0x7fc2cefcb550 0x1f5e0434c1b WebCore::SubresourceLoader::didFail(WebCore::ResourceError const&) + 0x1db 0x7fc2cefcb5c0 0x1f5e04121df WebCore::ResourceLoader::cannotShowURL(WebCore::ResourceHandle*) + 0x2f 0x7fc2cefcb5f0 0x1f5e05b25e1 WebCore::ThreadTimers::sharedTimerFiredInternal() + 0x61 0x7fc2cefcb840 0x510b38634e BApplication::DispatchMessage(BMessage*, BHandler*) + 0x1ae 0x7fc2cefcb890 0x510b38d756 BLooper::task_looper() + 0x266 0x7fc2cefcb8b0 0x510b38353c BApplication::Run() + 0x1c 0x7fc2cefcb8d0 0x21b3bf2dfa9 main + 0x29 0x7fc2cefcb900 0x21b3bf2e189 _start + 0x39 0x7fc2cefcb930 0x19d17d4c3b3 runtime_loader + 0x103 00000000 0x7ff2d954b260 commpage_thread_exit + 0
Attachments (1)
Change History (4)
by , 3 years ago
Attachment: | WebPositive-10994-debug-26-10-2021-17-23-02.report added |
---|
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Blocked By: | 17121 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Yes it is. This was the fix: https://github.com/haiku/haikuwebkit/commit/c74b97b483ed72d229c3f29dcbc5626522b3c55b
I retested to be sure and gopher works fine in my webkit build
comment:3 by , 3 years ago
Sorry, I should've included closed tickets in my search for tickets dealing with "gopher" before filing a new one...
Note:
See TracTickets
for help on using tickets.
Isn't this already solved in the current work in progress of HaikuWebKit? I remember already fixing some Gphoer issues, is this a new one?