Debugging Problem

Hello,

i have a problem with the debugging at Visual Stuido 2012.
Here is the error:

> msvcr120.dll!_crt_debugger_hook(int _Reserved) Zeile 60 C
msvcr120.dll!_call_reportfault(int nDbgHookCode, unsigned long dwExceptionCode, unsigned long dwExceptionFlags) Zeile 151 C++
msvcr120.dll!abort() Zeile 90 C
libCore.dll!0ff2beb6() Unbekannt
[Unten angegebene Rahmen sind möglicherweise nicht korrekt und/oder fehlen, keine Symbole geladen für libCore.dll]
libCore.dll!0ff5badd() Unbekannt
libCore.dll!0ff5b847() Unbekannt
libCore.dll!0ff7ce08() Unbekannt
libCore.dll!0feea075() Unbekannt
libCore.dll!0fee997b() Unbekannt
libCore.dll!0fee9b81() Unbekannt
libCore.dll!0ff82931() Unbekannt
libCore.dll!0ff00dfd() Unbekannt
libCore.dll!0fefe89b() Unbekannt
libCore.dll!0ff47638() Unbekannt
libCore.dll!0ffcdbfc() Unbekannt
M5_neu_Win.exe!xy_plot_err(const int n, double * grx, double * gry, double * grex, double * grey, std::basic_string<char,std::char_traits<char>,std::allocator<char> > titel_text) Zeile 87 C++
M5_neu_Win.exe!auswertung_m5(const std::basic_string<char,std::char_traits<char>,std::allocator<char> > dateiname_mit_pfad, const std::basic_string<char,std::char_traits<char>,std::allocator<char> > dateiname_ausgabe_speichern, const int grafik_ausgabe_flag) Zeile 680 C++
M5_neu_Win.exe!WndProc(HWND__ * hWnd, unsigned int message, unsigned int wParam, long lParam) Zeile 599 C++
user32.dll!_InternalCallWinProc@20() Unbekannt
user32.dll!_UserCallWinProcCheckWow@32() Unbekannt
user32.dll!_DispatchClientMessage@24() Unbekannt
user32.dll!___fnDWORD@4() Unbekannt
ntdll.dll!_KiUserCallbackDispatcher@12() Unbekannt
user32.dll!_NtUserMessageCall@28() Unbekannt
user32.dll!_SendMessageWorker@24() Unbekannt
user32.dll!_SendMessageW@16() Unbekannt
user32.dll!_xxxButtonNotifyParent@12() Unbekannt
user32.dll!_xxxBNReleaseCapture@12() Unbekannt
user32.dll!_ButtonWndProcWorker@24() Unbekannt
user32.dll!_ButtonWndProcW@16() Unbekannt
user32.dll!_InternalCallWinProc@20() Unbekannt
user32.dll!_UserCallWinProcCheckWow@32() Unbekannt
user32.dll!_DispatchMessageWorker@8() Unbekannt
user32.dll!_DispatchMessageW@4() Unbekannt
M5_neu_Win.exe!wWinMain(HINSTANCE__ * hInstance, HINSTANCE__ * hPrevInstance, wchar_t * lpCmdLine, int nCmdShow) Zeile 89 C++
M5_neu_Win.exe!__tmainCRTStartup() Zeile 528 C
M5_neu_Win.exe!wWinMainCRTStartup() Zeile 377 C
kernel32.dll!@BaseThreadInitThunk@12() Unbekannt
ntdll.dll!___RtlUserThreadStart@8() Unbekannt
ntdll.dll!__RtlUserThreadStart@8() Unbekannt
What is your problem?

Whatever it is, the [system] dlls are not part of it.

Obviously something bad happens in xy_plot_err(...) or auswertung_m5(...).
This can be an out of bounds operation or an unhandled exception or something alike.

However you should set a break point before the crash and go through the code line by line until it happens.
Can you post the code?
Topic archived. No new replies allowed.