Advertisement
Guest User

ktrans segfault powershell

a guest
Dec 17th, 2018
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. PS F:\Fanuc\KTRANS> gdb .\ktrans.exe
  2. GNU gdb (GDB) 7.5
  3. Copyright (C) 2012 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "i686-pc-mingw32".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from F:\Fanuc\KTRANS\ktrans.exe...(no debugging symbols found)...done.
  12. (gdb) run
  13. Starting program: F:\Fanuc\KTRANS\ktrans.exe
  14. [New Thread 2972.0x3960]
  15. [New Thread 2972.0x1b6c]
  16. [New Thread 2972.0x39bc]
  17. [New Thread 2972.0x5f0]
  18.  
  19. Program received signal SIGSEGV, Segmentation fault.
  20. 0x6233917f in MFC42!?classCCachedDataPathProperty@CCachedDataPathProperty@@2UCRuntimeClass@@B ()
  21. from C:\WINDOWS\SysWOW64\mfc42.dll
  22. (gdb) quit
  23. A debugging session is active.
  24.  
  25. Inferior 1 [process 2972] will be killed.
  26.  
  27. Quit anyway? (y or n) y
  28. error return C:/MinGW/msys/1.0/src/gdb/gdb-7.5-1/src/gdb-7.5/gdb/windows-nat.c:1272 was 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement