Home » Language IDEs » C / C++ IDE (CDT) » OS X, CDT debug problem: Exception processing debug async queue
OS X, CDT debug problem: Exception processing debug async queue [message #128924] |
Fri, 26 November 2004 09:38  |
Eclipse User |
|
|
|
I am terribly new to this, so forgive me if the following has some obvious solution. =)
I get this from my error log every time I attempt to run a program in debug mode:
Error Nov 26, 2004 08:55:10.292 Exception processing debug async queue
java.lang.NullPointerException
at org.eclipse.cdt.debug.internal.core.model.CStackFrame.getAdd ress(CStackFrame.java:554)
at org.eclipse.cdt.debug.internal.core.model.Disassembly.create Block(Disassembly.java:64)
at org.eclipse.cdt.debug.internal.core.model.Disassembly.getDis assemblyBlock(Disassembly.java:53)
at org.eclipse.cdt.debug.internal.ui.views.disassembly.Disassem blyEditorInput.create(DisassemblyEditorInput.java:192)
at org.eclipse.cdt.debug.internal.ui.views.disassembly.Disassem blyView$4.run(DisassemblyView.java:544)
at org.eclipse.debug.core.DebugPlugin$AsynchJob.run(DebugPlugin .java:876)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
Session Data:
eclipse.buildId=M200409161125java.version=1.4.2_05
java.vendor=Apple Computer, Inc.BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US
Command-line arguments: -keyring /Users/inca/.eclipse_keyring -showlocation
What does it mean and what can I do to fix it?
Thanks,
Joe
|
|
| |
Re: OS X, CDT debug problem: Exception processing debug async queue [message #129008 is a reply to message #128986] |
Fri, 26 November 2004 15:15   |
Eclipse User |
|
|
|
CDT 2.1.0 RC3 from
http://download.eclipse.org/tools/cdt/builds/2.1.0/RC3
The async problem occurs only when I look for the "disassembly" when stepping through the debug mode.
I have a new error now:
An internal error occurred during: "Debug".
java.lang.NullPointerException
at org.eclipse.cdt.debug.internal.core.model.CValue.getPointerV alueString(CValue.java:367)
at org.eclipse.cdt.debug.internal.core.model.CValue.processUnde rlyingValue(CValue.java:216)
at org.eclipse.cdt.debug.internal.core.model.CValue.getValueStr ing(CValue.java:95)
at org.eclipse.cdt.debug.internal.ui.CDTDebugModelPresentation. getValueText(CDTDebugModelPresentation.java:568)
at org.eclipse.cdt.debug.internal.ui.CDTDebugModelPresentation. getVariableText(CDTDebugModelPresentation.java:545)
at org.eclipse.cdt.debug.internal.ui.CDTDebugModelPresentation. getBaseText(CDTDebugModelPresentation.java:323)
at org.eclipse.cdt.debug.internal.ui.CDTDebugModelPresentation. getText(CDTDebugModelPresentation.java:287)
at org.eclipse.debug.internal.ui.LazyModelPresentation.getText( LazyModelPresentation.java:101)
at org.eclipse.debug.internal.ui.DelegatingModelPresentation.ge tText(DelegatingModelPresentation.java:158)
at org.eclipse.debug.internal.ui.VariablesViewModelPresentation .getText(VariablesViewModelPresentation.java:25)
at org.eclipse.debug.internal.ui.views.DebugViewLabelDecorator$ LabelJob.run(DebugViewLabelDecorator.java:326)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
eclipse.buildId=M200409161125
java.version=1.4.2_05
java.vendor=Apple Computer, Inc.
BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US
Command-line arguments: -keyring /Users/inca/.eclipse_keyring -showlocation
In article <co7u9n$d7d$1@www.eclipse.org>,
"Mikhail Khodjaiants" <mikhailk@qnx.com> wrote:
> Which version of CDT are you using?
>
> "Joe Gorse" <gorse@mps.ohio-state.edu> wrote in message
> news:gorse-C256DB.09382726112004@eclipse.org...
> >I am terribly new to this, so forgive me if the following has some obvious
> >solution. =)
> >
> > I get this from my error log every time I attempt to run a program in
> > debug mode:
> >
> > Error Nov 26, 2004 08:55:10.292 Exception processing debug async queue
> > java.lang.NullPointerException
> > at
> > org.eclipse.cdt.debug.internal.core.model.CStackFrame.getAdd ress(CStackFrame.java:554)
> > at
> > org.eclipse.cdt.debug.internal.core.model.Disassembly.create Block(Disassembly.java:64)
> > at
> > org.eclipse.cdt.debug.internal.core.model.Disassembly.getDis assemblyBlock(Disassembly.java:53)
> > at
> > org.eclipse.cdt.debug.internal.ui.views.disassembly.Disassem blyEditorInput.create(DisassemblyEditorInput.java:192)
> > at
> > org.eclipse.cdt.debug.internal.ui.views.disassembly.Disassem blyView$4.run(DisassemblyView.java:544)
> > at org.eclipse.debug.core.DebugPlugin$AsynchJob.run(DebugPlugin .java:876)
> > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
> >
> > Session Data:
> > eclipse.buildId=M200409161125java.version=1.4.2_05
> > java.vendor=Apple Computer, Inc.BootLoader constants: OS=macosx, ARCH=ppc,
> > WS=carbon, NL=en_US
> > Command-line arguments: -keyring
> > /Users/inca/.eclipse_keyring -showlocation
> >
> >
> > What does it mean and what can I do to fix it?
> >
> > Thanks,
> > Joe
|
|
|
Re: OS X, CDT debug problem: Exception processing debug async queue [message #131126 is a reply to message #129008] |
Thu, 09 December 2004 13:20   |
Eclipse User |
|
|
|
Originally posted by: gwatson.lanl.gov
I get the same error as soon as I start debugging a CDT project. I'm using
Platform 3.0.1 and the CDT plugin from CVS HEAD. Is there a bug ID for
this?
Greg
Joe Gorse wrote:
> CDT 2.1.0 RC3 from
> http://download.eclipse.org/tools/cdt/builds/2.1.0/RC3
> The async problem occurs only when I look for the "disassembly" when
stepping through the debug mode.
> I have a new error now:
> An internal error occurred during: "Debug".
> java.lang.NullPointerException
> at
org.eclipse.cdt.debug.internal.core.model.CValue.getPointerV alueString(CValue.java:367)
> at
org.eclipse.cdt.debug.internal.core.model.CValue.processUnde rlyingValue(CValue.java:216)
> at
org.eclipse.cdt.debug.internal.core.model.CValue.getValueStr ing(CValue.java:95)
> at
org.eclipse.cdt.debug.internal.ui.CDTDebugModelPresentation. getValueText(CDTDebugModelPresentation.java:568)
> at
org.eclipse.cdt.debug.internal.ui.CDTDebugModelPresentation. getVariableText(CDTDebugModelPresentation.java:545)
> at
org.eclipse.cdt.debug.internal.ui.CDTDebugModelPresentation. getBaseText(CDTDebugModelPresentation.java:323)
> at
org.eclipse.cdt.debug.internal.ui.CDTDebugModelPresentation. getText(CDTDebugModelPresentation.java:287)
> at
org.eclipse.debug.internal.ui.LazyModelPresentation.getText( LazyModelPresentation.java:101)
> at
org.eclipse.debug.internal.ui.DelegatingModelPresentation.ge tText(DelegatingModelPresentation.java:158)
> at
org.eclipse.debug.internal.ui.VariablesViewModelPresentation .getText(VariablesViewModelPresentation.java:25)
> at
org.eclipse.debug.internal.ui.views.DebugViewLabelDecorator$ LabelJob.run(DebugViewLabelDecorator.java:326)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
> eclipse.buildId=M200409161125
> java.version=1.4.2_05
> java.vendor=Apple Computer, Inc.
> BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US
> Command-line arguments: -keyring /Users/inca/.eclipse_keyring -showlocation
> In article <co7u9n$d7d$1@www.eclipse.org>,
> "Mikhail Khodjaiants" <mikhailk@qnx.com> wrote:
>> Which version of CDT are you using?
>>
>> "Joe Gorse" <gorse@mps.ohio-state.edu> wrote in message
>> news:gorse-C256DB.09382726112004@eclipse.org...
>> >I am terribly new to this, so forgive me if the following has some obvious
>> >solution. =)
>> >
>> > I get this from my error log every time I attempt to run a program in
>> > debug mode:
>> >
>> > Error Nov 26, 2004 08:55:10.292 Exception processing debug async queue
>> > java.lang.NullPointerException
>> > at
>> >
org.eclipse.cdt.debug.internal.core.model.CStackFrame.getAdd ress(CStackFrame.java:554)
>> > at
>> >
org.eclipse.cdt.debug.internal.core.model.Disassembly.create Block(Disassembly.java:64)
>> > at
>> >
org.eclipse.cdt.debug.internal.core.model.Disassembly.getDis assemblyBlock(Disassembly.java:53)
>> > at
>> >
org.eclipse.cdt.debug.internal.ui.views.disassembly.Disassem blyEditorInput.create(DisassemblyEditorInput.java:192)
>> > at
>> >
org.eclipse.cdt.debug.internal.ui.views.disassembly.Disassem blyView$4.run(DisassemblyView.java:544)
>> > at org.eclipse.debug.core.DebugPlugin$AsynchJob.run(DebugPlugin .java:876)
>> > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
>> >
>> > Session Data:
>> > eclipse.buildId=M200409161125java.version=1.4.2_05
>> > java.vendor=Apple Computer, Inc.BootLoader constants: OS=macosx,
ARCH=ppc,
>> > WS=carbon, NL=en_US
>> > Command-line arguments: -keyring
>> > /Users/inca/.eclipse_keyring -showlocation
>> >
>> >
>> > What does it mean and what can I do to fix it?
>> >
>> > Thanks,
>> > Joe
|
|
|
Re: OS X, CDT debug problem: Exception processing debug async queue [message #131329 is a reply to message #131126] |
Fri, 10 December 2004 16:37   |
Eclipse User |
|
|
|
Originally posted by: gwatson.lanl.gov
This has now been fixed in 2.1.
Greg
Greg Watson wrote:
> I get the same error as soon as I start debugging a CDT project. I'm
> using Platform 3.0.1 and the CDT plugin from CVS HEAD. Is there a bug ID
> for this?
>
> Greg
>
> Joe Gorse wrote:
>
>> CDT 2.1.0 RC3 from
>> http://download.eclipse.org/tools/cdt/builds/2.1.0/RC3
>
>
>> The async problem occurs only when I look for the "disassembly" when
>
> stepping through the debug mode.
>
>> I have a new error now:
>
>
>> An internal error occurred during: "Debug".
>
>
>> java.lang.NullPointerException
>> at
>
> org.eclipse.cdt.debug.internal.core.model.CValue.getPointerV alueString(CValue.java:367)
>
>
>> at
>
> org.eclipse.cdt.debug.internal.core.model.CValue.processUnde rlyingValue(CValue.java:216)
>
>
>> at
>
> org.eclipse.cdt.debug.internal.core.model.CValue.getValueStr ing(CValue.java:95)
>
>
>> at
>
> org.eclipse.cdt.debug.internal.ui.CDTDebugModelPresentation. getValueText(CDTDebugModelPresentation.java:568)
>
>
>> at
>
> org.eclipse.cdt.debug.internal.ui.CDTDebugModelPresentation. getVariableText(CDTDebugModelPresentation.java:545)
>
>
>> at
>
> org.eclipse.cdt.debug.internal.ui.CDTDebugModelPresentation. getBaseText(CDTDebugModelPresentation.java:323)
>
>
>> at
>
> org.eclipse.cdt.debug.internal.ui.CDTDebugModelPresentation. getText(CDTDebugModelPresentation.java:287)
>
>
>> at
>
> org.eclipse.debug.internal.ui.LazyModelPresentation.getText( LazyModelPresentation.java:101)
>
>
>> at
>
> org.eclipse.debug.internal.ui.DelegatingModelPresentation.ge tText(DelegatingModelPresentation.java:158)
>
>
>> at
>
> org.eclipse.debug.internal.ui.VariablesViewModelPresentation .getText(VariablesViewModelPresentation.java:25)
>
>
>> at
>
> org.eclipse.debug.internal.ui.views.DebugViewLabelDecorator$ LabelJob.run(DebugViewLabelDecorator.java:326)
>
>
>> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
>
>
>> eclipse.buildId=M200409161125
>> java.version=1.4.2_05
>> java.vendor=Apple Computer, Inc.
>> BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US
>> Command-line arguments: -keyring /Users/inca/.eclipse_keyring
>> -showlocation
>
>
>
>> In article <co7u9n$d7d$1@www.eclipse.org>,
>> "Mikhail Khodjaiants" <mikhailk@qnx.com> wrote:
>
>
>>> Which version of CDT are you using?
>>>
>>> "Joe Gorse" <gorse@mps.ohio-state.edu> wrote in message
>>> news:gorse-C256DB.09382726112004@eclipse.org...
>>> >I am terribly new to this, so forgive me if the following has some
>>> obvious >solution. =)
>>> >
>>> > I get this from my error log every time I attempt to run a program
>>> in > debug mode:
>>> >
>>> > Error Nov 26, 2004 08:55:10.292 Exception processing debug async queue
>>> > java.lang.NullPointerException
>>> > at >
>
> org.eclipse.cdt.debug.internal.core.model.CStackFrame.getAdd ress(CStackFrame.java:554)
>
>
>>> > at >
>
> org.eclipse.cdt.debug.internal.core.model.Disassembly.create Block(Disassembly.java:64)
>
>
>>> > at >
>
> org.eclipse.cdt.debug.internal.core.model.Disassembly.getDis assemblyBlock(Disassembly.java:53)
>
>
>>> > at >
>
> org.eclipse.cdt.debug.internal.ui.views.disassembly.Disassem blyEditorInput.create(DisassemblyEditorInput.java:192)
>
>
>>> > at >
>
> org.eclipse.cdt.debug.internal.ui.views.disassembly.Disassem blyView$4.run(DisassemblyView.java:544)
>
>
>>> > at
>>> org.eclipse.debug.core.DebugPlugin$AsynchJob.run(DebugPlugin .java:876)
>>> > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
>>> >
>>> > Session Data:
>>> > eclipse.buildId=M200409161125java.version=1.4.2_05
>>> > java.vendor=Apple Computer, Inc.BootLoader constants: OS=macosx,
>
> ARCH=ppc,
>
>>> > WS=carbon, NL=en_US
>>> > Command-line arguments: -keyring > /Users/inca/.eclipse_keyring
>>> -showlocation
>>> >
>>> >
>>> > What does it mean and what can I do to fix it?
>>> >
>>> > Thanks,
>>> > Joe
>
>
|
|
|
Re: OS X, CDT debug problem: Exception processing debug async queue [message #133657 is a reply to message #131329] |
Wed, 05 January 2005 18:37  |
Eclipse User |
|
|
|
Greg,
Are you running on a Mac or PC?
Thanks,
Joe
In article <cpd4uu$iun$1@www.eclipse.org>,
Greg Watson <gwatson@lanl.gov> wrote:
> This has now been fixed in 2.1.
>
> Greg
>
> Greg Watson wrote:
> > I get the same error as soon as I start debugging a CDT project. I'm
> > using Platform 3.0.1 and the CDT plugin from CVS HEAD. Is there a bug ID
> > for this?
> >
> > Greg
> >
> > Joe Gorse wrote:
> >
> >> CDT 2.1.0 RC3 from
> >> http://download.eclipse.org/tools/cdt/builds/2.1.0/RC3
> >
> >
> >> The async problem occurs only when I look for the "disassembly" when
> >
> > stepping through the debug mode.
> >
> >> I have a new error now:
> >
> >
> >> An internal error occurred during: "Debug".
> >
> >
> >> java.lang.NullPointerException
> >> at
> >
> > org.eclipse.cdt.debug.internal.core.model.CValue.getPointerV alueString(CValue.java:367)
> >
> >
> >> at
> >
> > org.eclipse.cdt.debug.internal.core.model.CValue.processUnde rlyingValue(CValue.java:216)
> >
> >
> >> at
> >
> > org.eclipse.cdt.debug.internal.core.model.CValue.getValueStr ing(CValue.java:95)
> >
> >
> >> at
> >
> > org.eclipse.cdt.debug.internal.ui.CDTDebugModelPresentation. getValueText(CDTDebugModelPresentation.java:568)
> >
> >
> >> at
> >
> > org.eclipse.cdt.debug.internal.ui.CDTDebugModelPresentation. getVariableText(CDTDebugModelPresentation.java:545)
> >
> >
> >> at
> >
> > org.eclipse.cdt.debug.internal.ui.CDTDebugModelPresentation. getBaseText(CDTDebugModelPresentation.java:323)
> >
> >
> >> at
> >
> > org.eclipse.cdt.debug.internal.ui.CDTDebugModelPresentation. getText(CDTDebugModelPresentation.java:287)
> >
> >
> >> at
> >
> > org.eclipse.debug.internal.ui.LazyModelPresentation.getText( LazyModelPresentation.java:101)
> >
> >
> >> at
> >
> > org.eclipse.debug.internal.ui.DelegatingModelPresentation.ge tText(DelegatingModelPresentation.java:158)
> >
> >
> >> at
> >
> > org.eclipse.debug.internal.ui.VariablesViewModelPresentation .getText(VariablesViewModelPresentation.java:25)
> >
> >
> >> at
> >
> > org.eclipse.debug.internal.ui.views.DebugViewLabelDecorator$ LabelJob.run(DebugViewLabelDecorator.java:326)
> >
> >
> >> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
> >
> >
> >> eclipse.buildId=M200409161125
> >> java.version=1.4.2_05
> >> java.vendor=Apple Computer, Inc.
> >> BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US
> >> Command-line arguments: -keyring /Users/inca/.eclipse_keyring
> >> -showlocation
> >
> >
> >
> >> In article <co7u9n$d7d$1@www.eclipse.org>,
> >> "Mikhail Khodjaiants" <mikhailk@qnx.com> wrote:
> >
> >
> >>> Which version of CDT are you using?
> >>>
> >>> "Joe Gorse" <gorse@mps.ohio-state.edu> wrote in message
> >>> news:gorse-C256DB.09382726112004@eclipse.org...
> >>> >I am terribly new to this, so forgive me if the following has some
> >>> obvious >solution. =)
> >>> >
> >>> > I get this from my error log every time I attempt to run a program
> >>> in > debug mode:
> >>> >
> >>> > Error Nov 26, 2004 08:55:10.292 Exception processing debug async queue
> >>> > java.lang.NullPointerException
> >>> > at >
> >
> > org.eclipse.cdt.debug.internal.core.model.CStackFrame.getAdd ress(CStackFrame.java:554)
> >
> >
> >>> > at >
> >
> > org.eclipse.cdt.debug.internal.core.model.Disassembly.create Block(Disassembly.java:64)
> >
> >
> >>> > at >
> >
> > org.eclipse.cdt.debug.internal.core.model.Disassembly.getDis assemblyBlock(Disassembly.java:53)
> >
> >
> >>> > at >
> >
> > org.eclipse.cdt.debug.internal.ui.views.disassembly.Disassem blyEditorInput.create(DisassemblyEditorInput.java:192)
> >
> >
> >>> > at >
> >
> > org.eclipse.cdt.debug.internal.ui.views.disassembly.Disassem blyView$4.run(DisassemblyView.java:544)
> >
> >
> >>> > at
> >>> org.eclipse.debug.core.DebugPlugin$AsynchJob.run(DebugPlugin .java:876)
> >>> > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
> >>> >
> >>> > Session Data:
> >>> > eclipse.buildId=M200409161125java.version=1.4.2_05
> >>> > java.vendor=Apple Computer, Inc.BootLoader constants: OS=macosx,
> >
> > ARCH=ppc,
> >
> >>> > WS=carbon, NL=en_US
> >>> > Command-line arguments: -keyring > /Users/inca/.eclipse_keyring
> >>> -showlocation
> >>> >
> >>> >
> >>> > What does it mean and what can I do to fix it?
> >>> >
> >>> > Thanks,
> >>> > Joe
> >
> >
|
|
|
Goto Forum:
Current Time: Thu Sep 18 19:04:30 EDT 2025
Powered by FUDForum. Page generated in 0.05409 seconds
|