KDevelop or gdb problem?

frank.schmischke Frank.Schmischke at t-online.de
Wed May 22 22:28:24 BST 2002


Am Mittwoch, 22. Mai 2002 20:46 schrieben Sie:
> Hi again, This is the second time I ask it... but, here is again because I
> got no answer the first time.
> When I'm debuging in KDevelop and I click step into in a line like this:
>
> var = new Classtype();
>
> a message box is showed with the with caption Error KDEvelop and the
> following message:
>
> gbd message
>
> -1 ../../gcc/cp/new1.cc: No such file or directory.
>
> "some times" clicking step over, instead of step into, I get another
> message box with a message saying that somebody has accessed invalid memory
> (I dont remember the message exactly, but is something like this)
>
> Reg at rds
> Israel

I think, this is not an error-message, it's a warning, that gdb can not find 
the sources of your gcc. new is a build-in of gcc. If you want to debug this, 
you need the sources.
If you step-over >> .. = new ... <<, than you don't need the sources of gcc. 
When you get an error there, have a look to your code around this line. It's 
possible, that your error is at an other line, but here so you see your buggy 
result.

Frank

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list