Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Problem running eclipse on master

Hi Marco.

I hope you have resolved your problem. As far as I can tell it works fine for me.

To debug this, if the IDE is hung press pause to see if you can identify where it is stuck in an infinite loop or similar. If the problem is a running Eclipse that you can't debug easily, you can get a stack trace with jstack. One possibility is that you are using a workspace that has a value that CDT is not happy with - so please try with a new runtime workspace too.

Please let me know if you need additional help as I want to make sure you are unblocked.

HTH,
Jonah

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Sun, 7 Jun 2020 at 11:39, marco <marco.stornelli@xxxxxxxxx> wrote:
Hi,

it seems I'm not able to run eclipse anymore on master branch. When I
execute run as -> Eclipse application it seems the process hangs, I see
java getting all cpu but nothing happens. No output in the console. I
recently updated my dev pc so I don't know if it's a problem with my
setup, does it work for you? How can I debug it?

Thanks.
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top