Advertisement
Guest User

Untitled

a guest
Jun 21st, 2023
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. Starting program: /usr/local/bin/clpeak
  2. [Thread debugging using libthread_db enabled]
  3. Using host libthread_db library "/lib/libthread_db.so.1".
  4. [New Thread 0xeafc8b00 (LWP 28333)]
  5. [New Thread 0xea4beb00 (LWP 28334)]
  6. [New Thread 0xe99beb00 (LWP 28335)]
  7. [Thread 0xe99beb00 (LWP 28335) exited]
  8.  
  9. Platform: Clover
  10. Device: AMD CAICOS (DRM 2.50.0 / 5.6.14-x64, LLVM 16.0.5)
  11. Driver version : 23.2.0-devel (Linux x86)
  12. Compute units : 2
  13. Clock frequency : 750 MHz
  14. '-fp32-denormals' is not a recognized feature for this target (ignoring feature)
  15. '-fp32-denormals' is not a recognized feature for this target (ignoring feature)
  16.  
  17. Thread 1 "clpeak" received signal SIGSEGV, Segmentation fault.
  18. 0xf08d99ac in llvm::TargetRegisterInfo::getMatchingSuperRegClass(llvm::TargetRegisterClass const*, llvm::TargetRegisterClass const*, unsigned int) const () from /usr/lib/libLLVM-16.so
  19. (gdb) bt full
  20. #0 0xf08d99ac in llvm::TargetRegisterInfo::getMatchingSuperRegClass(llvm::TargetRegisterClass const*, llvm::TargetRegisterClass const*, unsigned int) const ()
  21. from /usr/lib/libLLVM-16.so
  22. No symbol table info available.
  23. #1 0xf0a256ee in ?? () from /usr/lib/libLLVM-16.so
  24. No symbol table info available.
  25. #2 0xf0a27139 in ?? () from /usr/lib/libLLVM-16.so
  26. No symbol table info available.
  27. #3 0xf0b084db in ?? () from /usr/lib/libLLVM-16.so
  28. No symbol table info available.
  29. #4 0xf0b07a9b in llvm::ScheduleDAGSDNodes::EmitSchedule(llvm::MachineInstrBundleIterator<llvm::MachineInstr, false>&) () from /usr/lib/libLLVM-16.so
  30. No symbol table info available.
  31. #5 0xf0bc5ccf in llvm::SelectionDAGISel::CodeGenAndEmitDAG() ()
  32. from /usr/lib/libLLVM-16.so
  33. No symbol table info available.
  34. #6 0xf0bc518e in llvm::SelectionDAGISel::SelectBasicBlock(llvm::ilist_iterator<llvm::ilist_detail::node_options<llvm::Instruction, false, false, void>, false, true>, llvm::ilist_iterator<llvm::ilist_detail::node_options<llvm::Instruction, false, false, void>, false, true>, bool&) () from /usr/lib/libLLVM-16.so
  35. No symbol table info available.
  36. #7 0xf0bc498d in llvm::SelectionDAGISel::SelectAllBasicBlocks(llvm::Function const&) () from /usr/lib/libLLVM-16.so
  37. --Type <RET> for more, q to quit, c to continue without paging--
  38. No symbol table info available.
  39. #8 0xf0bc2340 in llvm::SelectionDAGISel::runOnMachineFunction(llvm::MachineFunction&) () from /usr/lib/libLLVM-16.so
  40. No symbol table info available.
  41. #9 0xf23180db in ?? () from /usr/lib/libLLVM-16.so
  42. No symbol table info available.
  43. #10 0xf0677d29 in llvm::MachineFunctionPass::runOnFunction(llvm::Function&) ()
  44. from /usr/lib/libLLVM-16.so
  45. No symbol table info available.
  46. #11 0xf03ccaf6 in llvm::FPPassManager::runOnFunction(llvm::Function&) ()
  47. from /usr/lib/libLLVM-16.so
  48. No symbol table info available.
  49. #12 0xf03d45ed in llvm::FPPassManager::runOnModule(llvm::Module&) ()
  50. from /usr/lib/libLLVM-16.so
  51. No symbol table info available.
  52. #13 0xf03cd6f2 in llvm::legacy::PassManagerImpl::run(llvm::Module&) ()
  53. from /usr/lib/libLLVM-16.so
  54. No symbol table info available.
  55. #14 0xf03d4a03 in llvm::legacy::PassManager::run(llvm::Module&) ()
  56. from /usr/lib/libLLVM-16.so
  57. No symbol table info available.
  58. #15 0xf7420cd2 in ?? () from /usr/X11R7/lib/libMesaOpenCL.so.1
  59. No symbol table info available.
  60. --Type <RET> for more, q to quit, c to continue without paging--
  61. #16 0xf742111a in ?? () from /usr/X11R7/lib/libMesaOpenCL.so.1
  62. No symbol table info available.
  63. #17 0xf741e12c in ?? () from /usr/X11R7/lib/libMesaOpenCL.so.1
  64. No symbol table info available.
  65. #18 0xf72e17fe in ?? () from /usr/X11R7/lib/libMesaOpenCL.so.1
  66. No symbol table info available.
  67. #19 0xf72bde17 in ?? () from /usr/X11R7/lib/libMesaOpenCL.so.1
  68. No symbol table info available.
  69. #20 0x0804e525 in cl::Program::build(std::vector<cl::Device, std::allocator<cl::Device> > const&, char const*, void (*)(_cl_program*, void*), void*) const [clone .constprop.124] ()
  70. No symbol table info available.
  71. #21 0x0804f7a4 in clPeak::runAll() ()
  72. No symbol table info available.
  73. #22 0x0804c8b6 in main ()
  74. No symbol table info available.
  75. (gdb)
  76.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement