Advertisement
Guest User

Error with OITimeTool

a guest
Oct 25th, 2016
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. ./oitimetool test-programs/primes-gcc44-static-O2
  2. Extracting Pin ... done.
  3. A: Source/pin/vm_ia32_l/jit_region_ia32_linux.cpp: XlateSysCall: 33: Sysenter is supported on IA32 only and the expected location is inside Linux Gate
  4.  
  5. ################################################################################
  6. ## STACK TRACE
  7. ################################################################################
  8. addr2line -C -f -e "/home/invader/tasks/oitimetool/olimpiada-oitimetool-bin-c671d44/pin-2.14-71313-gcc.4.4.7-linux/ia32/bin/pinbin" 0x114128b 0x11420f6 0x11423e1 0x1384a63 0x1322b10 0x1323801 0x12642dd 0x126498f 0x126a190 0x1219cd6 0x121b2f0 0x121c280 0x12bd4ff 0x12a330f 0x12a3356 0x133584a 0x0
  9. LEVEL_BASE::MESSAGE_TYPE::DumpTrace()
  10. ??:?
  11. LEVEL_BASE::MESSAGE_TYPE::MessageInternal(std::string const&, bool, PIN_ERRTYPE, char*, int)
  12. ??:?
  13. LEVEL_BASE::MESSAGE_TYPE::MessageNoReturn(std::string const&, bool, PIN_ERRTYPE, int, ...)
  14. ??:?
  15. LEVEL_VM::REGION::XlateSysCall(LEVEL_CORE::INDEX<3>, LEVEL_CORE::INDEX<4>, LEVEL_CORE::INDEX<6>)
  16. ??:?
  17. LEVEL_VM::REGION::XlateControlFlow(LEVEL_CORE::INDEX<4>, LEVEL_CORE::INDEX<6>)
  18. ??:?
  19. LEVEL_VM::REGION::XlateBbl(LEVEL_CORE::INDEX<4>)
  20. ??:?
  21. LEVEL_VM::REGION::Xlate()
  22. ??:?
  23. LEVEL_VM::REGION::XlateAndInstrument()
  24. ??:?
  25. LEVEL_VM::REGION::MakeApplication(LEVEL_VM::SVT_FACTORY const&)
  26. ??:?
  27. LEVEL_VM::JIT::Initialize()
  28. ??:?
  29. LEVEL_VM::JIT::CompileInternal(LEVEL_CORE::ADDR<1>, LEVEL_VM::SCT_ATTRIBUTES const*, LEVEL_BASE::EXCEPTION_INFO*, unsigned int)
  30. ??:?
  31. LEVEL_VM::JIT::Compile(LEVEL_CORE::ADDR<1>, LEVEL_VM::SCT_ATTRIBUTES const*, LEVEL_BASE::EXCEPTION_INFO*)
  32. ??:?
  33. LEVEL_VM::IBRANCH_DISPATCHER::HandleIndirectXfer(LEVEL_VM::SCT_ATTRIBUTES const*, LEVEL_VM::PCTXT*, LEVEL_VM::XFER_INDIRECT_ARGS const*)
  34. ??:?
  35. LEVEL_VM::VM::Dispatch(LEVEL_VM::VMSVC_ARGS const*, LEVEL_VM::PCTXT*)
  36. ??:?
  37. VmDispatch
  38. ??:?
  39. VmEnter
  40. ??:?
  41. ??
  42. ??:0
  43. Detach Service Count: 32
  44. Pin 2.14
  45. Copyright (c) 2003-2015, Intel Corporation. All rights reserved.
  46. @CHARM-VERSION: $Rev: 71293 $
  47. @CHARM-BUILDER: BUILDER
  48. @CHARM-COMPILER: gcc 4.4.7
  49. @CHARM-TARGET: ia32
  50. @CHARM-CFLAGS: __OPTIMIZE__=1 __NO_INLINE__=__NO_INLINE__
  51. Pin app terminated abnormally due to signal 6.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement