Author Topic: codeblocks and gdb's Debug>Attach to process; crash  (Read 3566 times)

Offline NoiseR

  • Single posting newcomer
  • *
  • Posts: 2
codeblocks and gdb's Debug>Attach to process; crash
« on: May 18, 2015, 10:04:50 am »
Hello!  I have a binary file with debugging symbols (hello world), then I try to attach to it using C::B; when I enter the pid and press "ok" button - IDE crashes. I dont understand  what I am doing wrong.
XML file that C::B gave to me after crash in the attach.
P.S. Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1+deb7u2 x86_64 GNU/Linux

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: codeblocks and gdb's Debug>Attach to process; crash
« Reply #1 on: May 18, 2015, 10:42:50 am »
What version of C::B are you using?
I can't find OnAttachToProcess in the current code, so you either have 10.05 or broken install.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline NoiseR

  • Single posting newcomer
  • *
  • Posts: 2
Re: codeblocks and gdb's Debug>Attach to process; crash
« Reply #2 on: May 18, 2015, 11:38:01 am »
Version 10.05 from my local repository, now I see the newer one. Thanks for reply, I'll check out the new version