Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: Fw: Re: [platform-swt-dev] Eclipse crashes often with Unhandled exception and segmentation fault error for Module /usr/lib/libgtk-x11-2.0.so.0


Hi -

Unfortunately, your stack trace does not provide enough information to be able to pinpoint what the problem is (g_main_context_iteration is just the gtk main event loop). We need a small snippet of code that can recreate the crash in order to proceed. Please open a new bug and attach the code as well as which version of GTK you are running, Linux distro, and JRE info and we'll try to proceed from there.

Thanks,
Bogdan

PS. Please note for future reference that these types of questions should be posted to the swt newsgroups and not to this mailing list.




From: Nayna Jain <jainnayna@xxxxxxxx>
To: platform-swt-dev@xxxxxxxxxxx
Date: 11/23/2009 11:30 AM
Subject: Fw: Re: [platform-swt-dev] Eclipse crashes often with Unhandled        exception and segmentation fault error for Module        /usr/lib/libgtk-x11-2.0.so.0
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx





Hi,

I haven't got the reply for this yet...

Thanks & Regards,
        - Nayna Jain

--- On Thu, 19/11/09, Nayna Jain <jainnayna@xxxxxxxx> wrote:


From: Nayna Jain <jainnayna@xxxxxxxx>
Subject: Re: [platform-swt-dev] Eclipse crashes often with Unhandled exception and segmentation fault error for Module /usr/lib/libgtk-x11-2.0.so.0
To: "Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
Date: Thursday, 19 November, 2009, 4:14 PM

Hi  Carolyn,

I have attached the javacore files.

I had a look at them. It seems the

at org/eclipse/swt/internal/gtk/OS._g_main_context_iteration(Native Method)
at org/eclipse/swt/internal/gtk/OS.g_main_context_iteration(OS.java:1858(Compiled Code))
at  org/eclipse/swt/widgets/Display.readAndDispatch(Display.java:3110)

is an issue. Anyways, this is just my guess.

Thanks & Regards,
      - Nayna Jain



--- On Thu, 19/11/09, Carolyn MacLeod <Carolyn_MacLeod@xxxxxxxxxx> wrote:


From: Carolyn MacLeod <Carolyn_MacLeod@xxxxxxxxxx>
Subject: Re: [platform-swt-dev] Eclipse crashes often with Unhandled exception and segmentation fault error for Module /usr/lib/libgtk-x11-2.0.so.0
To: "Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
Cc: platform-swt-dev@xxxxxxxxxxx, platform-swt-dev-bounces@xxxxxxxxxxx
Date: Thursday, 19 November, 2009, 2:59 PM


The javacore files might be helpful. For example:

JVMDUMP010I Java Dump written to /afs/austin.ibm.com/projects/esw/users/nayna/Install/galileo/eclipse/javacore.20091117.111029.23613.txt


Carolyn



From: Nayna Jain <jainnayna@xxxxxxxx>
To: platform-swt-dev@xxxxxxxxxxx
Date: 19/11/2009 08:02 AM
Subject: [platform-swt-dev] Eclipse crashes often with Unhandled exception        and segmentation fault error for Module /usr/lib/libgtk-x11-2.0.so.0
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx






Hi all,

We are developing plugins for our own build requirement.

We have developed three launch configurations for debugging in ppc systems.

So, during development I am launching the eclipse from within eclipse, using Open Debug Dialog and then launch configurations..

But this new child eclipse often crashes and always at different times. The error is Unhandled exception... Segmentation error.. and for the module = /usr/lib/libgtk-x11-2.0.so.0

I am attaching the snapshots... Each time it has crashed at different points.

Can someone tell what is the reason ? and how to resolve this ?

Thanks & Regards,
       - Nayna Jain




The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.[attachment "ErrorDuringRemoteAttachDebugging.png" deleted by Carolyn MacLeod/Ottawa/IBM] [attachment "AfterSelectingCoreDumpFileForDebug.png" deleted by Carolyn MacLeod/Ottawa/IBM] [attachment "ErrorWhileCoreDumpDebug.png" deleted by Carolyn MacLeod/Ottawa/IBM] [attachment "ErrorWhileLaunchingEclipseFromEclipse.png" deleted by Carolyn MacLeod/Ottawa/IBM] _______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



-----Inline Attachment Follows-----

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.

-----Inline Attachment Follows-----

_______________________________________________
platform-swt-dev mailing list

platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.[attachment "javacore.20091117.085215.21415.txt" deleted by Bogdan Gheorghe/Ottawa/IBM] [attachment "javacore.20091117.090226.21833.txt" deleted by Bogdan Gheorghe/Ottawa/IBM] [attachment "javacore.20091117.111029.23613.txt" deleted by Bogdan Gheorghe/Ottawa/IBM] [attachment "javacore.20091117.111312.17300.txt" deleted by Bogdan Gheorghe/Ottawa/IBM] _______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top