On mar, 2009-11-17 at 10:47 +, ds.sun...@gmail.com wrote:
> Thank you very much for your replies guys...
>
> I run my test application with -g option and i am getting the following
> error message. I not able to fix the issue with the available information.
> Am i doing things correctly or
I learned to generate the core dump file of the test application when it
crashes... and using the gdb debugger i got the following bt...
Could you please tell me where might be the problem?
Core was generated by `./test'.
Program terminated with signal 6, Aborted.
[New process 15078]
#0 0x0
Dear Yeti,
I know the bug is in my code and i want to fix that. I am new to linux
programming and hence i am learning things now. I don't want you to fix the
bug. What i all want to please let me know the ways that i can find the bug
in my code. I can find the way to fix the bug but it will
Thank you very much for your replies guys...
I run my test application with -g option and i am getting the following
error message. I not able to fix the issue with the available information.
Am i doing things correctly or not? Is this the one you want me to do?
Please help me...
[Thread
Could you please guide me how to fix this issue by building -g option?
Thanks & Regards
Sundaram. D
On Nov 17, 2009 3:25pm, Bill C wrote:
Valgrind gives detailed information on memory errors.
Requires understanding of programming to use however.
Suggest building programs with -g opti