Menu

#1401 crash during long run

Next_Nightly
fixed
nobody
None
Bug_Report
2023-09-16
2023-08-15
bluehazzard
No

Hi, after long use of codeblocks i got this crash
Not really able to reproduce....

-------------------

Error occurred on Tuesday, August 8, 2023 at 22:37:15.

codeblocks.exe caused an Access Violation at location 00007FFA82EFF9EA in module libstdc++-6.dll Reading from location 0000000000000008.

AddrPC           Params
00007FFA82EFF9EA 0000029265D00920 0000000000000000 00000292698BA280  libstdc++-6.dll!std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string+0xa
00007FFA2180AD00 000000D0731FD890 0000000000000000 0000000000000000  openfileslist.dll!wxString::wxString+0x20  [ /wxWidgets-3.2.1/include/wx/strconv.h @ 616]
   614: // conversion to be used with all standard functions affected by locale, e.g.
   615: // strtol(), strftime(), ...
>  616: WX_DECLARE_GLOBAL_CONV(wxMBConv, wxConvLibc)
   617: #define wxConvLibc wxGet_wxConvLibc()
   618: 
00007FFA218036C2 000002926A3D33E0 0000029270957120 000000D0731FD900  openfileslist.dll!OpenFilesListPlugin::RefreshOpenFilesTree+0x12a  [ /codeblocks_svn/src/plugins/openfileslist/openfileslistplugin.cpp @ 262]
   260:     wxTreeItemIdValue cookie = 0;
   261:     wxTreeItemId item = m_pTree->GetFirstChild(m_pTree->GetRootItem(), cookie);
>  262:     wxString shortname = ed->GetShortName();
   263:     bool found = false;
   264:     // loop all tree items
00007FFA21803F21 000002926A3D33E0 000000D0731FDAC0 000000D0731FDB30  openfileslist.dll!OpenFilesListPlugin::OnEditorActivated+0x31  [ /codeblocks_svn/src/plugins/openfileslist/openfileslistplugin.cpp @ 360]
   358: {
   359: //  Manager::Get()->GetLogManager()->Log("OnEditorActivated: " + event.GetEditor()->GetFilename());
>  360:     RefreshOpenFilesTree(event.GetEditor());
   361: }
   362: 
00007FFA21808C99 000002926B129830 000000D0731FDAC0 000000D0731FDB10  openfileslist.dll!cbEventFunctor<OpenFilesListPlugin, CodeBlocksEvent>::Call+0x79  [ /wxWidgets-3.2.1/include/wx/strconv.h @ 616]
   614: // conversion to be used with all standard functions affected by locale, e.g.
   615: // strtol(), strftime(), ...
>  616: WX_DECLARE_GLOBAL_CONV(wxMBConv, wxConvLibc)
   617: #define wxConvLibc wxGet_wxConvLibc()
   618: 
00007FFA04AD4C11 0000029265D161B0 000000D0731FDAC0 00000000FFFFFFFF  codeblocks.dll!Manager::ProcessEvent+0xb9  [ /codeblocks_svn/src/sdk/manager.cpp @ 268]
   266: #endif // PPRCESS_EVENT_PERFORMANCE_MEASURE
   267: 
>  268:             (*it)->Call(event);
   269: 
   270: #ifdef PPRCESS_EVENT_PERFORMANCE_MEASURE
00007FFA04AF08DA 00000292663AF340 000000D0731FDAC0 00000000FFFFFFFF  codeblocks.dll!PluginManager::NotifyPlugins+0x24  [ /codeblocks_svn/src/sdk/pluginmanager.cpp @ 1620]
  1618: void PluginManager::NotifyPlugins(CodeBlocksEvent& event)
  1619: {
> 1620:     Manager::Get()->ProcessEvent(event);
  1621: }
  1622: 
00007FFA04A97B81 0000029265D00920 000000D0731FE060 0000000000000002  codeblocks.dll!EditorManager::OnPageChanged+0x199  [ /codeblocks_svn/src/sdk/editormanager.cpp @ 1538]
  1536: 
  1537:     CodeBlocksEvent evt2(cbEVT_EDITOR_ACTIVATED, -1, nullptr, eb);
> 1538:     Manager::Get()->GetPluginManager()->NotifyPlugins(evt2);
  1539: 
  1540:     if (Manager::Get()->GetConfigManager(_T("app"))->ReadBool(_T("/environment/tabs_stacked_based_switching")))
00007FFA715A2E77 0000000000000000 0000000000000000 00007FFA722DA5EA  wxmsw32u_gcc_custom.dll!wxAppConsoleBase::CallEventHandler+0xb7
00007FFA716F2AA5 000000D0731FDFF0 000000D0731FDF00 000000D0731FE060  wxmsw32u_gcc_custom.dll!wxEvtHandler::ProcessEventIfMatchesId+0x85
00007FFA716F2C8B 0000029265D00920 0000029270895DE0 00007FFA724DEAA0  wxmsw32u_gcc_custom.dll!wxEventHashTable::HandleEvent+0xfb
00007FFA716F32CD 000000D0731FE060 0000029265D06650 000000D0731FE0C0  wxmsw32u_gcc_custom.dll!wxEvtHandler::TryHereOnly+0x3d
00007FFA716F2D73 0000029265D062A0 000000D0731FE060 00000000FFFFFFFF  wxmsw32u_gcc_custom.dll!wxEvtHandler::DoTryChain+0x43
00007FFA716F3421 0000000000000002 000000D0731FDFF0 00000292706E07E0  wxmsw32u_gcc_custom.dll!wxEvtHandler::ProcessEvent+0xc1
00007FFA71A157C8 0000029270957120 0000000000000001 000000D0731FE058  wxmsw32u_gcc_custom.dll!wxWindowBase::TryAfter+0x58
00007FFA71C2E1CD 0000001900000000 0000029A000005AF 000000D0731FE198  wxmsw32u_gcc_custom.dll!wxAuiNotebook::DoModifySelection+0x37d
00007FFA71C30231 0000029265D062A0 000002927093F900 0000029265D062A0  wxmsw32u_gcc_custom.dll!wxAuiNotebook::RemovePage+0x1d1
00007FFA049FB118 0000029265D062A0 0000000000000002 000002926D47B210  codeblocks.dll!cbAuiNotebook::RemovePage+0x72  [ /codeblocks_svn/src/sdk/cbauibook.cpp @ 482]
   480:     }
   481: #endif // #ifdef __WXMSW__
>  482:     bool result = wxAuiNotebook::RemovePage(page);
   483:     MinimizeFreeSpace();
   484:     return result;
00007FFA71C27253 0000029265D062A0 000002927093F900 000002927093F900  wxmsw32u_gcc_custom.dll!wxAuiNotebook::DeletePage+0x63
00007FFA049FB08C 0000029265D062A0 0000000000000002 0000000000000001  codeblocks.dll!cbAuiNotebook::DeletePage+0x72  [ /codeblocks_svn/src/sdk/cbauibook.cpp @ 468]
   466:     }
   467: #endif // #ifdef __WXMSW__
>  468:     bool result = wxAuiNotebook::DeletePage(page);
   469:     MinimizeFreeSpace();
   470:     return result;
00007FFA04A937F2 0000029265D00920 000002927093F900 0000000000000000  codeblocks.dll!EditorManager::Close+0x8e  [ /codeblocks_svn/src/sdk/editormanager.cpp @ 754]
   752:                 if (!QueryClose(editor))
   753:                     return false;
>  754:             m_pNotebook->DeletePage(idx);
   755:         }
   756:     }
