Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. Generating report for minidump
  2.  
  3. Application version 1.0.0.0
  4. ... built from changelist 0
  5.  
  6. OS version Linux 4.13.12-1-ARCH (network name: skystalker)
  7. Running 4 x86_64 processors (8 logical cores)
  8. Exception was "SIGSEGV: invalid attempt to access memory at address 0x00000003"
  9.  
  10. <SOURCE START>
  11. <SOURCE END>
  12.  
  13. <CALLSTACK START>
  14. Unknown!./ShooterGame() [0x16d9fb2] + some bytes
  15. Unknown!./ShooterGame() [0x97633f] + some bytes
  16. Unknown!./ShooterGame() [0x16dace4] + some bytes
  17. Unknown!/usr/lib/libpthread.so.0(+0x11da0) [0x7fa6cdd51da0] + some bytes
  18. Unknown!./ShooterGame() [0x16db1b2] + some bytes
  19. Unknown!./ShooterGame() [0x172910c] + some bytes
  20. Unknown!./ShooterGame() [0x171b025] + some bytes
  21. Unknown!./ShooterGame() [0x1f7193e] + some bytes
  22. Unknown!./ShooterGame() [0x1f71da5] + some bytes
  23. Unknown!./ShooterGame() [0x1f6e259] + some bytes
  24. Unknown!./ShooterGame() [0x1f9d20d] + some bytes
  25. Unknown!./ShooterGame() [0x96db53] + some bytes
  26. Unknown!./ShooterGame() [0x97151b] + some bytes
  27. Unknown!./ShooterGame() [0x976b4b] + some bytes
  28. Unknown!/usr/lib/libc.so.6(__libc_start_main+0xea) [0x7fa6cc848f6a] + some bytes
  29. Unknown!./ShooterGame() [0x96c45c] + some bytes
  30.  
  31. Assertion failed: Assertion failed: PlatformNeedsExtraDeletionLatency() || (NumRefs.GetValue() == 0 && (CurrentlyDeleting == this || bDoNotDeferDelete || Bypass())) [File:Runtime/RHI/Public/RHIResources.h] [Line: 29]
  32.  
  33.  
  34.  
  35. [Callstack] 02 0x00000000016d9fb2 ./ShooterGame() [0x16d9fb2]
  36. [Callstack] 03 0x000000000097633f ./ShooterGame() [0x97633f]
  37. [Callstack] 04 0x00000000016dace4 ./ShooterGame() [0x16dace4]
  38. [Callstack] 05 0x00007fa6cdd51da0 /usr/lib/libpthread.so.0(+0x11da0) [0x7fa6cdd51da0]
  39. [Callstack] 06 0x00000000016db1b2 ./ShooterGame() [0x16db1b2]
  40. [Callstack] 07 0x000000000172910c ./ShooterGame() [0x172910c]
  41. [Callstack] 08 0x000000000171b025 ./ShooterGame() [0x171b025]
  42. [Callstack] 09 0x0000000001f7193e ./ShooterGame() [0x1f7193e]
  43. [Callstack] 10 0x0000000001f71da5 ./ShooterGame() [0x1f71da5]
  44. [Callstack] 11 0x0000000001f6e259 ./ShooterGame() [0x1f6e259]
  45. [Callstack] 12 0x0000000001f9d20d ./ShooterGame() [0x1f9d20d]
  46. [Callstack] 13 0x000000000096db53 ./ShooterGame() [0x96db53]
  47. [Callstack] 14 0x000000000097151b ./ShooterGame() [0x97151b]
  48. [Callstack] 15 0x0000000000976b4b ./ShooterGame() [0x976b4b]
  49. [Callstack] 16 0x00007fa6cc848f6a /usr/lib/libc.so.6(__libc_start_main+0xea) [0x7fa6cc848f6a]
  50. [Callstack] 17 0x000000000096c45c ./ShooterGame() [0x96c45c]
  51.  
  52. <CALLSTACK END>
  53.  
  54. 0 loaded modules
  55.  
  56. Report end!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement