[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-dev] Upcoming release dates (was CDT8.4 + 8.5 - all debug buttons become disabled)
|
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Liviu Ionescu
> Sent: Wednesday, December 03, 2014 4:10 PM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] Upcoming release dates (was CDT8.4 + 8.5 - all debug
> buttons become disabled)
>
>
> On 03 Dec 2014, at 22:27, Marc Khouzam <marc.khouzam@xxxxxxxxxxxx>
> wrote:
>
> >> then how do you explain the same problems occurring without my plug-ins?
> >
> > Maybe it is not your plugins at all. It could be CDT plugins but that
> > the exception is triggered in your environment.
>
> I never exclude the possibility that my code has bugs. the GNU ARM Eclipse is a
> suite of 19 plug-ins, most with dependencies, so I cannot simply test them one
> by one, but I'll try to identify the one that is causing the exceptions.
>
> >> because Derek clearly reported them. one of his other plug-ins having
> >> the same StackOverflow problem?
> >
> > Maybe the stack overflow happens because there are too many buttons or
> something?
>
> I have only one additional button, a Reset button, used to reset the debugged
> target:
>
> <extension
> point="org.eclipse.ui.menus">
> <menuContribution
>
> locationURI="toolbar:org.eclipse.debug.ui.main.toolbar?after=additions">
> <command
> commandId="org.eclipse.debug.ui.commands.Restart"
> icon="icons/elcl16/restart_co.gif"
> disabledIcon="icons/dlcl16/restart_co.gif"
> label="%restartButton.label"
> style="push"
> tooltip="%restartButton.tooltip">
> </command>
> </menuContribution>
> </extension>
>
> I doubt this is the problem.
>
> > My guess is that most committers have pretty basic setups.
> > If you want to describe your setup, we could try to run the same thing
> > and reproduce the StackOverflow problem.
>
> my setup includes the GNU ARM Eclipse plug-ins:
>
> http://gnuarmeclipse.livius.net/blog/
Ok, I installed all of CDT 8.5 and all of your plugins on top of Eclipse 4.4.1 (Luna SR1).
I can see the Stack Overflow but the buttons are all enabled.
What launch should I use to try to reproduce the problem?