Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 467239

Summary: [Launcher] Rebuild Eclipse launchers on ppc64le as they are out of sync with the code changes in Mars
Product: [Eclipse Project] Equinox Reporter: Sravan Kumar Lakkimsetti <sravankumarl>
Component: LauncherAssignee: Project Inbox <equinox.launcher-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: P3 CC: akurtakov, arunkumar.thondapu, lshanmug, robertoguimaraes8, sravankumarl
Version: 4.5.0 MarsFlags: arunkumar.thondapu: review+
Target Milestone: Mars RC1   
Hardware: Power PC   
OS: Linux   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=467292
Whiteboard:
Bug Depends on: 441421    
Bug Blocks:    

Description Sravan Kumar Lakkimsetti CLA 2015-05-13 11:01:05 EDT
+++ This bug was initially created as a clone of Bug #441421 +++

When running eclipse in a Fedora 19 distro and in a powerpc machine I am getting the following error when opening eclipse:


(java:16112): GLib-GObject-WARNING **: cannot register existing type `GdkDisplayManager'

(java:16112): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed

(java:16112): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed

(java:16112): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(java:16112): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(java:16112): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(java:16112): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(java:16112): GLib-GObject-WARNING **: cannot register existing type `GdkDisplay'

(java:16112): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed

(java:16112): GLib-GObject-CRITICAL **: g_type_register_static: assertion `parent_type > 0' failed

(java:16112): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed

(java:16112): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed



I saw that there is a workaround for this issue (export SWT_GTK3=0). But I think it is still a bug.
Comment 1 Sravan Kumar Lakkimsetti CLA 2015-05-13 11:03:15 EDT
Need to rebuild the launcher for Linux on ppc64le
Comment 2 Arun Thondapu CLA 2015-05-13 13:12:59 EDT
Rebuilt launcher binaries are committed via https://git.eclipse.org/c/equinox/rt.equinox.binaries.git/commit/?id=dcaec37390e6ceb8656d390daabb61a6117ebcca

There was a problem with the new tag generation and needs to be done again.
Comment 3 Arun Thondapu CLA 2015-05-13 15:54:01 EDT
(In reply to Arun Thondapu from comment #2)
> Rebuilt launcher binaries are committed via
> https://git.eclipse.org/c/equinox/rt.equinox.binaries.git/commit/
> ?id=dcaec37390e6ceb8656d390daabb61a6117ebcca
> 
> There was a problem with the new tag generation and needs to be done again.

New tags generated and pushed.