c++ - wxWidgets Crash on closing application -


This is probably a stupid question because this crash may be related to some invalid indicator or the item already deleted, but the code By all means I did not know where the problem is.

When I turn off the software, I found a SIGSEVerror with the following message:

  # 0 00000000 0x003f01c5 (??) (??: ??) # 1 004D36BC wxSocketClient :: ~ wxSocketClient (it = 0x2a8bf80, __in_chrg = & lt; value is optimized & gt;) (../../src/common/socket.cpp:1237) # 2 0042 e 9 AAA :: ~ AAA (this = 0x2a5998c, __in_chrg = & quot; value-optimized & gt;) (C: \ Documents and Settings \\ My Documents \ Programming \ Assistant \ Assistant \ src \ pasan.cpp: 71) # 3 00416A49 AssistantFrame: : ~ AssistantFrame (this = 0x2a592c8, __in_chrg = & gt; value GT out and customize;) (C: \ d Avejh and Settings \\ My Documents \ programs \ Accessories \ Accessories \ AssistantMain.cpp: 937) # 4 00416FCB AssistantFrame :: ~ Shaikfrem (it = 0x2a592c8, __in_chrg = & lt; value is optimized & gt;) (C: \ Documents and Settings \\ My Documents \ Programming \ Assistant \ Assistant \ AssistantMain.cpp: 1007) # 5 00438F21 wxAppBase :: DeletePendingObjects (this = 0x2a59a58) (../../src/common/appcmn.cpp:423) # 6 00439067 wxAppBase :: ProcessIdle (it = 0x2a59a58) (../../src/common/appcmn.cpp:454) # 7 004DD68B wxEventLoopManual :: run (this = 0x2ac4fb0) (../../src/common / Evtloopcmn CPP: 99) # 8 00438C62 wxAppBase :: MainLoop (this = 0x2a59a58) (../../src/common/appcmn.cpp:312) # 9 00 438D95 wxAppBase :: OnRun (it = 0x2a59a58) (../ ../src/common/appcmn.cpp:367) # 10 004E8372 wxEntryReal (argc = @ 0x22fe5c, argv = 0x3f2880) (../../src/ Common / Initkkpp: 448) # 11 004330C0 wxEntry (ARGS = @ 0x22fe5c, Argv = 0x3f2880) (Kk/kk/srk/msw/mankkpp:23l) # 12 004332AF wxEntry (Hinstns = 0x400000, Nkmdsu = 10) (../../src/msw/main CPP: 386) # 13 00,401,441 WinMain (hInstance = 0x400000, hPrevInstance = 0x0, lpCmdLine = 0x251f49 "", nCmdShow = 10) (C: \ documents and Settings \\ My document \ Programming \ Assistant Assistant \ AssistantApp.cpp: 17) # 14 00000000 0x005f9566 In the main () (??: ??)   

The problem is that my code is already About 5k lines and using many controls Is it from some helpful information because I'm not a debugger expert?

Thank you for your help

In general:

    Build a debug

  • Run the application

  • For additional information about the doddy code, Additionally, additional windows may be filled out, if so, track the issues on which debug builds have been viewed and corrected

  • Can fix this problem ?

  • If not, run the app under the debugger. When the accident occurs, see the call stack. Unless you recognize the code, do your work from below, it will tell you what the code was executing when the crash occurred. It can be in a district for one of your classrooms, which will give you a strong clue that needs to be fixed.

    In this particular case:

    It seems that the accident occurs in the wxSocketClient Destroyer, which is .. /../src/common/ Socket.cpp: 1237 is said to have seen it? Are you repeating an example of wxSocketClient here?

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -