Opened 6 years ago

Closed 6 years ago

#14130 closed bug (fixed)

Web+ crash (WebCore::ResourceLoader::didReceiveResponseAsync)

Reported by: humdinger Owned by: pulkomandy
Priority: normal Milestone: Unscheduled
Component: Applications/WebPositive Version: R1/Development
Keywords: Cc:
Blocked By: Blocking: #14151
Platform: All

Description

This is hrev51927 (32bit)

Go to http://finanzen.sueddeutsche.de/ and see WebPositive crash (full report attached):

thread 4509: WebPositive (main)
state: Exception (Segment violation)

Frame		IP			Function Name
-----------------------------------------------
0x725ef1e8	0x32f8364	WebCore::ResourceLoader::didReceiveResponseAsync(WebCore::ResourceHandle*, WebCore::ResourceResponse&&) + 0x54 
	Disassembly:
		WebCore::ResourceLoader::didReceiveResponseAsync(WebCore::ResourceHandle*, WebCore::ResourceResponse&&):
		0x032f8310:               55  push %ebp
		0x032f8311:             89e5  mov %esp, %ebp
		0x032f8313:           83ec28  sub $0x28, %esp
		0x032f8316:           8b4510  mov 0x10(%ebp), %eax
		0x032f8319:           897dfc  mov %edi, -0x4(%ebp)
		0x032f831c:           8b7d08  mov 0x8(%ebp), %edi
		0x032f831f:           895df4  mov %ebx, -0xc(%ebp)
		0x032f8322:           8975f8  mov %esi, -0x8(%ebp)
		0x032f8325:           8b750c  mov 0xc(%ebp), %esi
		0x032f8328:         89442408  mov %eax, 0x8(%esp)
		0x032f832c:         897c2404  mov %edi, 0x4(%esp)
		0x032f8330:           8b4710  mov 0x10(%edi), %eax
		0x032f8333:       e86fe6aaff  call 0x2da69a7
		0x032f8338:     81c3ac24e600  add $0xe624ac, %ebx
		0x032f833e:     8b80fc090000  mov 0x9fc(%eax), %eax
		0x032f8344:           890424  mov %eax, (%esp)
		0x032f8347:       e83483aaff  call 0x2da0680
		0x032f834c:             84c0  test %al, %al
		0x032f834e:             750f  jnz 0x32f835f
		0x032f8350:           8b5510  mov 0x10(%ebp), %edx
		0x032f8353:             8b07  mov (%edi), %eax
		0x032f8355:           893c24  mov %edi, (%esp)
		0x032f8358:         89542404  mov %edx, 0x4(%esp)
		0x032f835c:           ff5058  call 0x58(%eax)
		0x032f835f:             8b06  mov (%esi), %eax
		0x032f8361:           893424  mov %esi, (%esp)
		0x032f8364:           ff5028  call 0x28(%eax) <--

	Frame memory:
		[0x725ef1c0]  h=J...^r..^rhTD.   68 3d 4a 1c 10 f5 5e 72 10 f5 5e 72 68 54 44 1a
		[0x725ef1d0]  ..'.............   e0 90 27 1c 0c 00 00 00 06 00 00 00 e4 a7 15 04
		[0x725ef1e0]  ......Q.           00 00 00 00 c8 91 51 1c
0x725ef708	0x3f45a9a	WebCore::BUrlProtocolHandler::HeadersReceived(BUrlRequest*, BUrlResult const&) + 0x1b2a 
0x725ef7b0	0xdeeaa7	BUrlProtocolAsynchronousListener::MessageReceived(BMessage*) + 0x177 
0x725ef7d0	0xfb6943	BLooper::DispatchMessage(BMessage*, BHandler*) + 0x51 
0x725ef9c0	0xfaeb5d	BApplication::DispatchMessage(BMessage*, BHandler*) + 0x29 
0x725efa10	0xfb6cbb	BLooper::task_looper() + 0x1db 
0x725efa30	0xfab779	BApplication::Run() + 0x57 
0x725efa70	0x1d4ac82	main + 0x40 
0x725efa98	0x1d3f1d6	_start + 0x4b 
0x725efac8	0x1e2ae60	runtime_loader + 0x130 
00000000	0x60837250	commpage_thread_exit + 0 

Attachments (1)

WebPositive-4509-debug-08-05-2018-07-26-01.report (21.3 KB ) - added by humdinger 6 years ago.
crash on http://finanzen.sueddeutsche.de/

Download all attachments as: .zip

Change History (4)

comment:1 by pulkomandy, 6 years ago

This will also happen when starting any download.

comment:2 by pulkomandy, 6 years ago

Blocking: 14151 added

comment:3 by pulkomandy, 6 years ago

Resolution: fixed
Status: newclosed

Will be fixed in the next WebKit release.

Note: See TracTickets for help on using tickets.