User forums > Help

Code::Blocks Version 20.03 Crashes When Run On Linux?

<< < (2/5) > >>

oBFusCATed:
You haven't. Here is an example gdb command list: https://wiki.ubuntu.com/Backtrace#Generation

If you see this again:

--- Code: ---Thread 1 "codeblocks" received signal SIGSEGV, Segmentation fault.
0x00007fffecd67916 in DoxyBlocks::OnUpdateUI (this=0x15ea080) at DoxyBlocks.cpp:238
238             m_pToolbar->Enable(false);

--- End code ---

You can try executing this commands:

--- Code: ---p m_pToolbar
p *m_pToolbar

--- End code ---

(These are two separate commands)

JeZxLee:
Totally confused now...

After "gdb /usr/bin/codeblocks"
please list step-by-step instructions.

Thanks!

Jesse

oBFusCATed:

--- Code: ---$ gdb /usr/bin/codeblocks
> r
> thread apply all bt

--- End code ---

JeZxLee:
Too big to paste, used pastebin:
https://pastebin.com/bngZF5ZR

oBFusCATed:
Somehow you've managed to skip the data for thread 1 which is the one with the interesting backtrace. :shrug:
Try again and give us the full backtrace.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version