This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: debugging a callq command


Right. Something happened in callq. 

Thank you very much.

Regards,
Mahmood 




    On Friday, July 6, 2018, 4:18:39 PM GMT+4:30, Pedro Alves <palves@redhat.com> wrote:  
 
 On 07/06/2018 12:32 PM, Mahmood Naderan via gdb wrote:
something else while the program receives seg fault.

Are you maybe confusing stepi with nexti?  nexti steps over the call
instruction, and then it sounds like something crashes within the
called routine at 0x7fffffffde70.  Try "stepi" to follow the full
instruction flow instead, and it will probably crash at the same
instruction.

Thanks,
Pedro Alves
  

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]