Bug 536839 - [GTK] Random Crashes of Eclipse
Summary: [GTK] Random Crashes of Eclipse
Status: CLOSED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.8   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2018-07-09 09:24 EDT by Christian Dietrich CLA
Modified: 2018-08-23 15:41 EDT (History)
3 users (show)

See Also:


Attachments
About dialog information (4.69 MB, text/plain)
2018-07-09 09:24 EDT, Christian Dietrich CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Dietrich CLA 2018-07-09 09:24:03 EDT
Created attachment 274896 [details]
About dialog information

i am getting my eclipse randomly crash with no trace left.
the only thing i get is the following in dmesg

[ 2764.037603] traps: java[3711] trap int3 ip:7fb4d107fed2 sp:7fb51a3948e0 error:0
[ 3902.072263] traps: java[10177] trap int3 ip:7f04c5dc8ed2 sp:7f051713a8f0 error:0

what can i do to analyze this problem
Comment 1 Andrey Loskutov CLA 2018-07-09 09:40:37 EDT
Most likely SWT (GTK3).

Please remove non-standard options (G1 is default for JDK 9+ only, second one is not default even in 10):

-XX:+UseG1GC
-XX:+UseStringDeduplication

Please try to use Adwaita or Clearlooks-Phenix themes (first is Gnome default, second is the one I use daily):

org.eclipse.swt.internal.gtk.theme=Vertex-Maia


Please start Eclipse from command line to see all those GTK-Critical messages (you *must* see them on GTK3, there is no way not to see GTK3 errors with Eclipse).

You can also check of export SWT_GTK3=0 helps.
Comment 2 Christian Dietrich CLA 2018-07-09 10:49:22 EDT
changing the theme and removing the xx params did not help
Comment 3 Eric Williams CLA 2018-07-10 10:05:22 EDT
(In reply to Christian Dietrich from comment #2)
> changing the theme and removing the xx params did not help

Does it happen on GTK2? I.e. try with SWT_GTK3=0.
Comment 4 Christian Dietrich CLA 2018-07-21 10:24:53 EDT
I have not Seen any crashes  with gtk2 for the last two weeks
Comment 5 Eric Williams CLA 2018-08-23 15:36:10 EDT
What webkit version are you using?
Comment 6 Christian Dietrich CLA 2018-08-23 15:39:57 EDT
i cannot tell you since i do no longer own the notebook the problem happened.
Comment 7 Christian Dietrich CLA 2018-08-23 15:40:14 EDT
would be ok for me to close the issue
Comment 8 Eric Williams CLA 2018-08-23 15:41:43 EDT
(In reply to Christian Dietrich from comment #7)
> would be ok for me to close the issue

No problem, closing now.