Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - how can I debug the shared library: (7 Items)
   
how can I debug the shared library  
I got the following error when debug the program,
Error while reading shared library symbols:

Thanks
RE: how can I debug the shared library  
any text after ":"? 

-----Original Message-----
From: zhandong gao [mailto:community-noreply@qnx.com] 
Sent: September 25, 2008 12:15 AM
To: general-ide
Subject: how can I debug the shared library

I got the following error when debug the program, Error while reading
shared library symbols:

Thanks

_______________________________________________
General
http://community.qnx.com/sf/go/post13987
Re: RE: how can I debug the shared library  
Sorry, here is the whole msg,

Error while reading shared library symbols:
libTest_g.so: No such file or directory.
Stopped due to shared library event


> any text after ":"? 
> 
> -----Original Message-----
> From: zhandong gao [mailto:community-noreply@qnx.com] 
> Sent: September 25, 2008 12:15 AM
> To: general-ide
> Subject: how can I debug the shared library
> 
> I got the following error when debug the program, Error while reading
> shared library symbols:
> 
> Thanks
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post13987


Re: how can I debug the shared library  
You need to set shared library paths for debugger to read symbols. This is not actually an error but you won't be able 
to go "in" shared library.

Please see debugger FAQ http://community.qnx.com/sf/wiki/do/viewPage/projects.ide/wiki/DebuggerFAQ


zhandong gao wrote:
> Sorry, here is the whole msg,
> 
> Error while reading shared library symbols:
> libTest_g.so: No such file or directory.
> Stopped due to shared library event
> 
> 
>> any text after ":"? 
>>
>> -----Original Message-----
>> From: zhandong gao [mailto:community-noreply@qnx.com] 
>> Sent: September 25, 2008 12:15 AM
>> To: general-ide
>> Subject: how can I debug the shared library
>>
>> I got the following error when debug the program, Error while reading
>> shared library symbols:
>>
>> Thanks
>>
>> _______________________________________________
>> General
>> http://community.qnx.com/sf/go/post13987
> 
> 
> 
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post14063
> 
Attachment: Text elaskavaia.vcf 116 bytes
Re: how can I debug the shared library  
Thank you for your reply, the symbols problem was resolved. I am getting the following problem now,
Warning: /cygdrive/c/ide4-workspace/MyworkingDir/\336\377\377\377\006: No such file or directory.
No source file named Test1.cpp.
No source file named Test2.cpp.

Looks like it can not find the shared library source file, I set the path of of the source file, it has the same problem
.


> You need to set shared library paths for debugger to read symbols. This is not
>  actually an error but you won't be able to go "in" shared library.
> 
> Please see debugger FAQ http://community.qnx.com/sf/wiki/do/viewPage/projects.
> ide/wiki/DebuggerFAQ
> 
> 
> zhandong gao wrote:
> > Sorry, here is the whole msg,
> > 
> > Error while reading shared library symbols:
> > libTest_g.so: No such file or directory.
> > Stopped due to shared library event
> > 
> > 
> >> any text after ":"? 
> >>
> >> -----Original Message-----
> >> From: zhandong gao [mailto:community-noreply@qnx.com] 
> >> Sent: September 25, 2008 12:15 AM
> >> To: general-ide
> >> Subject: how can I debug the shared library
> >>
> >> I got the following error when debug the program, Error while reading
> >> shared library symbols:
> >>
> >> Thanks
> >>
> >> _______________________________________________
> >> General
> >> http://community.qnx.com/sf/go/post13987
> > 
> > 
> > 
> > 
> > _______________________________________________
> > General
> > http://community.qnx.com/sf/go/post14063
> > 


Re: how can I debug the shared library  
The warning you see should not affect debugging. Does you source base contain these two files? If you put breakpoints in
 them does it work?

zhandong gao wrote:
> Thank you for your reply, the symbols problem was resolved. I am getting the following problem now,
> Warning: /cygdrive/c/ide4-workspace/MyworkingDir/\336\377\377\377\006: No such file or directory.
> No source file named Test1.cpp.
> No source file named Test2.cpp.
> 
> Looks like it can not find the shared library source file, I set the path of of the source file, it has the same 
problem.
> 
> 
>> You need to set shared library paths for debugger to read symbols. This is not
>>  actually an error but you won't be able to go "in" shared library.
>>
>> Please see debugger FAQ http://community.qnx.com/sf/wiki/do/viewPage/projects.
>> ide/wiki/DebuggerFAQ
>>
>>
>> zhandong gao wrote:
>>> Sorry, here is the whole msg,
>>>
>>> Error while reading shared library symbols:
>>> libTest_g.so: No such file or directory.
>>> Stopped due to shared library event
>>>
>>>
>>>> any text after ":"? 
>>>>
>>>> -----Original Message-----
>>>> From: zhandong gao [mailto:community-noreply@qnx.com] 
>>>> Sent: September 25, 2008 12:15 AM
>>>> To: general-ide
>>>> Subject: how can I debug the shared library
>>>>
>>>> I got the following error when debug the program, Error while reading
>>>> shared library symbols:
>>>>
>>>> Thanks
>>>>
>>>> _______________________________________________
>>>> General
>>>> http://community.qnx.com/sf/go/post13987
>>>
>>>
>>>
>>> _______________________________________________
>>> General
>>> http://community.qnx.com/sf/go/post14063
>>>
> 
> 
> 
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post14129
> 
Attachment: Text elaskavaia.vcf 116 bytes
Re: how can I debug the shared library  
I am able to debug the library now. Thank you for your help

> The warning you see should not affect debugging. Does you source base contain 
> these two files? If you put breakpoints in them does it work?
> 
> zhandong gao wrote:
> > Thank you for your reply, the symbols problem was resolved. I am getting the
>  following problem now,
> > Warning: /cygdrive/c/ide4-workspace/MyworkingDir/\336\377\377\377\006: No 
> such file or directory.
> > No source file named Test1.cpp.
> > No source file named Test2.cpp.
> > 
> > Looks like it can not find the shared library source file, I set the path of
>  of the source file, it has the same problem.
> > 
> > 
> >> You need to set shared library paths for debugger to read symbols. This is 
> not
> >>  actually an error but you won't be able to go "in" shared library.
> >>
> >> Please see debugger FAQ http://community.qnx.com/sf/wiki/do/viewPage/
> projects.
> >> ide/wiki/DebuggerFAQ
> >>
> >>
> >> zhandong gao wrote:
> >>> Sorry, here is the whole msg,
> >>>
> >>> Error while reading shared library symbols:
> >>> libTest_g.so: No such file or directory.
> >>> Stopped due to shared library event
> >>>
> >>>
> >>>> any text after ":"? 
> >>>>
> >>>> -----Original Message-----
> >>>> From: zhandong gao [mailto:community-noreply@qnx.com] 
> >>>> Sent: September 25, 2008 12:15 AM
> >>>> To: general-ide
> >>>> Subject: how can I debug the shared library
> >>>>
> >>>> I got the following error when debug the program, Error while reading
> >>>> shared library symbols:
> >>>>
> >>>> Thanks
> >>>>
> >>>> _______________________________________________
> >>>> General
> >>>> http://community.qnx.com/sf/go/post13987
> >>>
> >>>
> >>>
> >>> _______________________________________________
> >>> General
> >>> http://community.qnx.com/sf/go/post14063
> >>>
> > 
> > 
> > 
> > 
> > _______________________________________________
> > General
> > http://community.qnx.com/sf/go/post14129
> >