User forums > Help

Cannot Debug and CB terminates randomly

<< < (2/4) > >>

Jenna:

--- Quote from: slashmais on September 27, 2015, 08:51:32 am ---@ollydbg: disabled it and so far no crashes - will keep it disabled see what happens

re testing 10504: waiting for jens... (if he doesn't produce in the next day or two I'll dl the nightly svn & compile local)
(currently debugging the old way: printf is king)

--- End quote ---
I currently run a new build for Debian n my server.

slashmais:
Can now debug - thx.

Still crashes at random times
last crash happened as I was doing copy-paste within same source-file.
(re-enabled CC - without it CB is useless)
Now disabling most of the plugins (default install enables a lot of them that I have no use for)
and will see what happens.

Enabled plugins:
  Autosave
  Code completion
  Compiler
  Debugger
  FileManager
  Files extension handler
  IncrementalSearch
  SmartIndentCpp
  Valgrind

Any of the above that I don't need for standard Cpp development?
Any of the disabled one's I should enable?

Will report back on outcome ...


oBFusCATed:
Can you post backtraces from these crashes?

slashmais:
There are none. CB just disappears mid-edit: busy typing, then suddenly wallpaper...
Is there a way I can have CB keep a running log-to-file of calls?

oBFusCATed:
Start codeblocks under gdb, when it crashes run the bt command or even 'thread apply all bt'.
Starting codeblocks under gdb can be done with gdb codeblocks.
Also for more detailed info you can install the dbg/debuginfo packages if they are available.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version