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: help with loading core files


I'm not sure about your first question.
1) I run my program in the debugger and go to a particular line
2) I generate a core file with generate-core-file
3) I exit gdb
4) I run gdb myexecutable mycorefile

Shouldn't I be able to continue my program from here? Instead, I get
"Program terminated with signal 5, Trace/breakpoint trap"
And I can't continue because I get
"The program is not being run."

 x86_64 x86_64 x86_64 GNU/Linux


On Thu, Jul 22, 2010 at 10:07 AM, Michael Snyder <msnyder@vmware.com> wrote:
> Mathew Yeates wrote:
>>
>> Hi
>> I posted something about this earlier and I now have time to try and
>> figure this out.
>> When I run gdb myexe mycore
>> I get
>> Program terminated with signal 5, Trace/breakpoint trap.
>>
>> This is gdb-7.2.50.20100713.
>>
>> Any ideas for me to try? I'm no gdb guru but maybe I can generate info
>> usable ?to someone.
>>
>> Mathew
>
> What signal do you believe your corefile should be reporting?
>
> What host and operating system are you running on?
>


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