Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#17260 closed bug (duplicate)

Web+ Core when opening meet.jit.si

Reported by: Coldfirex Owned by: pulkomandy
Priority: normal Milestone: Unscheduled
Component: Applications/WebPositive Version: R1/beta3
Keywords: Cc:
Blocked By: #16898 Blocking:
Platform: All

Description

Noticed on B3 and nightly hrev55410 Web+ will core attempting to load https://meet.jit.si.

Attachments (1)

WebPositive-563-debug-11-09-2021-11-55-48.report (25.4 KB ) - added by Coldfirex 3 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Coldfirex, 3 years ago

Active Threads:
	thread 566: WebCore: IconDatabase 
	thread 568: w>Downloads 
	thread 570: w>Settings 
	thread 575: sort_thread 
	thread 578: w>WebPositive: Save 
	thread 587: w>WebPositive 
	thread 591: LocalStorage 
	thread 629: CryptoQueue 
	thread 630: team 563 debug task 
	thread 563: WebPositive (main)
		state: Call (abort() called)

		Frame		IP			Function Name
		-----------------------------------------------
		00000000	0x1a0ac9ff92f	_kern_debugger + 0x7 
			Disassembly:
				_kern_debugger:
				0x000001a0ac9ff928:   48c7c0e4000000  mov $0xe4, %rax
				0x000001a0ac9ff92f:             0f05  syscall  <--

		0x7fa36f9a8c00	0x1a0ac9f73a1	abort + 0x4a 
		0x7fa36f9a8c20	0x202464352ed	/boot/system/lib/libWebKitLegacy.so.1.8.2 + 0xf9e2ed 
		0x7fa36f9a8ce0	0x16880e59742	JSC::Wasm::Memory::tryCreate(JSC::Wasm::PageCount, JSC::Wasm::PageCount, JSC::Wasm::MemorySharingMode, WTF::Function<void ()(JSC::Wasm::Memory::NotifyPressure)>&&, WTF::Function<void ()(JSC::Wasm::Memory::SyncTryToReclaim)>&&, WTF::Function<void ()(JSC::Wasm::Memory::GrowSuccess, JSC::Wasm::PageCount, JSC::Wasm::PageCount)>&&) + 0x962 
		0x7fa36f9a8d90	0x16880ef9d5a	_ZN3JSCL28constructJSWebAssemblyMemoryEPNS_14JSGlobalObjectEPNS_9CallFrameE + 0x6ea 
		0x7fa36f9a8d90	0x6efc39b0c7	? 
		0x7fa36f9a8ed0	0x16880069fe9	/boot/system/lib/libJavaScriptCore.so.18.7.4 + 0x4e6fe9 

comment:2 by waddlesplash, 3 years ago

Blocked By: 16898 added
Resolution: duplicate
Status: newclosed

Duplicate of #16898. Probably it is still failing after the fix commit because you have too little memory for how much WebKit wants to allocate; that is resolved by the change to WebKit also linked in there.

comment:3 by Coldfirex, 3 years ago

FYI I just doubled the VM to 4GB and now it sits at "loading" in the status bar (no crash, but also nothing displayed). I assume the webkit portion is not released yet?

Note: See TracTickets for help on using tickets.