Re: Re: [algogeeks] Re: an os question

2011-11-13 Thread saurabh8c
Reverse engineering.you have to dive into the object dumps.in case its an elf 
file your life is easy,you can use strace ltrace valgrind mtrace etc etc etc.no 
idea about win32 or other formats

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] Re: an os question

2011-11-13 Thread UTKARSH SRIVASTAV
strace or ltrace

On Sun, Nov 13, 2011 at 7:55 PM, vikas  wrote:

> that is normal in embedded systems, what you should do is , put the
> logs in the particular module, which can be enabled by choice. Another
> option is to store the stack traces. using such techniques , you will
> be able to find the problem, at least you will be able to reach near
> to it.
>
> On Nov 13, 2:58 pm, Anika Jain  wrote:
> > You have written some code/program and delivered it to d customer. Now u
> > dont have the source code with u. The program is not working fine at the
> > customer's place. How will u catch the bug?(remember u dont have the
> source
> > code wid u).
> >
> > This is an OS question. I dont know the answer. It was asked in an
> > interview.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>


-- 
*UTKARSH SRIVASTAV
CSE-3
B-Tech 3rd Year
@MNNIT ALLAHABAD*

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] Re: an os question

2011-11-13 Thread Debabrata Das
take online  process dump and analyze, would be good if you retain the
symbol table in the binary..

On Sun, Nov 13, 2011 at 7:55 PM, vikas  wrote:
> that is normal in embedded systems, what you should do is , put the
> logs in the particular module, which can be enabled by choice. Another
> option is to store the stack traces. using such techniques , you will
> be able to find the problem, at least you will be able to reach near
> to it.
>
> On Nov 13, 2:58 pm, Anika Jain  wrote:
>> You have written some code/program and delivered it to d customer. Now u
>> dont have the source code with u. The program is not working fine at the
>> customer's place. How will u catch the bug?(remember u dont have the source
>> code wid u).
>>
>> This is an OS question. I dont know the answer. It was asked in an
>> interview.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to 
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/algogeeks?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



[algogeeks] Re: an os question

2011-11-13 Thread vikas
that is normal in embedded systems, what you should do is , put the
logs in the particular module, which can be enabled by choice. Another
option is to store the stack traces. using such techniques , you will
be able to find the problem, at least you will be able to reach near
to it.

On Nov 13, 2:58 pm, Anika Jain  wrote:
> You have written some code/program and delivered it to d customer. Now u
> dont have the source code with u. The program is not working fine at the
> customer's place. How will u catch the bug?(remember u dont have the source
> code wid u).
>
> This is an OS question. I dont know the answer. It was asked in an
> interview.

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.