Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Code completion problems (segfaults)

<< < (2/4) > >>

280Z28:

--- Quote from: rickg22 on January 14, 2006, 05:47:33 am ---
--- Quote from: 280Z28 on January 14, 2006, 03:10:08 am ---I'm using 1745 to build 1751 right now,

--- End quote ---

Wait! Update first to 1752, the crash on exit is fixed :)

--- End quote ---

Did you see my post in the other thread? I haven't seen the crash on exit in a long while, but I made that small change I listed. Can you see if that's what made the real difference? I really think it would be the proper fix (if it really is a fix), since it's a much more reliable way to handle the situation than things are done now. Just remember to move the Hide() call back where it was before you do your test. ;)

rickg22:
Well the problem with that crash on exit is a principle one. Hide() not only hides the window, it also triggers events. So it's much safer to disable the event handlers before hiding. We're gonna disable them anyway. And yes, i did the modification too, to be on the safe side. And now that the code is safe, let's apply the basic principle of programming: If it ain't broke... :)

Ceniza:

--- Quote from: rickg22 ---If it ain't broke... :)
--- End quote ---

... optimize it? :D

rickg22:
Anyway perhaps you haven't realized, but EditorManager, ProjectManager etc. are event handlers. Plus, who knows what other event handlers are added. We have to be sure all are removed before doing anything that might trigger events.

As for the optimizing, i'm really impressed with C::B state now. I think this revision is the fastest when shutting down (compared to RC2). Anyway this crashing is fixed, the CC crashing is fixed too :)

280Z28:
I just got it again in 1751. It occurred after a while I turned on the options to parse local, global, and directives, and the cache. I happened while I was using 1751 to build 1754, right when it finished building the sdk target, which was the first to compile a file (the previous ones were up to date). AFAIK, before starting the next target, C::B calls a save all or similar, which I believe the Code Completion plugin responds to? Not really sure.

The cache had not been built before this happened.

OK, it happened again, so I have more info:
1) It wasn't after it built the sdk target, it was during the time the first file was being compiled.
2) I turned off processing preprocessor directives and the cache, but it still happened.

Even more info:
I turned of GLOBAL includes, so the only one still checked was local includes. And it did NOT crash, even with rebuilding it twice. I'm still using 1751. :) I'm going to try turning cache and preprocessor directives back on and see if I can eliminate them as not the problem.

More info:
Preprocessor directives and cache back on, still no crash.

Did the following:
- Turned on global includes processing and immediately closed CB
- Opened the project file again, cbeditor.cpp and main.cpp are showing, main is active
- Started a rebuild, it finished without crashing.
- Made a change to main.cpp (in a comment), saved the file, and hit build. main.o built and codeblocks.exe linked, again no crash.
- Made a change to main.cpp, did not save the file, and hit build. It said it saved (asterisk gone), but nothing recompiled. It didn't save? Still no crash.
- Exited C::B, reopened it, used the right click->Jump to declaration on PopEventHandler which is in a global include, no problem
- Exited, deleted the cache, opened it (it opened slow), jumped around, then made changes to a file, compiled, worked fine.
- Turned off cache, exited, deleted cache, restarted, made changes to cbproject.cpp, built, worked fine. Made changes to app.cpp and cbproject.cpp (2 separate targets), compiled, worked fine.
- Went to exit. Crash.  :? This dump is the second one below.
- Reopened the C::B project, it sat there for ~3-5 seconds, went away without even saying it crashed. The dump for that crash is the third one below.
- Reopened the project, let it sit until CPU usage went to 0 (10 seconds?) no problem. Clicked close, crash. It said there was a problem this time and it had to close.
- Reopened, let it sit, then closed while CPU usage was still up. No crash.
- Reopened, let it sit until CPU usage dropped, then closed. NO CRASH.  :? :? :?
- Opened, immediately closed. No crash.
- Opened, let it sit until CPU usage dropped. Exited. Again, no crash.
- Opened, immediately hit build. Popped up saying it crashed, but the build kept going?? No files were changed so it just said everything was up to date.
- Opened, let it sit until CPU usage dropped. Exited, Crashed.


