User forums > Nightly builds
The 19 June 2015 build (10341) is out.
ToApolytoXaos:
--- Quote from: stahta01 on June 28, 2015, 12:41:45 am ---
I am 90% sure you will have minor problem doing both wx28 and wx30 dev that way.
The package was changed in a way that wx-common is now supplied by wx30.
But, maybe installing wx-common from wx30 first will prevent problems.
Tim S.
--- End quote ---
I have wx-common already installed and mentioned it before at http://forums.codeblocks.org/index.php/topic,20363.msg138702.html#msg138702
I have tried to find the crashing issue, but it's extremely difficult for me as I lack the knowledge you guys have.
Can you do something about it or at least show me what to read so I may become able in the near future to fix bugs.
Cheers
stahta01:
--- Quote from: ToApolytoXaos on June 28, 2015, 01:42:50 am ---
--- Quote from: stahta01 on June 28, 2015, 12:41:45 am ---
I am 90% sure you will have minor problem doing both wx28 and wx30 dev that way.
The package was changed in a way that wx-common is now supplied by wx30.
But, maybe installing wx-common from wx30 first will prevent problems.
Tim S.
--- End quote ---
I have wx-common already installed and mentioned it before at http://forums.codeblocks.org/index.php/topic,20363.msg138702.html#msg138702
I have tried to find the crashing issue, but it's extremely difficult for me as I lack the knowledge you guys have.
Can you do something about it or at least show me what to read so I may become able in the near future to fix bugs.
Cheers
--- End quote ---
Did you check the weird things that can cause crashing on shutdown.
1. Not having write access to the config files
2. Having an corrupted config files
The above is the only two things I can think of right now.
Tim S.
eckard_klotz:
Hello Everybody.
Since this nightly ("CB_20150619_rev10341_win32") I have problems to add files to a project by the projects-browser:
* When I try to add files by the projects-browser the wait symbol (turning cycle) will be displayed before the associated File-dialogue opens. CodeBlocks is doing nothing any more and I have to quit it with the task-manager.
* When I try to add files by the files-browser it works. When I try to add files recursively by the projects-browser the associated folder dialogue opens.
* I closed my workspace and tried it out with a complete new empty-project with the same result.
* The effect occurs under Win 8.1. with this nightly where I use the content of all provided 7z files.
* As far as I remember I tried it out on Win 7 also and there it worked. I try to reproduce it tomorrow if i have a Win 7 computer available again if you wish.
* I have tested it out with the nightly before ("CB_20150604_rev10320_win32") and there it works.
* Please ask me for some more details if my description is not helpful ...
Best regards,
Eckard Klotz
ToApolytoXaos:
--- Quote from: stahta01 on June 28, 2015, 04:23:30 am ---Did you check the weird things that can cause crashing on shutdown.
1. Not having write access to the config files
2. Having an corrupted config files
The above is the only two things I can think of right now.
Tim S.
--- End quote ---
Yes, I have noticed this behavior, but when I attempted to remove wx-common, it informed me that the following packages will be removed and I cancelled the procedure.
--- Code: ---libwxgtk-media3.0-dev
libwxgtk-webview3.0-dev
libwxgtk3.0-dev
wx-common
--- End code ---
You see the name of the uninstalled package mentioned again? I don't know why this behavior exists.
Could it be the /usr/bin/wxrc line that exists in wx-common package that causes the strange behavior with config issues?
ToApolytoXaos:
This wx3.0 thing is really breaking things badly. I have removed Code::Blocks packages I built myself and installed the official packages, 13.12.
It crashed again upon exit:
--- Code: --- <stack>
<frame level="0" function="CodeBlocksApp::OnFatalException()" offset="00000000" file="/build/codeblocks-Uk3WYC/codeblocks-13.12/src/src/app.cpp" line="845"/>
<frame level="1"/>
<frame level="2"/>
<frame level="3" function="NativeParser::DeleteParser(cbProject*)" offset="0000003e"/>
<frame level="4" function="NativeParser::ClearParsers()" offset="00000031"/>
<frame level="5" function="CodeCompletion::OnRelease(bool)" offset="00000043"/>
<frame level="6" function="cbPlugin::Release(bool)" offset="00000074"/>
<frame level="7" function="PluginManager::DetachPlugin(cbPlugin*)" offset="00000039"/>
<frame level="8" function="PluginManager::UnloadPlugin(cbPlugin*)" offset="00000022"/>
<frame level="9" function="PluginManager::UnloadAllPlugins()" offset="0000002e"/>
<frame level="10" function="PluginManager::~PluginManager()" offset="0000003a"/>
<frame level="11" function="PluginManager::~PluginManager()" offset="00000009"/>
<frame level="12" function="Manager::Shutdown()" offset="00000076"/>
<frame level="13" function="MainFrame::OnApplicationClose(wxCloseEvent&)" offset="00000000" file="/build/codeblocks-Uk3WYC/codeblocks-13.12/src/src/main.cpp" line="2755"/>
<frame level="14" function="wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const" offset="0000003e"/>
<frame level="15" function="wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)" offset="00000058"/>
<frame level="16" function="wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*)" offset="0000008b"/>
<frame level="17" function="wxEvtHandler::TryHereOnly(wxEvent&)" offset="00000058"/>
<frame level="18" function="wxEvtHandler::DoTryChain(wxEvent&)" offset="00000043"/>
<frame level="19" function="wxEvtHandler::ProcessEvent(wxEvent&)" offset="00000045"/>
<frame level="20" function="wxEvtHandler::SafelyProcessEvent(wxEvent&)" offset="00000007"/>
<frame level="21" function="wxWindowBase::Close(bool)" offset="00000067"/>
<frame level="22" function="wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const" offset="0000003e"/>
<frame level="23" function="wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)" offset="00000058"/>
<frame level="24" function="wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*)" offset="0000008b"/>
<frame level="25" function="wxEvtHandler::TryHereOnly(wxEvent&)" offset="00000058"/>
<frame level="26" function="wxEvtHandler::DoTryChain(wxEvent&)" offset="00000043"/>
<frame level="27" function="wxEvtHandler::ProcessEvent(wxEvent&)" offset="00000045"/>
<frame level="28" function="wxWindowBase::TryAfter(wxEvent&)" offset="00000068"/>
<frame level="29" function="wxEvtHandler::SafelyProcessEvent(wxEvent&)" offset="00000007"/>
<frame level="30" function="wxMenuBase::SendEvent(int, int)" offset="000000a1"/>
<frame level="31"/>
<frame level="32" function="g_closure_invoke" offset="00000145"/>
<frame level="33"/>
<frame level="34" function="g_signal_emit_valist" offset="00000fd8"/>
<frame level="35" function="g_signal_emit" offset="0000008f"/>
<frame level="36" function="gtk_widget_activate" offset="00000076"/>
<frame level="37" function="gtk_menu_shell_activate_item" offset="000000fd"/>
<frame level="38"/>
<frame level="39"/>
<frame level="40" function="g_closure_invoke" offset="00000145"/>
<frame level="41"/>
<frame level="42" function="g_signal_emit_valist" offset="00000ae5"/>
<frame level="43" function="g_signal_emit" offset="0000008f"/>
<frame level="44"/>
<frame level="45" function="gtk_propagate_event" offset="000000c4"/>
<frame level="46" function="gtk_main_do_event" offset="000003ab"/>
<frame level="47"/>
<frame level="48" function="g_main_context_dispatch" offset="0000024d"/>
<frame level="49"/>
<frame level="50" function="g_main_loop_run" offset="000000c2"/>
<frame level="51" function="gtk_main" offset="000000b7"/>
<frame level="52" function="wxGUIEventLoop::DoRun()" offset="00000025"/>
<frame level="53" function="wxEventLoopBase::Run()" offset="000000a0"/>
<frame level="54" function="wxAppConsoleBase::MainLoop()" offset="00000056"/>
<frame level="55" function="CodeBlocksApp::OnRun()" offset="00000000" file="/build/codeblocks-Uk3WYC/codeblocks-13.12/src/src/app.cpp" line="811"/>
<frame level="56" function="wxEntry(int&, wchar_t**)" offset="00000070"/>
<frame level="57" function="main" offset="00000000" file="/build/codeblocks-Uk3WYC/codeblocks-13.12/src/src/app.cpp" line="276"/>
<frame level="58" function="__libc_start_main" offset="000000f5"/>
<frame level="59"/>
</stack>
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version