Code: Select all
gdb ./spine
run -R -V 5
Code: Select all
b *0x<instruction_pointer_address>
Also, give me a "uname -a" and let me know the distribution.
TheWitness
Moderators: Developers, Moderators
Code: Select all
gdb ./spine
run -R -V 5
Code: Select all
b *0x<instruction_pointer_address>
Thank for your suggestion, the result as below:TheWitness wrote:It's some form of memory leak. You should run the following then, from the source code directory and after the binary is made:
After it segfaults, obtain the IP and thenCode: Select all
gdb ./spine run -R -V 5
That should give you a line of the code where the program faulted. I'll need that.Code: Select all
b *0x<instruction_pointer_address>
Also, give me a "uname -a" and let me know the distribution.
TheWitness
Hi TheWitnessTheWitness wrote:Can you do the same and give me the "backtrace"? Also, see if RH has updates to net-snmp. Did you install from an rpm?
TheWitness
Users browsing this forum: No registered users and 0 guests