00007FFA04A9375D 0000029265D00920 000000D0731FE3A0 0000029200000000  codeblocks.dll!EditorManager::Close+0x3f  [ /codeblocks_svn/src/sdk/editormanager.cpp @ 741]
   739: bool EditorManager::Close(const wxString& filename, bool dontsave)
   740: {
>  741:     return Close(IsOpen(filename), dontsave);
   742: }
   743: 
00007FFA04A2615A 00000292706F3F80 000002927080C370 0000029265E8B901  codeblocks.dll!cbProject::RemoveFile+0xd6  [ /codeblocks_svn/src/sdk/cbproject.cpp @ 993]
   991:     m_ProjectFilesMap.erase(UnixFilename(pf->relativeFilename)); // remove from hashmap
   992:     if(closeEditor)
>  993:         Manager::Get()->GetEditorManager()->Close(pf->file.GetFullPath());
   994:     else
   995:     {
00007FFA04B34D3F 0000029265898B90 00000292662E8830 0000000000000014  codeblocks.dll!ScriptBindings::cbProject_RemoveFile+0x70  [ /codeblocks_svn/src/sdk/scripting/bindings/scriptbindings.cpp @ 648]
   646:         if (!extractor.Process("cbProject::RemoveFile"))
   647:             return extractor.ErrorMessage();
>  648:         sq_pushbool(v, extractor.p0->RemoveFile(extractor.p1));
   649:         return 1;
   650:     }
00007FFA04CB9122 0000029265898B90 00000292662E8830 0000000000000002  codeblocks.dll!SQVM::CallNative+0x2c6  [ /codeblocks_svn/src/sdk/scripting/squirrel/sqvm.cpp @ 1224]
  1222: 
  1223:     _nnativecalls++;
> 1224:     SQInteger ret = (nclosure->_function)(this);
  1225:     _nnativecalls--;
  1226: 
