Theoretical Interview Preparation Guide
Download PDF

Theoretical Debugging frequently Asked Questions by expert members with experience in Theoretical. So get preparation for the Theoretical Debugging job interview

4 Theoritical Debugging Questions and Answers:

1 :: Explain What bug tracking tools you have used? Have you used any free tools?

Bugzilla JIRA footprint. Bugzilla is free. BugTrack is
free.

2 :: How debugger works internally?

Whenever we compile with -g option, it will create a symbol
table, and according that table for each function and line
it will call ptrace ...and do the things

3 :: How to debug the core dump?

gdb... backtrace
gdb filename...

4 :: What is core dump?

Raises when accessing an unassigned memory location
accessing a null pointer