Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Reading symbols from .\client\openminer.exe...done.
- (gdb) r
- Starting program: C:\Users\quent\Documents\Projects\OpenMiner\client\openminer.exe
- [New Thread 24364.0x39d8]
- [New Thread 24364.0x2e44]
- [New Thread 24364.0x6fdc]
- [New Thread 24364.0x312c]
- [Thread 24364.0x312c exited with code 0]
- [Thread 24364.0x2e44 exited with code 0]
- [Thread 24364.0x6fdc exited with code 0]
- [Inferior 1 (process 24364) exited normally]
- (gdb) b main
- Breakpoint 1 at 0x544910: file C:\Users\quent\Documents\Projects\OpenMiner\client\source\main.cpp, line 3.
- (gdb) r
- Starting program: C:\Users\quent\Documents\Projects\OpenMiner\client\openminer.exe
- [New Thread 21656.0x2d88]
- [New Thread 21656.0x4bec]
- [New Thread 21656.0x5280]
- [New Thread 21656.0x523c]
- Thread 1 hit Breakpoint 1, main (argc=1, argv=0x3611a00)
- at C:\Users\quent\Documents\Projects\OpenMiner\client\source\main.cpp:3
- 3 int main(int argc, char **argv) {
- (gdb) s
- 0x00429da0 in __main ()
- at C:/PROGRA~2/MINGW-~1/I686-8~1.0-P/mingw32/lib/gcc/i686-w64-mingw32/8.1.0/include/c++/iostream:74
- 74 static ios_base::Init __ioinit;
- (gdb)
- main (argc=1, argv=0x3611a00) at C:\Users\quent\Documents\Projects\OpenMiner\client\source\main.cpp:4
- 4 std::cout << "Hello" << std::endl;
- (gdb)
- std::operator<< <std::char_traits<char> > (__s=0x558284 <_ZL10cubeCoords+580> "Hello", __out=...)
- at C:/PROGRA~2/MINGW-~1/I686-8~1.0-P/mingw32/lib/gcc/i686-w64-mingw32/8.1.0/include/c++/bits/char_traits.h:320
- 320 return __builtin_strlen(__s);
- (gdb)
- 0x005335d5 in std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int) ()
- at C:/PROGRA~2/MINGW-~1/I686-8~1.0-P/mingw32/lib/gcc/i686-w64-mingw32/8.1.0/include/c++/iostream:74
- 74 static ios_base::Init __ioinit;
- (gdb)
- 0x76b49e10 in msvcrt!fwrite () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!fwrite,
- which has no line number information.
- 0x76b2cc0c in strerror_s () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function strerror_s,
- which has no line number information.
- 0x76b49e1c in msvcrt!fwrite () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!fwrite,
- which has no line number information.
- 0x76b389a0 in unlock () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function unlock,
- which has no line number information.
- 0x76b36e30 in msvcrt!_lock () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!_lock,
- which has no line number information.
- 0x76b389ca in unlock () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function unlock,
- which has no line number information.
- 0x76b49e61 in msvcrt!fwrite () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!fwrite,
- which has no line number information.
- 0x76b49c95 in msvcrt!ftell () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!ftell,
- which has no line number information.
- 0x76b43740 in msvcrt!_flsbuf () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!_flsbuf,
- which has no line number information.
- 0x76b49dc0 in msvcrt!ftell () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!ftell,
- which has no line number information.
- 0x76b59190 in msvcrt!memcpy () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!memcpy,
- which has no line number information.
- 0x76b49d3f in msvcrt!ftell () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!ftell,
- which has no line number information.
- 0x76b49e75 in msvcrt!fwrite () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!fwrite,
- which has no line number information.
- 0x76b38a13 in unlock () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function unlock,
- which has no line number information.
- 0x76f085d0 in ntdll!RtlLeaveCriticalSection () from C:\WINDOWS\SYSTEM32\ntdll.dll
- (gdb)
- Single stepping until exit from function ntdll!RtlLeaveCriticalSection,
- which has no line number information.
- 0x76b36ff5 in unlock () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function unlock,
- which has no line number information.
- 0x76b49e99 in msvcrt!fwrite () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!fwrite,
- which has no line number information.
- main (argc=1, argv=0x3611a00) at C:\Users\quent\Documents\Projects\OpenMiner\client\source\main.cpp:4
- 4 std::cout << "Hello" << std::endl;
- (gdb)
- std::ostream::operator<< (__pf=<optimized out>, this=<optimized out>)
- at C:/PROGRA~2/MINGW-~1/I686-8~1.0-P/mingw32/lib/gcc/i686-w64-mingw32/8.1.0/include/c++/ostream:108
- 108 operator<<(__ostream_type& (*__pf)(__ostream_type&))
- (gdb)
- 0x00535dd0 in std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&) ()
- at C:/PROGRA~2/MINGW-~1/I686-8~1.0-P/mingw32/lib/gcc/i686-w64-mingw32/8.1.0/include/c++/iostream:74
- 74 static ios_base::Init __ioinit;
- (gdb)
- 0x76b59130 in msvcrt!memcmp () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!memcmp,
- which has no line number information.
- 0x76b48fb0 in putc () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function putc,
- which has no line number information.
- 0x76b2cc0c in strerror_s () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function strerror_s,
- which has no line number information.
- 0x76b48fbc in putc () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function putc,
- which has no line number information.
- 0x76b389a0 in unlock () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function unlock,
- which has no line number information.
- 0x76b36e30 in msvcrt!_lock () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!_lock,
- which has no line number information.
- 0x76b389ca in unlock () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function unlock,
- which has no line number information.
- 0x76b48fee in putc () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function putc,
- which has no line number information.
- 0x76b38a13 in unlock () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function unlock,
- which has no line number information.
- 0x76f085d0 in ntdll!RtlLeaveCriticalSection () from C:\WINDOWS\SYSTEM32\ntdll.dll
- (gdb)
- Single stepping until exit from function ntdll!RtlLeaveCriticalSection,
- which has no line number information.
- 0x76b36ff5 in unlock () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function unlock,
- which has no line number information.
- 0x76b490da in putc () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function putc,
- which has no line number information.
- 0x76b43950 in msvcrt!fflush () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!fflush,
- which has no line number information.
- 0x76b2cc0c in strerror_s () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function strerror_s,
- which has no line number information.
- 0x76b4395c in msvcrt!fflush () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!fflush,
- which has no line number information.
- 0x76b389a0 in unlock () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function unlock,
- which has no line number information.
- 0x76b36e30 in msvcrt!_lock () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!_lock,
- which has no line number information.
- 0x76b389ca in unlock () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function unlock,
- which has no line number information.
- 0x76b43972 in msvcrt!fflush () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!fflush,
- which has no line number information.
- 0x76b43883 in msvcrt!_flsbuf () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!_flsbuf,
- which has no line number information.
- 0x76b43700 in msvcrt!_fileno () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!_fileno,
- which has no line number information.
- 0x76b438fd in msvcrt!_flsbuf () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!_flsbuf,
- which has no line number information.
- 0x76b4397d in msvcrt!fflush () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!fflush,
- which has no line number information.
- 0x76b38a13 in unlock () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function unlock,
- which has no line number information.
- 0x76f085d0 in ntdll!RtlLeaveCriticalSection () from C:\WINDOWS\SYSTEM32\ntdll.dll
- (gdb)
- Single stepping until exit from function ntdll!RtlLeaveCriticalSection,
- which has no line number information.
- 0x76b36ff5 in unlock () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function unlock,
- which has no line number information.
- 0x76b439ad in msvcrt!fflush () from C:\WINDOWS\System32\msvcrt.dll
- (gdb)
- Single stepping until exit from function msvcrt!fflush,
- which has no line number information.
- main (argc=1, argv=0x3611a00) at C:\Users\quent\Documents\Projects\OpenMiner\client\source\main.cpp:5
- 5 return 0;
- (gdb)
- 0x0040138b in __tmainCRTStartup ()
- (gdb)
- Single stepping until exit from function __tmainCRTStartup,
- which has no line number information.
- [Thread 21656.0x4bec exited with code 0]
- [Thread 21656.0x523c exited with code 0]
- [Thread 21656.0x5280 exited with code 0]
- [Inferior 1 (process 21656) exited normally]
- (gdb)
- The program is not being run.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement