Opened 8 years ago
Closed 8 years ago
#13263 closed bug (duplicate)
Webpositive crashes (HaikuWebKit 1.5.4)
Reported by: | vidrep | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | #10392 | Blocking: | |
Platform: | All |
Description
hrev50919 x86_gcc2 HaikuWebKit 1.5.4 WebKit 602.1.1
After logging into TD Bank site I experienced a pair of crashes while navigating the menus. https://easyweb.td.com/waw/idp/login.htm?execution=e2s1
Pasted below is the relevant part of the syslog. Attached is debug report.
KERN: vm_soft_fault: va 0x0 not covered by area in address space KERN: vm_page_fault: vm_soft_fault returned error 'Bad address' on fault at 0x1, ip 0x5a2ef6, write 0, user 1, thread 0x2c2 KERN: vm_page_fault: thread "WebPositive" (706) in team "WebPositive" (706) tried to read address 0x1, ip 0x5a2ef6 ("libroot.so_seg0ro" +0x9bef6) KERN: debug_server: Thread 706 entered the debugger: Segment violation KERN: stack trace, current PC 0x5a2ef6 strcmp + 0xb: KERN: (0x72e306d8) 0x140c98b _ZNK11BHttpHeader6NameIsEPKc + 0x73 KERN: (0x72e30708) 0x140ca51 _ZNK12BHttpHeaders11HeaderValueEPKc + 0x45 KERN: (0x72e30748) 0x140cbc3 _ZNK12BHttpHeadersixEPKc + 0x1d KERN: (0x72e30768) 0x1413338 _ZNK11BHttpResult11ContentTypeEv + 0x2e KERN: (0x72e30788) 0x3ccd757 _ZN7WebCore19BUrlProtocolHandler15HeadersReceivedEP11BUrlRequestRK10BUrlResult + 0x77 KERN: (0x72e309e8) 0x14157a5 _ZN32BUrlProtocolAsynchronousListener15MessageReceivedEP8BMessage + 0x155 KERN: (0x72e30a88) 0xe2c44c _ZN7BLooper15DispatchMessageEP8BMessageP8BHandler + 0x54 KERN: (0x72e30aa8) 0xe24762 _ZN12BApplication15DispatchMessageEP8BMessageP8BHandler + 0x2e KERN: (0x72e30c98) 0xe2c7c4 _ZN7BLooper11task_looperEv + 0x1de KERN: (0x72e30ce8) 0xe2137f _ZN12BApplication3RunEv + 0x5d KERN: (0x72e30d08) 0x22fbc11 main + 0x43 KERN: (0x72e30d38) 0x22f011b _start + 0x50 KERN: (0x72e30d78) 0x236ccf2 runtime_loader + 0x132
Attachments (3)
Change History (6)
by , 8 years ago
Attachment: | WebPositive-706-debug-30-01-2017-14-37-26.report added |
---|
comment:1 by , 8 years ago
by , 8 years ago
Attachment: | syslog_yahoo.txt added |
---|
by , 8 years ago
Attachment: | WebPositive-4126-debug-30-01-2017-15-12-34.report added |
---|
comment:2 by , 8 years ago
Going to this URL will cause Webpositive to hang: https://www.unixmen.com/haiku-a-new-kind-of-operating-system/
comment:3 by , 8 years ago
Blocked By: | 10392 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
The original crash in BHttpHeader::NameIs
is already being tracked in #10392.
The second crash in WebCore::Region::unite
deserves its own ticket as well as the url causing Web+ to hang.
Second crash encountered on the following website: https://www.yahoo.com/news/world/ Debug report attached syslog_yahoo.txt attached