00007FFA04CB4707 0000029265898B90 000002926626F030 0000000000000002  codeblocks.dll!SQVM::Execute+0x845  [ /codeblocks_svn/src/sdk/scripting/squirrel/sqvm.cpp @ 789]
   787:                     case OT_NATIVECLOSURE: {
   788:                         bool suspend;
>  789:                         _GUARD(CallNative(_nativeclosure(clo), arg3, _stackbase+arg2, clo,suspend));
   790:                         if(suspend){
   791:                             _suspended = SQTrue;
00007FFA04CBAA1C 0000029265898B90 000002926626F030 0000000000000002  codeblocks.dll!SQVM::Call+0x7c  [ /codeblocks_svn/src/sdk/scripting/squirrel/sqvm.cpp @ 1593]
  1591:     switch(sq_type(closure)) {
  1592:     case OT_CLOSURE:
> 1593:         return Execute(closure, nparams, stackbase, outres, raiseerror);
  1594:         break;
  1595:     case OT_NATIVECLOSURE:{
00007FFA04C9EB31 0000029265898B90 0000000000000002 0000000000000000  codeblocks.dll!sq_call+0x80  [ /codeblocks_svn/src/sdk/scripting/squirrel/sqapi.cpp @ 1155]
  1153: {
  1154:     SQObjectPtr res;
> 1155:     if(v->Call(v->GetUp(-(params+1)),params,v->_top-params,res,raiseerror?true:false)){
  1156: 
  1157:         if(!v->_suspended) {
00007FFA04D325CB 000000D0731FECF0 0000000000000000 00007FFA726400E0  codeblocks.dll!ScriptBindings::Caller::CallRaw+0x1db  [ /wxWidgets-3.2.1/include/wx/unichar.h @ 264]
   262:     wxUniCharRef& operator=(const wxUniChar& c);
   263: #else
>  264:     wxUniCharRef& operator=(const wxUniChar& c) { *m_pos = c; return *this; }
   265: #endif
   266: 
00007FFA04D31FFD 000000D0731FECF0 00007FFA04EE915C 0000029200000000  codeblocks.dll!ScriptBindings::Caller::CallByName1<int>+0x7d  [ /codeblocks_svn/src/include/scripting/bindings/sc_utils.h @ 1360]
  1358: 
  1359:         return *this;
> 1360:     }
  1361: 
  1362:     const HSQOBJECT& Get() const { return m_object; }
00007FFA04B26E11 00007FFA04EE915C 00007FFA00000B05 000000D0731FEE80  codeblocks.dll!ScriptBindings::ScriptPluginWrapper::CallScriptMenu+0x100  [ /codeblocks_svn/src/sdk/scripting/bindings/sc_plugin.cpp @ 186]
   184: 
   185:         Caller caller(v, callback.object.Get());
>  186:         if (!caller.CallByName1(callbackName, callback.menuIndex))
   187:         {
   188:             const wxString errorMsg = ExtractLastSquirrelError(v, false);
00007FFA04B27003 000000D000000B05 00007FFAA873F9A7 0000000000000000  codeblocks.dll!ScriptBindings::ScriptPluginWrapper::OnScriptMenu+0x3c  [ /codeblocks_svn/src/sdk/scripting/bindings/sc_plugin.cpp @ 197]
   195: void OnScriptMenu(int id)
   196: {
>  197:     CallScriptMenu(_SC("OnMenuClicked"), id, "OnScriptMenu: ");
   198: }
   199: 
00007FFA04B43121 0000029266210BD0 000000D0731FF1F0 000000D0731FF050  codeblocks.dll!ScriptingManager::Data::OnScriptPluginMenu+0x23  [ /codeblocks_svn/src/sdk/scriptingmanager.cpp @ 702]
   700: void ScriptingManager::Data::OnScriptPluginMenu(wxCommandEvent& event)
   701: {
>  702:     ScriptBindings::ScriptPluginWrapper::OnScriptMenu(event.GetId());
   703: }
   704: 
00007FFA715A2E77 000002926D4D5370 000000D0731FF0D0 0000998BF9D30BD0  wxmsw32u_gcc_custom.dll!wxAppConsoleBase::CallEventHandler+0xb7
00007FFA716F2AA5 000002926B232FE0 0000000000000000 0000029265980900  wxmsw32u_gcc_custom.dll!wxEvtHandler::ProcessEventIfMatchesId+0x85
00007FFA716F2F64 000002926B170F20 0000000000000001 0000000000000000  wxmsw32u_gcc_custom.dll!wxEvtHandler::SearchDynamicEventTable+0xd4
00007FFA716F32B2 0000000000000111 0000000000000000 0000000000000000  wxmsw32u_gcc_custom.dll!wxEvtHandler::TryHereOnly+0x22
00007FFA716F2D73 000002926649C760 000000D0731FF1F0 00000292663490B0  wxmsw32u_gcc_custom.dll!wxEvtHandler::DoTryChain+0x43
00007FFA716F3421 00007FFAA4B76FD0 00007FFA716F2C8B 0000000000000000  wxmsw32u_gcc_custom.dll!wxEvtHandler::ProcessEvent+0xc1
00007FFA71A157C8 00000000000000A1 0000000000000B05 000000000000000F  wxmsw32u_gcc_custom.dll!wxWindowBase::TryAfter+0x58
00007FFA716F4EDB 00000292663490B0 0000000000000000 0000000000000000  wxmsw32u_gcc_custom.dll!wxEvtHandler::SafelyProcessEvent+0xb
00007FFA719BC77D 0000000000000000 00007FFA717EE420 0000000000000001  wxmsw32u_gcc_custom.dll!wxMenuBase::DoProcessEvent+0x8d
00007FFA719BC8AA 0000000000000001 00007FFA720FF5F0 00007FFAA9B2CE90  wxmsw32u_gcc_custom.dll!wxMenuBase::SendEvent+0xca
00007FFA71861F0A 0000000000000000 0000B7336568F95B 0000000000000001  wxmsw32u_gcc_custom.dll!wxFrame::MSWWindowProc+0x8a
00007FFAA873E858 000000D0731FF590 00007FFA717EE420 00000000002114FE  USER32.dll!UserCallWinProcCheckWow+0x2f8
00007FFAA873E299 00007FFA717EE420 000002926F6A1D30 00007FFA726436D0  USER32.dll!DispatchMessageWorker+0x249
00007FFA7181A809 00000000002114FE 0000000000000111 000002926F6A1D30  wxmsw32u_gcc_custom.dll!wxGUIEventLoop::Dispatch+0x159
00007FFA715D47E3 0000000000000000 0000000000000040 0000000000000000  wxmsw32u_gcc_custom.dll!wxEventLoopManual::ProcessEvents+0x33
00007FFA715D48F8 000002926588AE40 000002926F6A1D30 0000000000000000  wxmsw32u_gcc_custom.dll!wxEventLoopManual::DoRun+0xf8
00007FFA715D45C8 0000000000000008 00007FFAA890B930 000000D0731FF750  wxmsw32u_gcc_custom.dll!wxEventLoopBase::Run+0x58
00007FFA715A6040 0000000300000030 00007FFA03000003 0000000000000000  wxmsw32u_gcc_custom.dll!wxAppConsoleBase::MainLoop+0x70
00007FF720795E94 000002926588AE40 00007FFA716FF9FF 0000029263DB28B2  codeblocks.exe!CodeBlocksApp::OnRun+0x30  [ /codeblocks_svn/src/src/app.cpp @ 918]
   916:     try
   917:     {
>  918:         int retval = wxApp::OnRun();
   919:         // wx 2.6.3 docs says that OnRun() function's return value is used as exit code
   920:         return m_Batch ? m_BatchExitCode : retval;
00007FFA71618EF1 0000000000000000 0000000000000055 0000000000000008  wxmsw32u_gcc_custom.dll!wxEntryReal+0x51
00007FF7207924A5 00007FF720790000 0000000000000000 0000029263DB3BC7  codeblocks.exe!WinMain+0x3a  [ /codeblocks_svn/src/src/app.cpp @ 334]
   332: } // namespace
   333: 
>  334: IMPLEMENT_APP(CodeBlocksApp) // TODO: This gives a "redundant declaration" warning, though I think it's false. Dig through macro and check.
   335: 
   336: BEGIN_EVENT_TABLE(CodeBlocksApp, wxApp)
00007FF7207912EE 0000000000000000 0000000000000000 0000000000000000  codeblocks.exe!__tmainCRTStartup+0x16e  [C:/M/B/src/mingw-w64/mingw-w64-crt/crt/crtexe.c @ 267]
00007FF7207913E6 0000000000000000 0000000000000000 0000000000000000  codeblocks.exe!WinMainCRTStartup+0x16  [C:/M/B/src/mingw-w64/mingw-w64-crt/crt/crtexe.c @ 157]
00007FFAA88E7614 0000000000000000 0000000000000000 0000000000000000  KERNEL32.DLL!BaseThreadInitThunk+0x14
00007FFAA9AE26B1 0000000000000000 0000000000000000 0000000000000000  ntdll.dll!RtlUserThreadStart+0x21

00007FF720790000-00007FF722899000 codeblocks.exe    20.3.0.0
00007FFAA9A90000-00007FFAA9C88000 ntdll.dll     10.0.19041.3155
00007FFAA88D0000-00007FFAA898F000 KERNEL32.DLL  10.0.19041.3155
00007FFAA73E0000-00007FFAA76D6000 KERNELBASE.dll    10.0.19041.3155
00007FFAA8F10000-00007FFAA8FAE000 msvcrt.dll    7.0.19041.546
00007FFAA7D10000-00007FFAA8454000 SHELL32.dll   10.0.19041.3208
00007FFA8F860000-00007FFA8FAFA000 COMCTL32.dll  6.10.19041.1110
00007FFA8C970000-00007FFA8C98C000 libgcc_s_seh-1.dll
00007FFAA7A50000-00007FFAA7AED000 msvcp_win.dll 10.0.19041.789
00007FFAA7790000-00007FFAA7890000 ucrtbase.dll  10.0.19041.789
00007FFAA7BB0000-00007FFAA7BDC000 GDI32.dll     10.0.19041.2913
00007FFAA7890000-00007FFAA78B2000 win32u.dll    10.0.19041.3208
00007FFAA8730000-00007FFAA88CD000 USER32.dll    10.0.19041.2788
00007FFA8B040000-00007FFA8B056000 libwinpthread-1.dll   1.0.0.0
00007FFAA7930000-00007FFAA7A45000 gdi32full.dll 10.0.19041.2913
00007FFA82E20000-00007FFA83005000 libstdc++-6.dll
00007FFA7C4A0000-00007FFA7C4A7000 SHFOLDER.dll  10.0.19041.1
00007FFA83B40000-00007FFA83B7A000 exchndl.dll   0.9.11.0
00007FFAA8990000-00007FFAA8A3F000 ADVAPI32.dll  10.0.19041.2913
00007FFAA8C90000-00007FFAA8D2C000 sechost.dll   10.0.19041.2913
00007FFAA9090000-00007FFAA91B6000 RPCRT4.dll    10.0.19041.3208
00007FFA82D70000-00007FFA82E20000 mgwhelp.dll   0.9.11.0
00007FFA9F3B0000-00007FFA9F3BA000 VERSION.dll   10.0.19041.546
00007FFA049F0000-00007FFA0A11B000 codeblocks.dll
00007FFA82940000-00007FFA82B33000 dbghelp.dll   10.0.18362.1
00007FFA83B10000-00007FFA83B3A000 dbgcore.DLL   10.0.18362.1
00007FFA715A0000-00007FFA72893000 wxmsw32u_gcc_custom.dll   3.2.1.0
00007FFAA8FB0000-00007FFAA908A000 comdlg32.dll  10.0.19041.1806
00007FFAA96F0000-00007FFAA9A44000 combase.dll   10.0.19041.2788
00007FFAA8680000-00007FFAA872D000 shcore.dll    10.0.19041.1865
00007FFAA9630000-00007FFAA9685000 SHLWAPI.dll   10.0.19041.2075
00007FFAA8B80000-00007FFAA8BB0000 IMM32.dll     10.0.19041.2673
00007FFAA8A40000-00007FFAA8B6A000 ole32.dll     10.0.19041.2965
00007FFAA8BC0000-00007FFAA8C8D000 OLEAUT32.dll  10.0.19041.3208
00007FFAA8610000-00007FFAA867B000 WS2_32.dll    10.0.19041.546
00007FFA8D740000-00007FFA8D7A6000 OLEACC.dll    7.2.19041.746
00007FFAA4B70000-00007FFAA4C0E000 UxTheme.dll   10.0.19041.2193
00007FFA9D120000-00007FFA9D147000 WINMM.dll     10.0.19041.546
00007FFA8DA70000-00007FFA8DB0D000 WINSPOOL.DRV  10.0.19041.3031
00007FFAA7170000-00007FFAA71F2000 bcryptPrimitives.dll  10.0.19041.2486
00007FFAA6B10000-00007FFAA6B28000 CRYPTSP.dll   10.0.19041.546
00007FFAA61C0000-00007FFAA61F4000 rsaenh.dll    10.0.19041.1052
00007FFAA7360000-00007FFAA7387000 bcrypt.dll    10.0.19041.3208
00007FFAA6B00000-00007FFAA6B0C000 CRYPTBASE.dll 10.0.19041.546
00007FFAA5040000-00007FFAA5052000 kernel.appcore.dll    10.0.19041.546
00007FFAA5240000-00007FFAA59D4000 windows.storage.dll   10.0.19041.3208
00007FFAA6BB0000-00007FFAA6BDE000 Wldp.dll      10.0.19041.2788
00007FFAA8D30000-00007FFAA8E44000 MSCTF.dll     10.0.19041.2673
00007FFAA7050000-00007FFAA7082000 SspiCli.dll   10.0.19041.2130
00007FFA9A790000-00007FFA9A889000 textinputframework.dll    10.0.19041.3086
00007FFAA4300000-00007FFAA465E000 CoreUIComponents.dll  10.0.19041.546
00007FFAA4660000-00007FFAA4752000 CoreMessaging.dll 10.0.19041.2193
00007FFAA62E0000-00007FFAA6313000 ntmarta.dll   10.0.19041.546
00007FFAA3C30000-00007FFAA3D84000 wintypes.dll  10.0.19041.2788
00007FFAA7BE0000-00007FFAA7C89000 clbcatq.dll   2001.12.10941.16384
00007FFA847E0000-00007FFA8481E000 dataexchange.dll  10.0.19041.1387
00007FFAA3D90000-00007FFAA3F73000 dcomp.dll     10.0.19041.2913
00007FFAA2FA0000-00007FFAA3203000 d3d11.dll     10.0.19041.2913
00007FFAA5A20000-00007FFAA5B13000 dxgi.dll      10.0.19041.2311
00007FFAA1670000-00007FFAA1877000 twinapi.appcore.dll   10.0.19041.3031
00007FFAA12C0000-00007FFAA1474000 WindowsCodecs.dll 10.0.19041.1706
00007FFAA70A0000-00007FFAA70C5000 profapi.dll   10.0.19041.3155
00007FFA88D90000-00007FFA890D8000 msftedit.DLL  10.0.19041.1288
00007FFA970E0000-00007FFA9718C000 TextShaping.dll
00007FFA98660000-00007FFA98806000 Windows.Globalization.dll 10.0.19041.1865
00007FFA9AB60000-00007FFA9ABBB000 Bcp47Langs.dll    10.0.19041.1566
00007FFA9A5B0000-00007FFA9A5DD000 bcp47mrm.dll  10.0.19041.1503
00007FFA8AE10000-00007FFA8AE35000 globinputhost.dll 10.0.19041.1806
00007FFA82700000-00007FFA828D1000 abbreviations.dll
00007FFA16780000-00007FFA16BB0000 astyle.dll
00007FFA82600000-00007FFA826F1000 autosave.dll
00007FFA76380000-00007FFA76644000 AutoVersioning.dll
00007FFA0F310000-00007FFA0FA26000 BrowseTracker.dll
00007FFA0E910000-00007FFA0ED88000 byogames.dll
00007FFA81C70000-00007FFA81DAB000 cb_koders.dll
00007FFA818B0000-00007FFA8196D000 Cccc.dll
00007FF9F7490000-00007FF9F9863000 clangd_client.dll
00007FFA75EB0000-00007FFA7604E000 classwizard.dll
00007FF9F6090000-00007FF9F7486000 codecompletion.dll
00007FFA0E340000-00007FFA0E90B000 codesnippets.dll
00007FFA75370000-00007FFA755B8000 codestat.dll
00007FFA039A0000-00007FFA049EE000 compiler.dll
00007FFA80650000-00007FFA80718000 copystrings.dll
00007FFA71370000-00007FFA715A0000 CppCheck.dll
00007FFA16440000-00007FFA16773000 Cscope.dll
00007FF9F5760000-00007FF9F6083000 debugger.dll
00007FFA74880000-00007FFA74A6D000 defaultmimehandler.dll
00007FFA15AC0000-00007FFA15DEB000 devpakupdater.dll
00007FFA0DEC0000-00007FFA0E339000 DoxyBlocks.dll    1.7.663.8397
00007FFA23590000-00007FFA23779000 DragScroll.dll
00007FFA24060000-00007FFA241C5000 EditorConfig.dll
00007FFA1F390000-00007FFA1F532000 EditorTweaks.dll
00007FF9FAD20000-00007FF9FB029000 envvars.dll
00007FF9F4570000-00007FF9F5754000 Exporter.dll
00007FF9F4040000-00007FF9F456E000 FileManager.dll
00007FF9F2300000-00007FF9F4034000 FortranProject.dll
00007FF9F1EA0000-00007FF9F22F9000 headerfixup.dll
00007FFA80590000-00007FFA80644000 headerguard.dll
00007FF9F1AB0000-00007FF9F1EA0000 help_plugin.dll
00007FF9F1240000-00007FF9F1AA7000 HexEditor.dll
00007FFA0DD00000-00007FFA0DEBC000 IncrementalSearch.dll
00007FF9F0CB0000-00007FF9F1239000 keybinder.dll
00007FF9F0370000-00007FF9F0CA5000 lib_finder.dll
00007FF9EFE80000-00007FF9F036E000 wxflatnotebook.dll
00007FFA7C660000-00007FFA7C763000 loghacker.dll
00007FFA79A50000-00007FFA79B04000 ModPoller.dll
00007FFA750B0000-00007FFA751F8000 MouseSap.dll
00007FF9EF200000-00007FF9EFE73000 NassiShneiderman.dll
00007FF9FAA80000-00007FF9FAD17000 OccurrencesHighlighting.dll
00007FFA21800000-00007FFA2193D000 openfileslist.dll
00007FFA03750000-00007FFA0399F000 Profiler.dll
00007FFA0B010000-00007FFA0B227000 ProjectOptionsManipulator.dll
00007FF9EED00000-00007FF9EF1FF000 projectsimporter.dll
00007FF9EEA40000-00007FF9EECF2000 RegExTestbed.dll
00007FF9EE800000-00007FF9EEA3A000 ReopenEditor.dll
00007FFA752B0000-00007FFA75361000 rndgen.dll
00007FF9EE1D0000-00007FF9EE800000 scriptedwizard.dll
00007FFA712B0000-00007FFA71369000 SmartIndentCpp.dll
00007FFA20CD0000-00007FFA20D88000 SmartIndentFortran.dll
00007FFA1EEA0000-00007FFA1EF57000 SmartIndentHDL.dll
00007FFA15A00000-00007FFA15AB4000 SmartIndentLua.dll
00007FFA0F250000-00007FFA0F305000 SmartIndentPascal.dll
00007FFA0DC40000-00007FFA0DCF4000 SmartIndentPython.dll
00007FFA0DAE0000-00007FFA0DB92000 SmartIndentXML.dll
00007FF9ED6C0000-00007FF9EE1C5000 SpellChecker.dll
00007FF9ED480000-00007FF9ED6B3000 SymTab.dll
00007FF9EC9A0000-00007FF9ED478000 ThreadSearch.dll
00007FF9EC810000-00007FF9EC99B000 tidycmt.dll
00007FF9EC3B0000-00007FF9EC804000 todo.dll
00007FF9EBF10000-00007FF9EC3AD000 ToolsPlus.dll
00007FFA83760000-00007FFA837E8000 wxsmith.dll
00007FF9E6CE0000-00007FF9EBF0D000 wxsmithlib.dll
00007FF9E6710000-00007FF9E6CE0000 wxSmithAui.dll
00007FF9E5AE0000-00007FF9E670B000 wxSmithContribItems.dll
00007FF9E5120000-00007FF9E5AD9000 wxkwic.dll
00007FFA81AF0000-00007FFA81B9F000 wximagepanel.dll
00007FF9E4FA0000-00007FF9E5115000 wxmathplot.dll
00007FF9E4EB0000-00007FF9E4F91000 wxspeedbutton.dll
00007FF9E4D90000-00007FF9E4EAF000 wxcustombutton.dll
00007FF9E46F0000-00007FF9E4D82000 wxled.dll
00007FF9E3B20000-00007FF9E46E1000 wxchartctrl.dll
00007FF9E3A60000-00007FF9E3B1A000 xpmanifest.dll
00007FFAA4980000-00007FFAA4A11000 apphelp.dll   10.0.19041.2913
00007FFA82180000-00007FFA82229000 tiptsf.dll    10.0.19041.746
00007FFA91FA0000-00007FFA91FA7000 msimg32.dll   10.0.19041.1466
00007FFAA7390000-00007FFAA73DE000 CFGMGR32.dll  10.0.19041.3155
00007FFAA2CD0000-00007FFAA2DC6000 propsys.dll   7.0.19041.1741
00007FFA80720000-00007FFA808CE000 DUI70.dll     10.0.19041.746
00007FFA92FC0000-00007FFA93055000 DUser.dll     10.0.19041.546
00007FFAA4E60000-00007FFAA4E8F000 dwmapi.dll    10.0.19041.746
00007FFA7FE30000-00007FFA7FE54000 edputil.dll   10.0.19041.546
00007FFA7FED0000-00007FFA800F0000 explorerframe.dll 10.0.19041.1949
00007FFA7FE60000-00007FFA7FEC6000 thumbcache.dll    10.0.19041.1865
00007FFAA1210000-00007FFAA12B1000 policymanager.dll 10.0.19041.3155
00007FFAA6250000-00007FFAA62DA000 msvcp110_win.dll  10.0.19041.546
00007FFA79360000-00007FFA793A8000 Windows.UI.FileExplorer.dll   10.0.19041.1741
00007FFAA2B10000-00007FFAA2B46000 xmllite.dll   10.0.19041.546
00007FFA8F640000-00007FFA8F6E6000 StructuredQuery.dll   7.0.19041.867
00007FFA845C0000-00007FFA845CD000 atlthunk.dll  10.0.19041.546
00007FFA79E70000-00007FFA79F36000 Windows.Storage.Search.dll    10.0.19041.3155
00007FFA844D0000-00007FFA84531000 Windows.FileExplorer.Common.dll   10.0.19041.1741
00007FFA99180000-00007FFA99431000 iertutil.dll  11.0.19041.3208
00007FFA8E070000-00007FFA8E08D000 MPR.dll       10.0.19041.1806
00007FFAA5F60000-00007FFAA5FBB000 WINSTA.dll    10.0.19041.3155
00007FFA8BE10000-00007FFA8BE22000 cscapi.dll    10.0.19041.546
00007FFAA66C0000-00007FFAA66CC000 netutils.dll  10.0.19041.546
00007FFA81460000-00007FFA814B6000 dlnashext.dll 10.0.19041.3155
00007FFA849C0000-00007FFA84A69000 twinapi.dll   10.0.19041.3155
00007FFA83EB0000-00007FFA83F14000 PlayToDevice.dll  10.0.19041.746
00007FFA92050000-00007FFA92070000 DevDispItemProvider.dll   10.0.19041.867
00007FFA9EFE0000-00007FFA9F065000 MMDevApi.dll  10.0.19041.1503
00007FFAA6F00000-00007FFAA6F33000 DEVOBJ.dll    10.0.19041.3155
00007FFA271B0000-00007FFA27251000 wpdshext.dll  10.0.19041.1949
00007FFA8D590000-00007FFA8D735000 gdiplus.dll   10.0.19041.2251
00007FFA7F160000-00007FFA7F1DD000 ntshrui.dll   10.0.19041.1741
00007FFA98BB0000-00007FFA98BD9000 srvcli.dll    10.0.19041.3155
00007FFAA15C0000-00007FFAA1663000 PortableDeviceApi.dll 10.0.19041.746
00007FFAA91C0000-00007FFAA962E000 SETUPAPI.dll  10.0.19041.3155
00007FFAA78C0000-00007FFAA7927000 WINTRUST.dll  10.0.19041.2913
00007FFAA7200000-00007FFAA735E000 CRYPT32.dll   10.0.19041.3208
00007FFAA6D40000-00007FFAA6D52000 MSASN1.dll    10.0.19041.2251
00007FFA81AB0000-00007FFA81AE7000 EhStorShell.dll   10.0.19041.746
00007FFA820A0000-00007FFA820C6000 EhStorAPI.dll 10.0.19041.746
00007FFAA2E30000-00007FFAA2E44000 WTSAPI32.dll  10.0.19041.546
00007FFAA7C90000-00007FFAA7D09000 coml2.dll     10.0.19041.546
00007FFA858F0000-00007FFA858FD000 LINKINFO.dll  10.0.19041.546
00007FFA9AD30000-00007FFA9AD47000 NetworkExplorer.dll   10.0.19041.1
00007FFA90730000-00007FFA90742000 NetworkItemFactory.dll    10.0.19041.1
00007FFAA1AF0000-00007FFAA1AFE000 dtsh.dll      10.0.19041.746
00007FFAA5D80000-00007FFAA5E21000 FirewallAPI.dll   10.0.19041.2913
00007FFAA65F0000-00007FFAA66BA000 DNSAPI.dll    10.0.19041.3031
00007FFAA65B0000-00007FFAA65EC000 IPHLPAPI.DLL  10.0.19041.2788
00007FFAA7BA0000-00007FFAA7BA8000 NSI.dll       10.0.19041.610
00007FFAA5D40000-00007FFAA5D7A000 fwbase.dll    10.0.19041.2913
00007FFA966C0000-00007FFA966D1000 wbemprox.dll  10.0.19041.1320
00007FFA96630000-00007FFA966C0000 wbemcomn.dll  10.0.19041.1566
00007FFA94D40000-00007FFA94D54000 wbemsvc.dll   10.0.19041.1320
00007FFA948B0000-00007FFA949BB000 fastprox.dll  10.0.19041.546
00007FFA8CC60000-00007FFA8CC7F000 amsi.dll      10.0.19041.2075
00007FFAA7020000-00007FFAA704E000 USERENV.dll   10.0.19041.3155
00007FFA8CB50000-00007FFA8CBCB000 MpOav.dll     4.18.23050.9
00007FFA823B0000-00007FFA823FC000 msieftp.dll   10.0.19041.1320
00007FFA845D0000-00007FFA84617000 SHDOCVW.dll   10.0.19041.2728
00007FFA98BF0000-00007FFA98DDC000 urlmon.dll    11.0.19041.3155
00007FFA94680000-00007FFA946D1000 FWPolicyIOMgr.dll 10.0.19041.2913
00007FFA8A810000-00007FFA8ACE6000 WININET.dll   11.0.19041.3031
00007FFA98FC0000-00007FFA98FD0000 npmproxy.dll  10.0.19041.3031
00007FFA30B30000-00007FFA30B5C000 FunDisc.dll   10.0.19041.1
00007FFA8E930000-00007FFA8E945000 fdproxy.dll   10.0.19041.1
00007FFA7C5E0000-00007FFA7C619000 NCOverlays.dll    3.0.0.47
00007FFA7C5B0000-00007FFA7C5CB000 VCRUNTIME140.dll  14.29.30139.0
00007FFA7C520000-00007FFA7C5AD000 MSVCP140.dll  14.29.30139.0
00007FFA7C5D0000-00007FFA7C5DC000 VCRUNTIME140_1.dll    14.29.30139.0
00007FFA83BE0000-00007FFA83C01000 fdwcn.dll     10.0.19041.746
00007FFA83B80000-00007FFA83BA7000 wcnapi.dll    10.0.19041.746
000000006DED0000-000000006DEF0000 TortoiseOverlays.dll  1.1.4.26626
00007FFA90830000-00007FFA908AF000 OneCoreCommonProxyStub.dll    10.0.19041.2546
00007FFA7C400000-00007FFA7C420000 TortoiseStub.dll  1.14.3.29387
00007FFA7C060000-00007FFA7C3F3000 TortoiseSVN.dll   1.14.3.29387
00007FFA7C040000-00007FFA7C053000 intl3_tsvn.dll    0.14.6.0
00007FFA7B950000-00007FFA7BFF9000 libsvn_tsvn.dll   1.14.2.64502
00007FFA7C000000-00007FFA7C036000 libapr_tsvn.dll   1.6.5.0
00007FFA7B8E0000-00007FFA7B8FB000 libsasl.dll   2.1.24.0
00007FFA7B900000-00007FFA7B947000 libaprutil_tsvn.dll   1.6.1.0
00007FFA953C0000-00007FFA953CC000 Secur32.dll   10.0.19041.546
00007FFAA6910000-00007FFAA697A000 MSWSOCK.dll   10.0.19041.546
00007FFAA8EB0000-00007FFAA8F06000 WLDAP32.dll   10.0.19041.2006
00007FFA94630000-00007FFA9463C000 fdWNet.dll    10.0.19041.746
00007FFA8E030000-00007FFA8E04D000 ATL.DLL       3.5.2284.0
00007FFA7B710000-00007FFA7B8D9000 FileSyncShell64.dll   23.147.716.1
00007FFA843B0000-00007FFA8447D000 cscui.dll     10.0.19041.1
00007FFA8C7C0000-00007FFA8C7D2000 NCContextMenu.dll 3.0.0.47
00007FFA971F0000-00007FFA97336000 Windows.StateRepositoryPS.dll 10.0.19041.3155
00007FFA85690000-00007FFA85720000 appresolver.dll   10.0.19041.1620
00007FFAA5CA0000-00007FFAA5CC9000 SLC.dll       10.0.19041.1682
00007FFAA5C70000-00007FFAA5C95000 sppc.dll      10.0.19041.1682
00007FFA8B070000-00007FFA8B5F2000 StartTileData.dll 10.0.19041.2913
00007FFAA2AF0000-00007FFAA2B06000 usermgrcli.dll    10.0.19041.546
00007FFA9F950000-00007FFA9F9A4000 usermgrproxy.dll  10.0.19041.1741
00007FFA7A880000-00007FFA7A8A8000 mssprxy.dll   7.0.19041.3155
00007FFA7D8C0000-00007FFA7D8F3000 twext.dll     10.0.19041.3208
00007FFA76B80000-00007FFA76BBD000 WorkfoldersShell.dll  10.0.19041.1645
00007FFA7FDE0000-00007FFA7FE23000 ShellExtensionX64.dll 1.18.5.0
00007FFA8E850000-00007FFA8E879000 shacct.dll    10.0.19041.1466
00007FFA74810000-00007FFA74865000 shellext.dll  4.18.1907.16384
00007FFA8DA30000-00007FFA8DA61000 IDStore.dll   10.0.19041.3155
00007FFAA2DD0000-00007FFAA2DF7000 SAMLIB.dll    10.0.19041.3155
00007FFAA7AF0000-00007FFAA7B0D000 imagehlp.dll  10.0.19041.1415
00007FFA7E4A0000-00007FFA7E54A000 wlidprov.dll  10.0.19041.746
00007FFA95B80000-00007FFA95B99000 samcli.dll    10.0.19041.1466
00007FFAA59F0000-00007FFAA5A13000 gpapi.dll     10.0.19041.3155
00007FFA8A5B0000-00007FFA8A80F000 msxml6.dll    6.30.19041.1023
000000006CF80000-000000006CF97000 7-zip.dll     20.2.0.0
00007FFA7C420000-00007FFA7C49D000 provsvc.dll   10.0.19041.1466
00007FFA889F0000-00007FFA889F9000 IconCodecService.dll  10.0.19041.1
00007FFA8E6E0000-00007FFA8E726000 MSWB7.dll     10.0.19041.546
00007FFA27180000-00007FFA271A5000 CHARTV.dll    10.0.19041.1
00007FFA9DC60000-00007FFA9E42D000 OneCoreUAPCommonProxyStub.dll 10.0.19041.3031
000000006CF00000-000000006CF72000 DragExt64.dll 2.0.0.10905
00007FFA8E460000-00007FFA8E4E1000 PhotoMetadataHandler.dll  10.0.19041.746
00007FFA8C2A0000-00007FFA8C2AB000 drprov.dll    10.0.19041.546
00007FFA88A20000-00007FFA88A3F000 ntlanman.dll  10.0.19041.2604
00007FFA88950000-00007FFA8896E000 davclnt.dll   10.0.19041.546
00007FFA8BFE0000-00007FFA8BFED000 DAVHLPR.dll   10.0.19041.546
00007FFA88910000-00007FFA8892D000 nfsnp.dll     10.0.19041.1
00007FFA95BF0000-00007FFA95BF9000 WSOCK32.dll   10.0.19041.1
00007FFAA6320000-00007FFAA633B000 wkscli.dll    10.0.19041.3155
00007FFA7FCE0000-00007FFA7FCF5000 browcli.dll   10.0.19041.3155
00007FFA9A890000-00007FFA9A9D1000 Windows.UI.dll    10.0.19041.746
00007FFAA1A40000-00007FFAA1AE1000 WindowManagementAPI.dll
00007FFA9A630000-00007FFA9A782000 InputHost.dll 10.0.19041.1741
00007FFAA3670000-00007FFAA3C30000 d2d1.dll      10.0.19041.546
00007FFA98830000-00007FFA98AAF000 dwrite.dll    10.0.19041.1566
00007FFA9D150000-00007FFA9D30B000 aticfx64.dll  31.0.12027.9001
00007FFA9D0C0000-00007FFA9D0F9000 atiuxp64.dll  31.0.12027.9001
00007FFA9B190000-00007FFA9D0B9000 atidxx64.dll  31.0.12027.9001
00007FFA9AB20000-00007FFA9AB55000 amdihk64.dll  2.0.0.1788
00007FFA9D520000-00007FFA9D55B000 dxcore.dll    10.0.19041.546
00007FFAA6F70000-00007FFAA7012000 sxs.dll       10.0.19041.2788
00007FFA9F400000-00007FFA9F4A1000 ActXPrxy.dll  10.0.19041.2546
00007FFA76300000-00007FFA76373000 symsrv.dll    10.0.18362.1
00007FFA7D7C0000-00007FFA7D7D7000 ondemandconnroutehelper.dll   10.0.19041.2311
00007FFA9E4F0000-00007FFA9E5FA000 winhttp.dll   10.0.19041.3031
00007FFA9F9B0000-00007FFA9F9BB000 WINNSI.DLL    10.0.19041.546
00007FFA98BE0000-00007FFA98BEA000 rasadhlp.dll  10.0.19041.546
00007FFA98AC0000-00007FFA98B42000 fwpuclnt.dll  10.0.19041.3155
00007FFAA60E0000-00007FFAA6177000 schannel.DLL  10.0.19041.3031
00007FFA8CAF0000-00007FFA8CB06000 mskeyprotect.dll  10.0.19041.2788
00007FFAA6BE0000-00007FFAA6C1B000 NTASN1.dll    10.0.19041.546
00007FFAA6F60000-00007FFAA6F6A000 DPAPI.DLL     10.0.19041.546
00007FFA891B0000-00007FFA891E1000 cryptnet.dll  10.0.19041.906
00007FFAA6C20000-00007FFAA6C48000 ncrypt.dll    10.0.19041.2788
00007FFA8CC00000-00007FFA8CC26000 ncryptsslp.dll    10.0.19041.2846

Windows 10.0.19041.3155
DrMingw 0.9.11

-------------------

Discussion

  • bluehazzard

    bluehazzard - 2023-08-15
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -486,128 +486,3 @@
     DrMingw 0.9.11
    
     -------------------
    -
    -Error occurred on Tuesday, August 15, 2023 at 02:06:46.
    -
    -codeblocks.exe caused an Access Violation at location 00007FFAFAC6964C in module codeblocks.dll Reading from location 0000000000000268.
    -
    -AddrPC           Params
    -00007FFAFAC6964C 0000000000000000 000001FEF72CAD60 000000C3E77FD600  codeblocks.dll!wxSCIListBoxWin::GetLB+0xc  [ /wxWidgets-3.2.1/include/wx/wxcrt.h @ 277]
    
    -   275: 
    -   276:     return len;
    -&gt;  277: }
    -   278: inline size_t wxStrlcpy(wchar_t *dest, const wchar_t *src, size_t n)
    -   279: {
    -00007FFAFAC0A610 0000000000000000 00007FFB000F5888 000000000000000A  codeblocks.dll!GETLB+0x20  [ /codeblocks_svn/src/sdk/wxscintilla/src/PlatWX.cpp @ 2991]
    -  2989: {
    -  2990:     return str.utf8_str();
    -&gt; 2991: }
    -  2992: 
    -  2993: #endif
    -00007FFAFAAAC3D7 000001FED4432DD0 000000C3E77FD5C0 00000000FFFFFFFF  codeblocks.dll!ListBoxImpl::Append+0x27  [ /codeblocks_svn/src/sdk/wxscintilla/src/PlatWX.cpp @ 2553]
    -  2551: 
    -  2552: void ListBoxImpl::Append(const wxString&amp; text, int type) {
    -&gt; 2553:     long count  = GETLB(wid)-&gt;GetItemCount();
    -  2554:     long itemID  = GETLB(wid)-&gt;InsertItem(count, wxEmptyString);
    -  2555:     long idx = -1;
    -00007FFAFAAAC74E 000001FED4432DD0 000001FE91F59710 000001FEEA5E9D0D  codeblocks.dll!ListBoxImpl::SetList+0x1ba  [ /codeblocks_svn/src/sdk/wxscintilla/src/PlatWX.cpp @ 2577]
    -  2575:             token.Truncate(pos);
    -  2576:         }
    -&gt; 2577:         Append(token, (int)type);
    -  2578:     }
    -  2579:     GETLB(wid)-&gt;Thaw();
    -00007FFAFABA05A2 000001FED50D54D0 000001FE91F59710 000001FED50D4CB0  codeblocks.dll!AutoComplete::SetList+0x88  [ /codeblocks_svn/src/sdk/wxscintilla/src/scintilla/src/AutoComplete.cxx @ 148]
    -   146: void AutoComplete::SetList(const char *list) {
    -   147: if (autoSort == SC_ORDER_PRESORTED) {
    -&gt;  148: lb-&gt;SetList(list, separator, typesep);
    -   149: sortMatrix.clear();
    -   150: for (int i = 0; i &lt; lb-&gt;Length(); ++i)
    -00007FFAFAB94F3A 000001FED50D4CB0 0000000000000000 000001FE91F59710  codeblocks.dll!ScintillaBase::AutoCompleteStart+0x736  [ /codeblocks_svn/src/sdk/wxscintilla/src/scintilla/src/ScintillaBase.cxx @ 305]
    -   303: ac.lb-&gt;SetDoubleClickAction(AutoCompleteDoubleClick, this);
    -   304: 
    -&gt;  305: ac.SetList(list ? list : &#34;&#34;);
    -   306: 
    -   307: // Fiddle the position of the list so it is right next to the target and wide enough for all its strings
    -00007FFAFAB9735B 000001FED50D4CB0 00007FFA00000834 0000000000000000  codeblocks.dll!ScintillaBase::WndProc+0x137  [ /codeblocks_svn/src/sdk/wxscintilla/src/scintilla/src/ScintillaBase.cxx @ 821]
    -   819: case SCI_AUTOCSHOW:
    -   820: listType = 0;
    -&gt;  821: AutoCompleteStart(static_cast&lt;int&gt;(wParam), reinterpret_cast&lt;const char *&gt;(lParam));
    -   822: break;
    -   823: 
    -00007FFAFAAB0FD8 000001FED50D4CB0 00007FFB00000834 0000000000000000  codeblocks.dll!ScintillaWX::WndProc+0x1ac  [ /codeblocks_svn/src/sdk/wxscintilla/src/ScintillaWX.cpp @ 894]
    -   892: 
    -   893:       default:
    -&gt;  894:           return ScintillaBase::WndProc(iMessage, wParam, lParam);
    -   895:       }
    -   896:       return 0;
    -00007FFAFAA945D7 000001FED29126B0 000000C300000834 0000000000000000  codeblocks.dll!wxScintilla::SendMsg+0x51  [ /codeblocks_svn/src/sdk/wxscintilla/src/wxscintilla.cpp @ 260]
    -   258: wxIntPtr wxScintilla::SendMsg(int msg, wxUIntPtr wp, wxIntPtr lp) const
    -   259: {
    -&gt;  260:     return m_swx-&gt;WndProc(msg, wp, lp);
    -   261: }
    -   262: 
    -00007FFAFAA96FFA 000001FED29126B0 0000000000000000 000000C3E77FE020  codeblocks.dll!wxScintilla::AutoCompShow+0x52  [ /codeblocks_svn/src/sdk/wxscintilla/src/wxscintilla.cpp @ 1352]
    -  1350: void wxScintilla::AutoCompShow(int lengthEntered, const wxString&amp; itemList)
    -  1351: {
    -&gt; 1352:     SendMsg(SCI_AUTOCSHOW, lengthEntered, (sptr_t)(const char*)wx2sci(itemList));
    -  1353: }
    -  1354: 
    -00007FFAFA9686CE 000001FECFEBCA10 000000C3E77FE4C0 000000C3E77FE510  codeblocks.dll!CCManager::OnCompleteCode+0x86a  [ /codeblocks_svn/src/sdk/ccmanager.cpp @ 586]
    -   584:     stc-&gt;AutoCompSetTypeSeparator(&#39;\n&#39;);
    -   585:     stc-&gt;AutoCompSetSeparator(&#39;\r&#39;);
    -&gt;  586:     stc-&gt;AutoCompShow(tknEnd - tknStart, items);
    -   587:     m_OwnsAutocomp = true;
    -   588:     if (isPureAlphabetical)
    -00007FFAFAC64969 000001FECFEF1090 000000C3E77FE4C0 000000C3E77FE5D0  codeblocks.dll!cbEventFunctor&lt;CCManager, CodeBlocksEvent&gt;::Call+0x79  [ /wxWidgets-3.2.1/include/wx/wxcrt.h @ 1089]
    -  1087: 
    -  1088: inline bool wxIsalnum(const wxUniChar&amp; c)  { return wxCRT_IsalnumW(c) != 0; }
    -&gt; 1089: inline bool wxIsalpha(const wxUniChar&amp; c)  { return wxCRT_IsalphaW(c) != 0; }
    -  1090: inline bool wxIscntrl(const wxUniChar&amp; c)  { return wxCRT_IscntrlW(c) != 0; }
    -  1091: inline bool wxIsdigit(const wxUniChar&amp; c)  { return wxCRT_IsdigitW(c) != 0; }
    -00007FFAFAA04C11 000001FECAC36810 000000C3E77FE4C0 000000C300000000  codeblocks.dll!Manager::ProcessEvent+0xb9  [ /codeblocks_svn/src/sdk/manager.cpp @ 268]
    -   266: #endif // PPRCESS_EVENT_PERFORMANCE_MEASURE
    -   267: 
    -&gt;  268:             (*it)-&gt;Call(event);
    -   269: 
    -   270: #ifdef PPRCESS_EVENT_PERFORMANCE_MEASURE
    -00007FFAF85E0F59 000001FED5104FE0 000001FE87C587F0 00007FFAF87BFFB0  clangd_client.dll!Parser::OnLSP_CompletionResponse+0xab7  [ /codeblocks_svn/src/plugins/contrib/clangd_client/src/codecompletion/parser/parser.cpp @ 2404]
    -  2402:             //}
    -  2403: 
    -&gt; 2404:             Manager::Get()-&gt;ProcessEvent(evt);
    -  2405:         }
    -  2406: 
    -00007FFAF857875A 000001FECE6D1670 000001FE87C587F0 000000C3E77FF2B0  clangd_client.dll!ClgdCompletion::OnLSP_Event+0xd5e  [ /codeblocks_svn/src/plugins/contrib/clangd_client/src/codecompletion/codecompletion.cpp @ 3605]
    -  3603:     {
    -  3604:         Parser* pParser = (Parser*)GetParseManager()-&gt;GetParserByProject(pProject);
    -&gt; 3605:         pParser-&gt;OnLSP_CompletionResponse(event, m_CompletionTokens);
    -  3606:     }
    -  3607:     // ----------------------------------------------------------------------------
    -00007FFB00052E77 000001FECE6D1670 00007FFB001A2AA5 000000C3E77FF2B0  wxmsw32u_gcc_custom.dll!wxAppConsoleBase::CallEventHandler+0xb7
    -00007FFB001A2AA5 000001FECE7540D0 00007FFB001A2C8B 000000C3E77FF2B0  wxmsw32u_gcc_custom.dll!wxEvtHandler::ProcessEventIfMatchesId+0x85
    -00007FFB001A2F64 000001FECB2554D0 000001FED48BBC70 000001FE8D208BB0  wxmsw32u_gcc_custom.dll!wxEvtHandler::SearchDynamicEventTable+0xd4
    -00007FFB001A32B2 000001FED517E0F8 0000000000000000 0000000000000000  wxmsw32u_gcc_custom.dll!wxEvtHandler::TryHereOnly+0x22
    -00007FFB001A2D73 000001FED54365E0 000001FED54365E0 000001FED54365E0  wxmsw32u_gcc_custom.dll!wxEvtHandler::DoTryChain+0x43
    -00007FFB001A3421 0000000000000000 00007FFB75FD5BA1 000001FED517E0C0  wxmsw32u_gcc_custom.dll!wxEvtHandler::ProcessEvent+0xc1
    -00007FFB001A43C0 0000000000000000 0000000000000003 000001FECA77AE40  wxmsw32u_gcc_custom.dll!wxEvtHandler::ProcessPendingEvents+0x110
    -00007FFB000545FF 000001FECA7825A0 00007FFB75FDFAA0 000001FECA77AE01  wxmsw32u_gcc_custom.dll!wxAppConsoleBase::ProcessPendingEvents+0xcf
    -00007FFB000847D4 0000000000000000 0000000000000040 0000000000000000  wxmsw32u_gcc_custom.dll!wxEventLoopManual::ProcessEvents+0x24
    -00007FFB000848F8 000001FECA77AE40 000001FED48BBC70 0000000000000000  wxmsw32u_gcc_custom.dll!wxEventLoopManual::DoRun+0xf8
    -00007FFB000845C8 0000000000000008 00007FFB7421B930 000000C3E77FF6D0  wxmsw32u_gcc_custom.dll!wxEventLoopBase::Run+0x58
    -00007FFB00056040 0000000300000030 00007FFB03000003 0000000000000000  wxmsw32u_gcc_custom.dll!wxAppConsoleBase::MainLoop+0x70
    -00007FF696C25E94 000001FECA77AE40 00007FFB001AF9FF 000001FEC8D528B2  codeblocks.exe!CodeBlocksApp::OnRun+0x30  [ /codeblocks_svn/src/src/app.cpp @ 918]
    -   916:     try
    -   917:     {
    -&gt;  918:         int retval = wxApp::OnRun();
    -   919:         // wx 2.6.3 docs says that OnRun() function&#39;s return value is used as exit code
    -   920:         return m_Batch ? m_BatchExitCode : retval;
    -00007FFB000C8EF1 0000000000000000 0000000000000055 0000000000000008  wxmsw32u_gcc_custom.dll!wxEntryReal+0x51
    -00007FF696C224A5 00007FF696C20000 0000000000000000 000001FEC8D53BC7  codeblocks.exe!WinMain+0x3a  [ /codeblocks_svn/src/src/app.cpp @ 334]
    -   332: } // namespace
    -   333: 
    -&gt;  334: IMPLEMENT_APP(CodeBlocksApp) // TODO: This gives a &#34;redundant declaration&#34; warning, though I think it&#39;s false. Dig through macro and check.
    -   335: 
    -   336: BEGIN_EVENT_TABLE(CodeBlocksApp, wxApp)
    -00007FF696C212EE 0000000000000000 0000000000000000 0000000000000000  codeblocks.exe!__tmainCRTStartup+0x16e  [C:/M/B/src/mingw-w64/mingw-w64-crt/crt/crtexe.c @ 267]
    -00007FF696C213E6 0000000000000000 0000000000000000 0000000000000000  codeblocks.exe!WinMainCRTStartup+0x16  [C:/M/B/src/mingw-w64/mingw-w64-crt/crt/crtexe.c @ 157]
    -
    -~~~
    
     
  • bluehazzard

    bluehazzard - 2023-08-15
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -486,3 +486,4 @@
     DrMingw 0.9.11
    
     -------------------
    +~~~
    
     
  • pecan

    pecan - 2023-09-16

    I recognize this. It's a crash in Clangd_client OnEditorActivated.

    -00007FFAF857875A 000001FECE6D1670 000001FE87C587F0 000000C3E77FF2B0 clangd_client.dll!ClgdCompletion::OnLSP_Event+0xd5e [ /codeblocks_svn/src/plugins/contrib/clangd_client/src/codecompletion/codecompletion.cpp @ 3605]

    • 3603: {
    • 3604: Parser pParser = (Parser)GetParseManager()->GetParserByProject(pProject);
      -> 3605: pParser->OnLSP_CompletionResponse(event, m_CompletionTokens);

    where pParser is not checked for nullptr.
    It was fixed in svn r13352

     

    Last edit: pecan 2023-09-16
  • pecan

    pecan - 2023-09-16
    • status: open --> fixed
    • Milestone: Undefined --> Next_Nightly
     

Log in to post a comment.

MongoDB Logo MongoDB