--- Code: ---Error occured on Saturday, January 14, 2006 at 13:50:37.

C:\Program Files\CodeBlocks\codeblocks.exe caused an Access Violation at location 7c911e58 in module C:\WINDOWS\system32\ntdll.dll Reading from location 13000000.

Registers:
eax=05f92778 ebx=003e0000 ecx=13000000 edx=02000000 esi=05f92770 edi=05f927b0
eip=7c911e58 esp=0348f4a8 ebp=0348f4b4 iopl=0         nv up ei pl zr na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010246

Call stack:
7C911E58  C:\WINDOWS\system32\ntdll.dll:7C911E58  RtlInitializeCriticalSection
7C910D5C  C:\WINDOWS\system32\ntdll.dll:7C910D5C  wcsncpy
77C2C2DE  C:\WINDOWS\system32\msvcrt.dll:77C2C2DE  free
65EBF845  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EBF845  PluginSDKVersion
65ED4CD9  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65ED4CD9  __gnu_cxx::new_allocator<std::_Rb_tree_node<int> >::deallocate(std::_Rb_tree_node<int>*, unsigned)  C:/MinGW/bin/../lib/gcc/mingw32/3.4.4/../../../../include/c++/3.4.4/ext/new_allocator.h:86
65F08894  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F08894  _ZNK8cbPlugin7GetTypeEv
65F08A3A  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F08A3A  std::_Rb_tree<int, int, std::_Identity<int>, std::less<int>, std::allocator<int> >::destroy_node(std::_Rb_tree_node<int>*)  C:/MinGW/bin/../lib/gcc/mingw32/3.4.4/../../../../include/c++/3.4.4/bits/stl_tree.h:390
65F09232  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F09232  _ZNK8cbPlugin7GetTypeEv
65F09212  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F09212  _ZNK8cbPlugin7GetTypeEv
65F0963E  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F0963E  std::_Rb_tree<int, int, std::_Identity<int>, std::less<int>, std::allocator<int> >::~_Rb_tree()  C:/MinGW/bin/../lib/gcc/mingw32/3.4.4/../../../../include/c++/3.4.4/bits/stl_tree.h:567
65F01B21  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F01B21  std::set<int, std::less<int>, std::allocator<int> >::~set()  D:/Devel/codeblocks/src/plugins/codecompletion/parser/parser.cpp:350
65F12BF1  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F12BF1  _ZNK8cbPlugin7GetTypeEv
65F102E7  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F102E7  void std::__destroy_aux<__gnu_cxx::__normal_iterator<std::set<int, std::less<int>, std::allocator<int> >*, std::vector<std::set<int, std::less<int>, std::allocator<int> >, std::allocator<std::set<int, std::less<int>, std::allocator<int> > > > > >(__gnu_cxx::__normal_iterator<std::set<int, std::less<int>, std::allocator<int> >*, std::vector<std::set<int, std::less<int>, std::allocator<int> >, std::allocator<std::set<int, std::less<int>, std::allocator<int> > > > >, __gnu_cxx::__normal_iterator<std::set<int,  C:/MinGW/bin/../lib/gcc/mingw32/3.4.4/../../../../include/c++/3.4.4/bits/stl_construct.h:120
65F129BD  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F129BD  void std::_Destroy<__gnu_cxx::__normal_iterator<std::set<int, std::less<int>, std::allocator<int> >*, std::vector<std::set<int, std::less<int>, std::allocator<int> >, std::allocator<std::set<int, std::less<int>, std::allocator<int> > > > > >(__gnu_cxx::__normal_iterator<std::set<int, std::less<int>, std::allocator<int> >*, std::vector<std::set<int, std::less<int>, std::allocator<int> >, std::allocator<std::set<int, std::less<int>, std::allocator<int> > > > >, __gnu_cxx::__normal_iterator<std::set<int, std:  C:/MinGW/bin/../lib/gcc/mingw32/3.4.4/../../../../include/c++/3.4.4/bits/stl_construct.h:152
65F063F2  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F063F2  _ZNK8cbPlugin7GetTypeEv
65F06609  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F06609  _ZNK8cbPlugin7GetTypeEv
65ECD4B3  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65ECD4B3  PluginSDKVersion
65EB6850  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EB6850  TokensTree::AddToken(Token*, int)  D:/Devel/codeblocks/src/plugins/codecompletion/parser/token.cpp:477
65EB62F3  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EB62F3  TokensTree::insert(Token*)  D:/Devel/codeblocks/src/plugins/codecompletion/parser/token.cpp:397
65EA9EB1  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EA9EB1  ParserThread::DoAddToken(TokenKind, wxString const&, wxString const&, bool)  D:/Devel/codeblocks/src/plugins/codecompletion/parser/parserthread.cpp:780
65EAB639  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EAB639  ParserThread::HandleFunction(wxString const&, bool)  D:/Devel/codeblocks/src/plugins/codecompletion/parser/parserthread.cpp:1048
65EA9035  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EA9035  ParserThread::DoParse()  D:/Devel/codeblocks/src/plugins/codecompletion/parser/parserthread.cpp:598
65EAB231  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EAB231  ParserThread::HandleClass(bool)  D:/Devel/codeblocks/src/plugins/codecompletion/parser/parserthread.cpp:995
65EA8AC6  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EA8AC6  ParserThread::DoParse()  D:/Devel/codeblocks/src/plugins/codecompletion/parser/parserthread.cpp:515
65EA8115  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EA8115  ParserThread::Parse()  D:/Devel/codeblocks/src/plugins/codecompletion/parser/parserthread.cpp:374
65ECF41D  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65ECF41D  PluginSDKVersion
61959257  C:\Program Files\CodeBlocks\codeblocks.dll:61959257  _ZN13PrivateThread5EntryEv
100A0125  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100A0125  _ZN8wxThreadD2Ev
77C3A3B0  C:\WINDOWS\system32\msvcrt.dll:77C3A3B0  _endthreadex
7C80B50B  C:\WINDOWS\system32\kernel32.dll:7C80B50B  GetModuleFileNameA

--- End code ---


--- Code: ---Error occured on Saturday, January 14, 2006 at 14:36:40.

C:\Program Files\CodeBlocks\codeblocks.exe caused an Access Violation at location 7c910f29 in module C:\WINDOWS\system32\ntdll.dll Reading from location 00000600.

Registers:
eax=02c793c8 ebx=003e0000 ecx=00000600 edx=00000040 esi=02c793c0 edi=02c79380
eip=7c910f29 esp=0022e82c ebp=0022e838 iopl=0         nv up ei pl zr na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010246

Call stack:
7C910F29  C:\WINDOWS\system32\ntdll.dll:7C910F29  wcsncpy
7C910D5C  C:\WINDOWS\system32\ntdll.dll:7C910D5C  wcsncpy
77C2C2DE  C:\WINDOWS\system32\msvcrt.dll:77C2C2DE  free
65ECFC4A  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65ECFC4A  wxStringData::Unlock()  D:/Devel/wxWidgets-2.6.2/include/wx/string.h:237
65ECFC01  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65ECFC01  wxStringBase::~wxStringBase()  D:/Devel/wxWidgets-2.6.2/include/wx/string.h:352
65ED44CD  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65ED44CD  wxString::~wxString()  D:/Devel/wxWidgets-2.6.2/include/wx/string.h:706
65EB3FE1  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EB3FE1  Token::~Token()  D:/Devel/codeblocks/src/plugins/codecompletion/parser/token.cpp:100
65EB61C7  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EB61C7  TokensTree::clear()  D:/Devel/codeblocks/src/plugins/codecompletion/parser/token.cpp:381
65EA3945  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EA3945  Parser::Clear()  D:/Devel/codeblocks/src/plugins/codecompletion/parser/parser.cpp:513
65EA11A3  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EA11A3  Parser::~Parser()  D:/Devel/codeblocks/src/plugins/codecompletion/parser/parser.cpp:135
65E98E66  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65E98E66  NativeParser::RemoveParser(cbProject*, bool)  D:/Devel/codeblocks/src/plugins/codecompletion/nativeparser.cpp:325
65E930FA  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65E930FA  CodeCompletion::OnProjectClosed(CodeBlocksEvent&)  D:/Devel/codeblocks/src/plugins/codecompletion/codecompletion.cpp:609
100AA0E8  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AA0E8  _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
100AA4AC  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AA4AC  _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler
100AB489  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB489  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100AB429  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB429  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100AB429  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB429  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100AB429  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB429  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100AB429  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB429  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100AB429  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB429  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100AB429  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB429  _ZN12wxEvtHandler12ProcessEventER7wxEvent
61872F04  C:\Program Files\CodeBlocks\codeblocks.dll:61872F04  PluginManager::NotifyPlugins(CodeBlocksEvent&)  D:/Devel/codeblocks/src/sdk/pluginmanager.cpp:530
617DE11D  C:\Program Files\CodeBlocks\codeblocks.dll:617DE11D  cbProject::NotifyPlugins(int)  D:/Devel/codeblocks/src/sdk/cbproject.cpp:116
617DDE29  C:\Program Files\CodeBlocks\codeblocks.dll:617DDE29  cbProject::~cbProject()  D:/Devel/codeblocks/src/sdk/cbproject.cpp:109
61890072  C:\Program Files\CodeBlocks\codeblocks.dll:61890072  ProjectManager::CloseProject(cbProject*, bool, bool)  D:/Devel/codeblocks/src/sdk/projectmanager.cpp:880
6188FE68  C:\Program Files\CodeBlocks\codeblocks.dll:6188FE68  ProjectManager::CloseAllProjects(bool)  D:/Devel/codeblocks/src/sdk/projectmanager.cpp:835
61891004  C:\Program Files\CodeBlocks\codeblocks.dll:61891004  ProjectManager::CloseWorkspace()  D:/Devel/codeblocks/src/sdk/projectmanager.cpp:1101
0042365E  C:\Program Files\CodeBlocks\codeblocks.exe:0042365E  MainFrame::DoCloseCurrentWorkspace()  D:/Devel/codeblocks/src/src/main.cpp:1148
0042A8A9  C:\Program Files\CodeBlocks\codeblocks.exe:0042A8A9  MainFrame::OnApplicationClose(wxCloseEvent&)  D:/Devel/codeblocks/src/src/main.cpp:1858
100AA0E8  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AA0E8  _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
100AA4AC  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AA4AC  _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler
100AB489  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB489  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100AB429  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB429  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100AB429  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB429  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100AB429  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB429  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100AB429  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB429  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100AB429  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB429  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100AB429  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB429  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100AB429  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB429  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100AB429  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB429  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100AB429  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB429  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100AB429  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB429  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100AB429  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB429  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100AB429  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB429  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100AB429  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB429  _ZN12wxEvtHandler12ProcessEventER7wxEvent
100AB429  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100AB429  _ZN12wxEvtHandler12ProcessEventER7wxEvent
10205FE3  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:10205FE3  _ZN12wxWindowBase5CloseEb
101392B7  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:101392B7  _ZN7wxFrame13MSWWindowProcEjjl
1010C750  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:1010C750  _Z9wxWndProcP6HWND__jjl@16
77D48734  C:\WINDOWS\system32\USER32.dll:77D48734  GetDC
77D48816  C:\WINDOWS\system32\USER32.dll:77D48816  GetDC
77D4B4C0  C:\WINDOWS\system32\USER32.dll:77D4B4C0  DefWindowProcW
77D4B50C  C:\WINDOWS\system32\USER32.dll:77D4B50C  DefWindowProcW
7C90EAE3  C:\WINDOWS\system32\ntdll.dll:7C90EAE3  KiUserCallbackDispatcher
77D4B3F9  C:\WINDOWS\system32\USER32.dll:77D4B3F9  DefWindowProcW
5AD73C20  C:\WINDOWS\system32\uxtheme.dll:5AD73C20  DrawThemeText
5AD8E300  C:\WINDOWS\system32\uxtheme.dll:5AD8E300  GetThemeTextMetrics
5AD71AC7  C:\WINDOWS\system32\uxtheme.dll:5AD71AC7
5AD71B3D  C:\WINDOWS\system32\uxtheme.dll:5AD71B3D
77D4BB15  C:\WINDOWS\system32\USER32.dll:77D4BB15  GetPropW
1010BE6A  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:1010BE6A  _ZN8wxWindow16MSWDefWindowProcEjjl
1011378C  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:1011378C  _ZN8wxWindow13MSWWindowProcEjjl
101390FA  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:101390FA  _ZN7wxFrame13MSWWindowProcEjjl
1010C750  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:1010C750  _Z9wxWndProcP6HWND__jjl@16
77D48734  C:\WINDOWS\system32\USER32.dll:77D48734  GetDC
77D48816  C:\WINDOWS\system32\USER32.dll:77D48816  GetDC
77D489CD  C:\WINDOWS\system32\USER32.dll:77D489CD  GetWindowLongW
77D48A10  C:\WINDOWS\system32\USER32.dll:77D48A10  DispatchMessageW
100EC1B5  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100EC1B5  _ZN11wxEventLoop14ProcessMessageEP6tagMSG
100EC7F4  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100EC7F4  _ZN11wxEventLoop8DispatchEv
100EC590  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100EC590  _ZN11wxEventLoop3RunEv
1018492E  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:1018492E  _ZN9wxAppBase8MainLoopEv
00404CDA  C:\Program Files\CodeBlocks\codeblocks.exe:00404CDA  CodeBlocksApp::OnRun()  D:/Devel/codeblocks/src/src/app.cpp:471
10043817  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:10043817  _Z14wxUninitializev
100B33BA  C:\Program Files\CodeBlocks\wxmsw26u_gcc_custom.dll:100B33BA  _Z7wxEntryP11HINSTANCE__S0_Pci
004014DA  C:\Program Files\CodeBlocks\codeblocks.exe:004014DA  WinMain  D:/Devel/codeblocks/src/src/app.cpp:297
0045A4AA  C:\Program Files\CodeBlocks\codeblocks.exe:0045A4AA
00401237  C:\Program Files\CodeBlocks\codeblocks.exe:00401237
00401288  C:\Program Files\CodeBlocks\codeblocks.exe:00401288
7C816D4F  C:\WINDOWS\system32\kernel32.dll:7C816D4F  RegisterWaitForInputIdle

--- End code ---


--- Code: ---Error occured on Saturday, January 14, 2006 at 14:39:00.

C:\Program Files\CodeBlocks\codeblocks.exe caused an Access Violation at location 7c911e5a in module C:\WINDOWS\system32\ntdll.dll Reading from location 00040008.

Registers:
eax=03039fc8 ebx=003e0000 ecx=00410042 edx=00040004 esi=03039fc0 edi=0303a000
eip=7c911e5a esp=0348f8b0 ebp=0348f8bc iopl=0         nv up ei pl zr na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010246

Call stack:
7C911E5A  C:\WINDOWS\system32\ntdll.dll:7C911E5A
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version