Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] EPP 2020-12 M1


> On 15 Oct 2020, at 20:18, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
> 
> an Aarch64 Linux version

Embded CDT starts on a Raspberry Pi OS 64-bit, but with the known WebKit bug 565862:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=565862

lg@berry:~ $ /home/ilg/tmp/eclipse/eclipse
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
SWT Webkit.java Error: Could not find webkit extension. BrowserFunction functionality will not be available. 
(swt version: 4940r9) SWT Glue code version: 56.0 info: +BrowserFunction with private GDBus, +WebKitExtension Folder versioning, +WebKitExtension OSGI support, +setUrl(..postData..), setCookie(), getCookie +mouseDown/Focus +WebKit2 only
WebKit2Gtk version 2.28.4
Please report this issue *with steps to reproduce* via:
 https://bugs.eclipse.org/bugs/enter_bug.cgi?alias=&assigned_to=platform-swt-inbox%40eclipse.org&attach_text=&blocked=&bug_file_loc=http%3A%2F%2F&bug_severity=normal&bug_status=NEW&comment=&component=SWT&contenttypeentry=&contenttypemethod=autodetect&contenttypeselection=text%2Fplain&data=&defined_groups=1&dependson=&description=&flag_type-1=X&flag_type-11=X&flag_type-12=X&flag_type-13=X&flag_type-14=X&flag_type-15=X&flag_type-16=X&flag_type-2=X&flag_type-4=X&flag_type-6=X&flag_type-7=X&flag_type-8=X&form_name=enter_bug&keywords=&maketemplate=Remember%20values%20as%20bookmarkable%20template&op_sys=Linux&product=Platform&qa_contact=&rep_platform=PC&requestee_type-1=&requestee_type-2=&short_desc=webkit2_BrowserProblem
For bug report, please atatch this stack trace:
java.lang.Throwable: 
	at org.eclipse.swt.browser.WebKit.getStackTrace(WebKit.java:323)
	at org.eclipse.swt.browser.WebKit.getInternalErrorMsg(WebKit.java:316)
	at org.eclipse.swt.browser.WebKit.access$1(WebKit.java:306)
	at org.eclipse.swt.browser.WebKit$WebKitExtension.initializeWebExtensions_callback(WebKit.java:431)
	at org.eclipse.swt.internal.webkit.WebKitGTK.webkit_web_view_load_html(Native Method)


I guess the same will happen with all Eclipse packages.

I don't know if there are any plans to fix this bug.


Regards,

Liviu



Back to the top