I guess this works for reporting my crash
OS? C::B version? Observable effects? Steps to reproduce?
Does it fail if you disable the Doxyblocks plugin?
OS: Arch Linux C::B Version: SVN 11890 wxgtk: 3.0.4.0
It does not fail if i disable DoxyBlocks, in fact i uninstalled DoxyBlocks and it started
I can't reproduce here (Windows), but there m_pToolbar is still nullptr when executing this line (DoxyBlocks.cpp:238):
m_pToolbar->Enable(false);
This is because of OnUpdateUI() being called before BuildToolBar()
See Ticket 829 https://sourceforge.net/p/codeblocks/tickets/829/ as it may be the same bug.
Can you check with Cb 20 .03 or nightly builds if it is available for your OS to see if it is fixed or not.
Duplicate of [#829] and [#839].
Tickets: #829 Tickets: #839
Log in to post a comment.
OS?
C::B version?
Observable effects?
Steps to reproduce?
Does it fail if you disable the Doxyblocks plugin?
OS: Arch Linux
C::B Version: SVN 11890
wxgtk: 3.0.4.0
It does not fail if i disable DoxyBlocks, in fact i uninstalled DoxyBlocks and it started
Last edit: Solomon M Choina 2019-11-01
I can't reproduce here (Windows), but there m_pToolbar is still nullptr when executing this line (DoxyBlocks.cpp:238):
This is because of OnUpdateUI() being called before BuildToolBar()
Last edit: Miguel Gimenez 2019-11-01
See Ticket 829 https://sourceforge.net/p/codeblocks/tickets/829/ as it may be the same bug.
Can you check with Cb 20 .03 or nightly builds if it is available for your OS to see if it is fixed or not.
Duplicate of [#829] and [#839].
Related
Tickets:
#829Tickets:
#839Last edit: Miguel Gimenez 2022-05-09