Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] gdb debugger error

Thank you Toni. Apparently it wasn't a C/C++ project as I thought it was. It is now.
However, now I get errors about make failing when I launch the debugger, altho I did not build with make (use an external build script) and I can find no setting that says to build when I launch the debugger. Any thoughts ?
I choose to continue and get to the point where it says:
attach 12297
Retry #1
Retry #2
Retry #3
Retry #4
[New LWP 1]
Cannot access memory at address 0x8048000

And the Debug window indicates that the thread is suspended, the stack is not available, etc.

Any help is appreciated for this CDT newbie.

Thanks again (and I will use cdt tools for future related questions).

Mike

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Leherbauer, Anton
Sent: 2008 Oct 06 9:26 AM
To: CDT General developers list.
Subject: RE: [cdt-dev] gdb debugger error

> When I do an Open View --> C/C++ Project, my project shows up
> in the list, so the IDE thinks it's a C++ project, despite the error.

Note that the C/C++ Project view not only shows C/C++ projects.

I assume your project is a "General" Eclipse project.
You can try to convert it to a C/C++ project using
File > New > Convert to C/C++ Make project.

HTH,
Toni

PS: Next time, please use the eclipse.tools.cdt newsgroup for such
questions.

--
Anton Leherbauer
Wind River CDT Team, Austria

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Courtney, Mike
> Sent: Monday, October 06, 2008 4:06 PM
> To: CDT General developers list.
> Subject: RE: [cdt-dev] gdb debugger error
>
> Hi,
>
> I am launching the debugger via the Open Debug Dialog and
> attaching to an externally built and invoked app via C/C++
> Attach to Local Application. The source in within the project
> (checked out via subclipse), and the binary is visible within
> the Navigator project tree, altho not imported into the
> project per se.
> When I do an Open View --> C/C++ Project, my project shows up
> in the list, so the IDE thinks it's a C++ project, despite the error.
> I am using Eclipse 3.3.0, CDT 4.0.0, GDB 6.2.1.
>
>
> Also, I will download and try DSF sometime today.
>
> Thanks!
> Mike
>
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Marc Khouzam
> Sent: 2008 Oct 06 8:32 AM
> To: CDT General developers list.
> Subject: RE: [cdt-dev] gdb debugger error
>
> Hi Mike,
>
> I'm no expert with the CDT debug, but I'll try to help.
> Can you tell me what you are doing?
> What launch configuration are you choosing?
> You said you attached to the program; is that program the
> binary within
> your project?
> What versions are you using (CDT, Eclipse, even GDB.)
>
> Thanks
>
> P.S. There is a new debugging solution that works with the CDT called
> DSF.  It has not
> been tested on Solaris, but if you want to try it, I would be in a
> better position to help
> you.  You can get info on how to download it from
> http://www.eclipse.org/dsdp/dd/downloads.php
>
> > -----Original Message-----
> > From: cdt-dev-bounces@xxxxxxxxxxx
> > [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Courtney, Mike
> > Sent: Friday, October 03, 2008 5:02 PM
> > To: CDT General developers list.
> > Subject: RE: [cdt-dev] gdb debugger error
> >
> > Thanks Marc. It wanted a project name. Now its erroring
> > saying that my project is not a C/C++ project, which it is! I
> > am getting to dislike Eclipse CDT.
> >
> > -----Original Message-----
> > From: cdt-dev-bounces@xxxxxxxxxxx
> > [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Marc Khouzam
> > Sent: 2008 Oct 03 2:28 PM
> > To: CDT General developers list.
> > Subject: RE: [cdt-dev] gdb debugger error
> >
> > Hi,
> >
> > The error
> > > "Path for project must have only one segment"
> >
> > comes from org.eclipse.core.internal.resources.WorkspaceRoot
> > in method getProject(String name)
> >
> > It happened to me when my project name was empty.
> > The CDT does not allow an empty project name, but I had
> modified this
> > for my stuff
> > and it turned up a bug in CMainTab.java of the CDT.
> >
> > If this fits at all with your situation I can describe the fix.
> >
> > Marc
> >
> >
> > > -----Original Message-----
> > > From: cdt-dev-bounces@xxxxxxxxxxx
> > > [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Courtney, Mike
> > > Sent: Friday, October 03, 2008 11:42 AM
> > > To: cdt-dev@xxxxxxxxxxx
> > > Subject: [cdt-dev] gdb debugger error
> > >
> > > Hi,
> > >
> > >
> > >
> > > I am trying to debug an application on Solaris using the gdb
> > > debugger via CDT. Its my first attempt at this via Eclipse
> > > and I am getting the following error after I attach to the PID:
> > >
> > >
> > >
> > > "Path for project must have only one segment"
> > >
> > >
> > >
> > > Does anyone know what this cryptic error means ?
> > >
> > >
> > >
> > > Thanks,
> > >
> > > Mike
> > >
> > >
> > > ________________________________
> > >
> > > The information contained in this message may be confidential
> > > and legally protected under applicable law. The message is
> > > intended solely for the addressee(s). If you are not the
> > > intended recipient, you are hereby notified that any use,
> > > forwarding, dissemination, or reproduction of this message is
> > > strictly prohibited and may be unlawful. If you are not the
> > > intended recipient, please contact the sender by return
> > > e-mail and destroy all copies of the original message.
> > >
> > >
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> >
> > The information contained in this message may be confidential
> > and legally protected under applicable law. The message is
> > intended solely for the addressee(s). If you are not the
> > intended recipient, you are hereby notified that any use,
> > forwarding, dissemination, or reproduction of this message is
> > strictly prohibited and may be unlawful. If you are not the
> > intended recipient, please contact the sender by return
> > e-mail and destroy all copies of the original message.
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> >
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
> The information contained in this message may be confidential
> and legally protected under applicable law. The message is
> intended solely for the addressee(s). If you are not the
> intended recipient, you are hereby notified that any use,
> forwarding, dissemination, or reproduction of this message is
> strictly prohibited and may be unlawful. If you are not the
> intended recipient, please contact the sender by return
> e-mail and destroy all copies of the original message.
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.


Back to the top