Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.59 KB | None | 0 0
  1. Reading symbols from ./retroarch...done.
  2. (gdb) r
  3. Starting program: /media/gittings/installed/RetroArch/retroarch
  4. [Thread debugging using libthread_db enabled]
  5. Using host libthread_db library "/lib64/libthread_db.so.1".
  6. [New Thread 0x7ffff4f0f700 (LWP 31743)]
  7. [New Thread 0x7fffeef17700 (LWP 31744)]
  8. [Detaching after fork from child process 31745]
  9. [Thread 0x7fffeef17700 (LWP 31744) exited]
  10. [Thread 0x7ffff4f0f700 (LWP 31743) exited]
  11. [New Thread 0x7ffff4f0f700 (LWP 31803)]
  12. D: zip_read.cpp:267: D: Registered VFS for prefix : /media/data/home/games/bios/PPSSPP/
  13. [New Thread 0x7fffeef17700 (LWP 31804)]
  14. [New Thread 0x7fffe63fe700 (LWP 31805)]
  15. [Thread 0x7fffeef17700 (LWP 31804) exited]
  16. [Detaching after fork from child process 31806]
  17. I: gpu_features.cpp:181: GPU Vendor : nouveau ; renderer: NVF1 version str: 4.3 (Compatibility Profile) Mesa 19.0.0-devel (git-9367514524) ; GLSL version str: 4.30
  18. D: gpu_features.cpp:99: D: Checking for GL driver bugs... vendor=1 model='NVF1'
  19. D: thin3d_gl.cpp:235: D: Shader module created (0x1442410)
  20. D: thin3d_gl.cpp:235: D: Shader module created (0x1442520)
  21. D: thin3d_gl.cpp:235: D: Shader module created (0x1442630)
  22. D: thin3d_gl.cpp:235: D: Shader module created (0x1442740)
  23. [New Thread 0x7fffeef17700 (LWP 31853)]
  24. I: GLRenderManager.cpp:187: Running first frame (0)
  25.  
  26. Thread 7 "Emu" received signal SIGSEGV, Segmentation fault.
  27. [Switching to Thread 0x7fffeef17700 (LWP 31853)]
  28. 0x00007fffed3cadd4 in Gen::XEmitter::Write8 (this=0xbbf218, value=243 '\363')
  29. at /tmp/SBo/ppsspp/Common/x64Emitter.h:362
  30. 362 inline void Write8(u8 value) {*code++ = value;}
  31. (gdb) bt
  32. #0 0x00007fffed3cadd4 in Gen::XEmitter::Write8 (this=0xbbf218, value=243 '\363')
  33. at /tmp/SBo/ppsspp/Common/x64Emitter.h:362
  34. #1 0x00007fffed3c24ba in Gen::XEmitter::WriteSSEOp (this=0xbbf218, opPrefix=243 '\363',
  35. op=17, regOp=Gen::X64Reg::ESI, arg=..., extrabytes=0)
  36. at /tmp/SBo/ppsspp/Common/x64Emitter.cpp:1383
  37. #2 0x00007fffed3c4891 in Gen::XEmitter::MOVSS (this=0xbbf218, arg=...,
  38. regOp=Gen::X64Reg::ESI) at /tmp/SBo/ppsspp/Common/x64Emitter.cpp:1599
  39. #3 0x00007fffed163e5e in FPURegCache::StoreFromRegister (this=0xbbf798, i=3)
  40. at /tmp/SBo/ppsspp/Core/MIPS/x86/RegCacheFPU.cpp:723
  41. #4 0x00007fffed1665e3 in FPURegCache::GetFreeXRegs (this=0xbbf798, res=0x7fffeef16274,
  42. n=1, spill=true) at /tmp/SBo/ppsspp/Core/MIPS/x86/RegCacheFPU.cpp:1079
  43. #5 0x00007fffed166382 in FPURegCache::GetFreeXReg (this=0xbbf798)
  44. at /tmp/SBo/ppsspp/Core/MIPS/x86/RegCacheFPU.cpp:1044
  45. #6 0x00007fffed1643ff in FPURegCache::MapReg (this=0xbbf798, i=0, doLoad=false,
  46. makeDirty=true) at /tmp/SBo/ppsspp/Core/MIPS/x86/RegCacheFPU.cpp:611
  47. #7 0x00007fffed33f794 in MIPSComp::Jit::CompFPTriArith (this=0xbbf200, op=..., arith=
  48. (void (Gen::XEmitter::*)(Gen::XEmitter * const, Gen::X64Reg, Gen::OpArg)) 0x7fffed3c2f10 <Gen::XEmitter::ADDSS(Gen::X64Reg, Gen::OpArg)>, orderMatters=false)
  49. at /tmp/SBo/ppsspp/Core/MIPS/x86/CompFPU.cpp:75
  50. #8 0x00007fffed33fb0c in MIPSComp::Jit::Comp_FPU3op (this=0xbbf200, op=...)
  51. at /tmp/SBo/ppsspp/Core/MIPS/x86/CompFPU.cpp:91
  52. #9 0x00007fffed0fceb1 in MIPSCompileOp (op=..., jit=0xbbf240)
  53. at /tmp/SBo/ppsspp/Core/MIPS/MIPSTables.cpp:922
  54. #10 0x00007fffed158ddc in MIPSComp::Jit::DoJit (this=0xbbf200, em_address=144045640,
  55. b=0x37180c0) at /tmp/SBo/ppsspp/Core/MIPS/x86/Jit.cpp:360
  56. #11 0x00007fffed15892b in MIPSComp::Jit::Compile (this=0xbbf200, em_address=144045640)
  57. at /tmp/SBo/ppsspp/Core/MIPS/x86/Jit.cpp:280
  58. #12 0x00007fffed0eae17 in MIPSComp::JitAt ()
  59. at /tmp/SBo/ppsspp/Core/MIPS/JitCommon/JitCommon.cpp:48
  60. #13 0x000000004010010c in ?? ()
  61. #14 0x00007fffffffdde0 in ?? ()
  62. #15 0x00007fffffffdde0 in ?? ()
  63. #16 0x0000000000000018 in ?? ()
  64. #17 0x0000000000000000 in ?? ()
  65. (gdb) bt full
  66. #0 0x00007fffed3cadd4 in Gen::XEmitter::Write8 (this=0xbbf218, value=243 '\363')
  67. at /tmp/SBo/ppsspp/Common/x64Emitter.h:362
  68. No locals.
  69. #1 0x00007fffed3c24ba in Gen::XEmitter::WriteSSEOp (this=0xbbf218, opPrefix=243 '\363',
  70. op=17, regOp=Gen::X64Reg::ESI, arg=..., extrabytes=0)
  71. at /tmp/SBo/ppsspp/Common/x64Emitter.cpp:1383
  72. No locals.
  73. #2 0x00007fffed3c4891 in Gen::XEmitter::MOVSS (this=0xbbf218, arg=...,
  74. regOp=Gen::X64Reg::ESI) at /tmp/SBo/ppsspp/Common/x64Emitter.cpp:1599
  75. No locals.
  76. #3 0x00007fffed163e5e in FPURegCache::StoreFromRegister (this=0xbbf798, i=3)
  77. at /tmp/SBo/ppsspp/Core/MIPS/x86/RegCacheFPU.cpp:723
  78. newLoc = {offset = 12, operandReg = 0, scale = 16 '', offsetOrBaseReg = 14,
  79. indexReg = 0}
  80. xr = Gen::X64Reg::ESI
  81. #4 0x00007fffed1665e3 in FPURegCache::GetFreeXRegs (this=0xbbf798, res=0x7fffeef16274,
  82. n=1, spill=true) at /tmp/SBo/ppsspp/Core/MIPS/x86/RegCacheFPU.cpp:1079
  83. xr = Gen::X64Reg::ESI
  84. preg = 3
  85. i = 0
  86. aCount = 14
  87. aOrder = 0x7fffedb5fc00 <FPURegCache::GetAllocationOrder(int&)::allocationOrder>
  88. r = 0
  89. #5 0x00007fffed166382 in FPURegCache::GetFreeXReg (this=0xbbf798)
  90. at /tmp/SBo/ppsspp/Core/MIPS/x86/RegCacheFPU.cpp:1044
  91. res = Gen::X64Reg::EAX
  92. obtained = 12318624
  93. #6 0x00007fffed1643ff in FPURegCache::MapReg (this=0xbbf798, i=0, doLoad=false,
  94. makeDirty=true) at /tmp/SBo/ppsspp/Core/MIPS/x86/RegCacheFPU.cpp:611
  95. xr = Gen::X64Reg::ECX
  96. newloc = {offset = 140737171058605, operandReg = 63384, scale = 187 '\273',
  97. offsetOrBaseReg = 0, indexReg = 0}
  98. #7 0x00007fffed33f794 in MIPSComp::Jit::CompFPTriArith (this=0xbbf200, op=..., arith=
  99. (void (Gen::XEmitter::*)(Gen::XEmitter * const, Gen::X64Reg, Gen::OpArg)) 0x7fffed3c2f10 <Gen::XEmitter::ADDSS(Gen::X64Reg, Gen::OpArg)>, orderMatters=false)
  100. at /tmp/SBo/ppsspp/Core/MIPS/x86/CompFPU.cpp:75
  101. ft = 1
  102. fs = 8
  103. fd = 0
  104. #8 0x00007fffed33fb0c in MIPSComp::Jit::Comp_FPU3op (this=0xbbf200, op=...)
  105. at /tmp/SBo/ppsspp/Core/MIPS/x86/CompFPU.cpp:91
  106. No locals.
  107. #9 0x00007fffed0fceb1 in MIPSCompileOp (op=..., jit=0xbbf240)
  108. at /tmp/SBo/ppsspp/Core/MIPS/MIPSTables.cpp:922
  109. instr = 0x7fffedf54240 <tableCop1S>
  110. info = {value = 82678120448}
  111. #10 0x00007fffed158ddc in MIPSComp::Jit::DoJit (this=0xbbf200, em_address=144045640,
  112. b=0x37180c0) at /tmp/SBo/ppsspp/Core/MIPS/x86/Jit.cpp:360
  113. inst = {encoding = 1174487040}
  114. skip = {ptr = 0x4018c20a "", type = 0}
  115. analysis = {r = {{used = true, firstRead = 144045640, lastRead = 144045680,
  116. firstWrite = -1, lastWrite = -1, firstReadAsAddr = -1, lastReadAsAddr = -1,
  117. readCount = 3, writeCount = 0, readAsAddrCount = 0}, {used = false,
  118. firstRead = -1, lastRead = -1, firstWrite = -1, lastWrite = -1,
  119. firstReadAsAddr = -1, lastReadAsAddr = -1, readCount = 0, writeCount = 0,
  120. readAsAddrCount = 0}, {used = false, firstRead = -1, lastRead = -1,
  121. firstWrite = -1, lastWrite = -1, firstReadAsAddr = -1, lastReadAsAddr = -1,
  122. readCount = 0, writeCount = 0, readAsAddrCount = 0}, {used = true,
  123. firstRead = -1, lastRead = -1, firstWrite = 144045660,
  124. lastWrite = 144045660, firstReadAsAddr = 144045688,
  125. lastReadAsAddr = 144045688, readCount = 0, writeCount = 1,
  126. readAsAddrCount = 1}, {used = true, firstRead = 144045664,
  127. lastRead = 144045664, firstWrite = 144045652, lastWrite = 144045652,
  128. firstReadAsAddr = 144045692, lastReadAsAddr = 144046200, readCount = 1,
  129. writeCount = 1, readAsAddrCount = 28}, {used = true, firstRead = -1,
  130. lastRead = -1, firstWrite = 144045644, lastWrite = 144045644,
  131. firstReadAsAddr = 144045652, lastReadAsAddr = 144045652, readCount = 0,
  132. writeCount = 1, readAsAddrCount = 1}, {used = true, firstRead = 144046292,
  133. lastRead = 144046292, firstWrite = 144045664, lastWrite = 144046292,
  134. firstReadAsAddr = 144046284, lastReadAsAddr = 144046308, readCount = 1,
  135. writeCount = 2, readAsAddrCount = 4}, {used = true, firstRead = 144046288,
  136. lastRead = 144046304, firstWrite = 144045672, lastWrite = 144046288,
  137. firstReadAsAddr = 144046268, lastReadAsAddr = 144046280, readCount = 2,
  138. writeCount = 2, readAsAddrCount = 4}, {used = true, firstRead = 144046304,
  139. lastRead = 144046304, firstWrite = 144045676, lastWrite = 144045676,
  140. firstReadAsAddr = -1, lastReadAsAddr = -1, readCount = 1, writeCount = 1,
  141. readAsAddrCount = 0}, {used = true, firstRead = 144046308,
  142. lastRead = 144046308, firstWrite = 144046280, lastWrite = 144046280,
  143. firstReadAsAddr = -1, lastReadAsAddr = -1, readCount = 1, writeCount = 1,
  144. readAsAddrCount = 0}, {used = true, firstRead = 144046300,
  145. lastRead = 144046300, firstWrite = 144046276, lastWrite = 144046276,
  146. firstReadAsAddr = -1, lastReadAsAddr = -1, readCount = 1, writeCount = 1,
  147. readAsAddrCount = 0}, {used = true, firstRead = 144046296,
  148. lastRead = 144046296, firstWrite = 144046272, lastWrite = 144046272,
  149. firstReadAsAddr = -1, lastReadAsAddr = -1, readCount = 1, writeCount = 1,
  150. readAsAddrCount = 0}, {used = true, firstRead = 144046284,
  151. lastRead = 144046284, firstWrite = 144046268, lastWrite = 144046268,
  152. firstReadAsAddr = -1, lastReadAsAddr = -1, readCount = 1, writeCount = 1,
  153. readAsAddrCount = 0}, {used = false, firstRead = -1, lastRead = -1,
  154. firstWrite = -1, lastWrite = -1, firstReadAsAddr = -1, lastReadAsAddr = -1,
  155. readCount = 0, writeCount = 0, readAsAddrCount = 0} <repeats 16 times>, {
  156. used = true, firstRead = 144045672, lastRead = 144045676, firstWrite = -1,
  157. lastWrite = -1, firstReadAsAddr = 144045640, lastReadAsAddr = 144046264,
  158. readCount = 2, writeCount = 0, readAsAddrCount = 33}, {used = false,
  159. firstRead = -1, lastRead = -1, firstWrite = -1, lastWrite = -1,
  160. firstReadAsAddr = -1, lastReadAsAddr = -1, readCount = 0, writeCount = 0,
  161. readAsAddrCount = 0}, {used = false, firstRead = -1, lastRead = -1,
  162. firstWrite = -1, lastWrite = -1, firstReadAsAddr = -1, lastReadAsAddr = -1,
  163. readCount = 0, writeCount = 0, readAsAddrCount = 0}}}
  164. #11 0x00007fffed15892b in MIPSComp::Jit::Compile (this=0xbbf200, em_address=144045640)
  165. at /tmp/SBo/ppsspp/Core/MIPS/x86/Jit.cpp:280
  166. block_num = 5126
  167. b = 0x37180c0
  168. cleanSlate = false
  169. #12 0x00007fffed0eae17 in MIPSComp::JitAt ()
  170. at /tmp/SBo/ppsspp/Core/MIPS/JitCommon/JitCommon.cpp:48
  171. No locals.
  172. #13 0x000000004010010c in ?? ()
  173. No symbol table info available.
  174. #14 0x00007fffffffdde0 in ?? ()
  175. No symbol table info available.
  176. #15 0x00007fffffffdde0 in ?? ()
  177. No symbol table info available.
  178. #16 0x0000000000000018 in ?? ()
  179. No symbol table info available.
  180. #17 0x0000000000000000 in ?? ()
  181. No symbol table info available.
  182. (gdb) t a a f
  183.  
  184. Thread 7 (Thread 0x7fffeef17700 (LWP 31853)):
  185. #0 0x00007fffed3cadd4 in Gen::XEmitter::Write8 (this=0xbbf218, value=243 '\363')
  186. at /tmp/SBo/ppsspp/Common/x64Emitter.h:362
  187. 362 inline void Write8(u8 value) {*code++ = value;}
  188.  
  189. Thread 6 (Thread 0x7fffe63fe700 (LWP 31805)):
  190. #0 0x00007ffff773f2a3 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  191.  
  192. Thread 4 (Thread 0x7ffff4f0f700 (LWP 31803)):
  193. #0 0x00007ffff773f2a3 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  194.  
  195. Thread 1 (Thread 0x7ffff4f497c0 (LWP 31739)):
  196. #0 0x00007ffff6233e07 in munmap () from /lib64/libc.so.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement