Advertisement
gnidmoo

client/openminer.exe

Jan 22nd, 2020
2,933
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 10.22 KB | None | 0 0
  1. Reading symbols from .\client\openminer.exe...done.
  2. (gdb) r
  3. Starting program: C:\Users\quent\Documents\Projects\OpenMiner\client\openminer.exe
  4. [New Thread 24364.0x39d8]
  5. [New Thread 24364.0x2e44]
  6. [New Thread 24364.0x6fdc]
  7. [New Thread 24364.0x312c]
  8. [Thread 24364.0x312c exited with code 0]
  9. [Thread 24364.0x2e44 exited with code 0]
  10. [Thread 24364.0x6fdc exited with code 0]
  11. [Inferior 1 (process 24364) exited normally]
  12. (gdb) b main
  13. Breakpoint 1 at 0x544910: file C:\Users\quent\Documents\Projects\OpenMiner\client\source\main.cpp, line 3.
  14. (gdb) r
  15. Starting program: C:\Users\quent\Documents\Projects\OpenMiner\client\openminer.exe
  16. [New Thread 21656.0x2d88]
  17. [New Thread 21656.0x4bec]
  18. [New Thread 21656.0x5280]
  19. [New Thread 21656.0x523c]
  20.  
  21. Thread 1 hit Breakpoint 1, main (argc=1, argv=0x3611a00)
  22.     at C:\Users\quent\Documents\Projects\OpenMiner\client\source\main.cpp:3
  23. 3       int main(int argc, char **argv) {
  24. (gdb) s
  25. 0x00429da0 in __main ()
  26.     at C:/PROGRA~2/MINGW-~1/I686-8~1.0-P/mingw32/lib/gcc/i686-w64-mingw32/8.1.0/include/c++/iostream:74
  27. 74        static ios_base::Init __ioinit;
  28. (gdb)
  29. main (argc=1, argv=0x3611a00) at C:\Users\quent\Documents\Projects\OpenMiner\client\source\main.cpp:4
  30. 4               std::cout << "Hello" << std::endl;
  31. (gdb)
  32. std::operator<< <std::char_traits<char> > (__s=0x558284 <_ZL10cubeCoords+580> "Hello", __out=...)
  33.     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
  34. 320             return __builtin_strlen(__s);
  35. (gdb)
  36. 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) ()
  37.     at C:/PROGRA~2/MINGW-~1/I686-8~1.0-P/mingw32/lib/gcc/i686-w64-mingw32/8.1.0/include/c++/iostream:74
  38. 74        static ios_base::Init __ioinit;
  39. (gdb)
  40. 0x76b49e10 in msvcrt!fwrite () from C:\WINDOWS\System32\msvcrt.dll
  41. (gdb)
  42. Single stepping until exit from function msvcrt!fwrite,
  43. which has no line number information.
  44. 0x76b2cc0c in strerror_s () from C:\WINDOWS\System32\msvcrt.dll
  45. (gdb)
  46. Single stepping until exit from function strerror_s,
  47. which has no line number information.
  48. 0x76b49e1c in msvcrt!fwrite () from C:\WINDOWS\System32\msvcrt.dll
  49. (gdb)
  50. Single stepping until exit from function msvcrt!fwrite,
  51. which has no line number information.
  52. 0x76b389a0 in unlock () from C:\WINDOWS\System32\msvcrt.dll
  53. (gdb)
  54. Single stepping until exit from function unlock,
  55. which has no line number information.
  56. 0x76b36e30 in msvcrt!_lock () from C:\WINDOWS\System32\msvcrt.dll
  57. (gdb)
  58. Single stepping until exit from function msvcrt!_lock,
  59. which has no line number information.
  60. 0x76b389ca in unlock () from C:\WINDOWS\System32\msvcrt.dll
  61. (gdb)
  62. Single stepping until exit from function unlock,
  63. which has no line number information.
  64. 0x76b49e61 in msvcrt!fwrite () from C:\WINDOWS\System32\msvcrt.dll
  65. (gdb)
  66. Single stepping until exit from function msvcrt!fwrite,
  67. which has no line number information.
  68. 0x76b49c95 in msvcrt!ftell () from C:\WINDOWS\System32\msvcrt.dll
  69. (gdb)
  70. Single stepping until exit from function msvcrt!ftell,
  71. which has no line number information.
  72. 0x76b43740 in msvcrt!_flsbuf () from C:\WINDOWS\System32\msvcrt.dll
  73. (gdb)
  74. Single stepping until exit from function msvcrt!_flsbuf,
  75. which has no line number information.
  76. 0x76b49dc0 in msvcrt!ftell () from C:\WINDOWS\System32\msvcrt.dll
  77. (gdb)
  78. Single stepping until exit from function msvcrt!ftell,
  79. which has no line number information.
  80. 0x76b59190 in msvcrt!memcpy () from C:\WINDOWS\System32\msvcrt.dll
  81. (gdb)
  82. Single stepping until exit from function msvcrt!memcpy,
  83. which has no line number information.
  84. 0x76b49d3f in msvcrt!ftell () from C:\WINDOWS\System32\msvcrt.dll
  85. (gdb)
  86. Single stepping until exit from function msvcrt!ftell,
  87. which has no line number information.
  88. 0x76b49e75 in msvcrt!fwrite () from C:\WINDOWS\System32\msvcrt.dll
  89. (gdb)
  90. Single stepping until exit from function msvcrt!fwrite,
  91. which has no line number information.
  92. 0x76b38a13 in unlock () from C:\WINDOWS\System32\msvcrt.dll
  93. (gdb)
  94. Single stepping until exit from function unlock,
  95. which has no line number information.
  96. 0x76f085d0 in ntdll!RtlLeaveCriticalSection () from C:\WINDOWS\SYSTEM32\ntdll.dll
  97. (gdb)
  98. Single stepping until exit from function ntdll!RtlLeaveCriticalSection,
  99. which has no line number information.
  100. 0x76b36ff5 in unlock () from C:\WINDOWS\System32\msvcrt.dll
  101. (gdb)
  102. Single stepping until exit from function unlock,
  103. which has no line number information.
  104. 0x76b49e99 in msvcrt!fwrite () from C:\WINDOWS\System32\msvcrt.dll
  105. (gdb)
  106. Single stepping until exit from function msvcrt!fwrite,
  107. which has no line number information.
  108. main (argc=1, argv=0x3611a00) at C:\Users\quent\Documents\Projects\OpenMiner\client\source\main.cpp:4
  109. 4               std::cout << "Hello" << std::endl;
  110. (gdb)
  111. std::ostream::operator<< (__pf=<optimized out>, this=<optimized out>)
  112.     at C:/PROGRA~2/MINGW-~1/I686-8~1.0-P/mingw32/lib/gcc/i686-w64-mingw32/8.1.0/include/c++/ostream:108
  113. 108           operator<<(__ostream_type& (*__pf)(__ostream_type&))
  114. (gdb)
  115. 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> >&) ()
  116.     at C:/PROGRA~2/MINGW-~1/I686-8~1.0-P/mingw32/lib/gcc/i686-w64-mingw32/8.1.0/include/c++/iostream:74
  117. 74        static ios_base::Init __ioinit;
  118. (gdb)
  119. 0x76b59130 in msvcrt!memcmp () from C:\WINDOWS\System32\msvcrt.dll
  120. (gdb)
  121. Single stepping until exit from function msvcrt!memcmp,
  122. which has no line number information.
  123. 0x76b48fb0 in putc () from C:\WINDOWS\System32\msvcrt.dll
  124. (gdb)
  125. Single stepping until exit from function putc,
  126. which has no line number information.
  127. 0x76b2cc0c in strerror_s () from C:\WINDOWS\System32\msvcrt.dll
  128. (gdb)
  129. Single stepping until exit from function strerror_s,
  130. which has no line number information.
  131. 0x76b48fbc in putc () from C:\WINDOWS\System32\msvcrt.dll
  132. (gdb)
  133. Single stepping until exit from function putc,
  134. which has no line number information.
  135. 0x76b389a0 in unlock () from C:\WINDOWS\System32\msvcrt.dll
  136. (gdb)
  137. Single stepping until exit from function unlock,
  138. which has no line number information.
  139. 0x76b36e30 in msvcrt!_lock () from C:\WINDOWS\System32\msvcrt.dll
  140. (gdb)
  141. Single stepping until exit from function msvcrt!_lock,
  142. which has no line number information.
  143. 0x76b389ca in unlock () from C:\WINDOWS\System32\msvcrt.dll
  144. (gdb)
  145. Single stepping until exit from function unlock,
  146. which has no line number information.
  147. 0x76b48fee in putc () from C:\WINDOWS\System32\msvcrt.dll
  148. (gdb)
  149. Single stepping until exit from function putc,
  150. which has no line number information.
  151. 0x76b38a13 in unlock () from C:\WINDOWS\System32\msvcrt.dll
  152. (gdb)
  153. Single stepping until exit from function unlock,
  154. which has no line number information.
  155. 0x76f085d0 in ntdll!RtlLeaveCriticalSection () from C:\WINDOWS\SYSTEM32\ntdll.dll
  156. (gdb)
  157. Single stepping until exit from function ntdll!RtlLeaveCriticalSection,
  158. which has no line number information.
  159. 0x76b36ff5 in unlock () from C:\WINDOWS\System32\msvcrt.dll
  160. (gdb)
  161. Single stepping until exit from function unlock,
  162. which has no line number information.
  163. 0x76b490da in putc () from C:\WINDOWS\System32\msvcrt.dll
  164. (gdb)
  165. Single stepping until exit from function putc,
  166. which has no line number information.
  167. 0x76b43950 in msvcrt!fflush () from C:\WINDOWS\System32\msvcrt.dll
  168. (gdb)
  169. Single stepping until exit from function msvcrt!fflush,
  170. which has no line number information.
  171. 0x76b2cc0c in strerror_s () from C:\WINDOWS\System32\msvcrt.dll
  172. (gdb)
  173. Single stepping until exit from function strerror_s,
  174. which has no line number information.
  175. 0x76b4395c in msvcrt!fflush () from C:\WINDOWS\System32\msvcrt.dll
  176. (gdb)
  177. Single stepping until exit from function msvcrt!fflush,
  178. which has no line number information.
  179. 0x76b389a0 in unlock () from C:\WINDOWS\System32\msvcrt.dll
  180. (gdb)
  181. Single stepping until exit from function unlock,
  182. which has no line number information.
  183. 0x76b36e30 in msvcrt!_lock () from C:\WINDOWS\System32\msvcrt.dll
  184. (gdb)
  185. Single stepping until exit from function msvcrt!_lock,
  186. which has no line number information.
  187. 0x76b389ca in unlock () from C:\WINDOWS\System32\msvcrt.dll
  188. (gdb)
  189. Single stepping until exit from function unlock,
  190. which has no line number information.
  191. 0x76b43972 in msvcrt!fflush () from C:\WINDOWS\System32\msvcrt.dll
  192. (gdb)
  193. Single stepping until exit from function msvcrt!fflush,
  194. which has no line number information.
  195. 0x76b43883 in msvcrt!_flsbuf () from C:\WINDOWS\System32\msvcrt.dll
  196. (gdb)
  197. Single stepping until exit from function msvcrt!_flsbuf,
  198. which has no line number information.
  199. 0x76b43700 in msvcrt!_fileno () from C:\WINDOWS\System32\msvcrt.dll
  200. (gdb)
  201. Single stepping until exit from function msvcrt!_fileno,
  202. which has no line number information.
  203. 0x76b438fd in msvcrt!_flsbuf () from C:\WINDOWS\System32\msvcrt.dll
  204. (gdb)
  205. Single stepping until exit from function msvcrt!_flsbuf,
  206. which has no line number information.
  207. 0x76b4397d in msvcrt!fflush () from C:\WINDOWS\System32\msvcrt.dll
  208. (gdb)
  209. Single stepping until exit from function msvcrt!fflush,
  210. which has no line number information.
  211. 0x76b38a13 in unlock () from C:\WINDOWS\System32\msvcrt.dll
  212. (gdb)
  213. Single stepping until exit from function unlock,
  214. which has no line number information.
  215. 0x76f085d0 in ntdll!RtlLeaveCriticalSection () from C:\WINDOWS\SYSTEM32\ntdll.dll
  216. (gdb)
  217. Single stepping until exit from function ntdll!RtlLeaveCriticalSection,
  218. which has no line number information.
  219. 0x76b36ff5 in unlock () from C:\WINDOWS\System32\msvcrt.dll
  220. (gdb)
  221. Single stepping until exit from function unlock,
  222. which has no line number information.
  223. 0x76b439ad in msvcrt!fflush () from C:\WINDOWS\System32\msvcrt.dll
  224. (gdb)
  225. Single stepping until exit from function msvcrt!fflush,
  226. which has no line number information.
  227. main (argc=1, argv=0x3611a00) at C:\Users\quent\Documents\Projects\OpenMiner\client\source\main.cpp:5
  228. 5               return 0;
  229. (gdb)
  230. 0x0040138b in __tmainCRTStartup ()
  231. (gdb)
  232. Single stepping until exit from function __tmainCRTStartup,
  233. which has no line number information.
  234. [Thread 21656.0x4bec exited with code 0]
  235. [Thread 21656.0x523c exited with code 0]
  236. [Thread 21656.0x5280 exited with code 0]
  237. [Inferior 1 (process 21656) exited normally]
  238. (gdb)
  239. The program is not being run.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement