Guest User

Untitled

a guest
Jul 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. ==2800== Memcheck, a memory error detector
  2. ==2800== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
  3. ==2800== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info
  4. ==2800== Command: ./concentration
  5. ==2800==
  6. vex amd64->IR: unhandled instruction bytes: 0xF 0xC7 0xF2 0xB9 0x1 0x0 0x0 0x0
  7. vex amd64->IR: REX=0 REX.W=0 REX.R=0 REX.X=0 REX.B=0
  8. vex amd64->IR: VEX=0 VEX.L=0 VEX.nVVVV=0x0 ESC=0F
  9. vex amd64->IR: PFX.66=0 PFX.F2=0 PFX.F3=0
  10. ==2800== valgrind: Unrecognised instruction at address 0x5cd8320.
  11. ==2800== at 0x5CD8320: ??? (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  12. ==2800== by 0x5CD8F08: ??? (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  13. ==2800== by 0x5CD9998: QRandomGenerator::_fillRange(void*, void*) (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  14. ==2800== by 0x5D37BEB: ??? (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  15. ==2800== by 0x5D38585: QHashData::detach_helper(void (*)(QHashData::Node*, void*), void (*)(QHashData::Node*), int, int) (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  16. ==2800== by 0x5D53C62: ??? (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  17. ==2800== by 0x5D54094: QRegExp::QRegExp(QString const&, Qt::CaseSensitivity, QRegExp::PatternSyntax) (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  18. ==2800== by 0x5DE3C6B: ??? (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  19. ==2800== by 0x5DE477B: QDirIterator::QDirIterator(QString const&, QStringList const&, QFlags<QDir::Filter>, QFlags<QDirIterator::IteratorFlag>) (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  20. ==2800== by 0x5DDDAAB: QDir::entryList(QStringList const&, QFlags<QDir::Filter>, QFlags<QDir::SortFlag>) const (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  21. ==2800== by 0x5DDE11E: QDir::entryList(QFlags<QDir::Filter>, QFlags<QDir::SortFlag>) const (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  22. ==2800== by 0x5EBE259: QFactoryLoader::update() (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  23. ==2800== Your program just tried to execute an instruction that Valgrind
  24. ==2800== did not recognise. There are two possible reasons for this.
  25. ==2800== 1. Your program has a bug and erroneously jumped to a non-code
  26. ==2800== location. If you are running Memcheck and you just saw a
  27. ==2800== warning about a bad jump, it's probably your program's fault.
  28. ==2800== 2. The instruction is legitimate but Valgrind doesn't handle it,
  29. ==2800== i.e. it's Valgrind's fault. If you think this is the case or
  30. ==2800== you are not sure, please let us know and we'll try to fix it.
  31. ==2800== Either way, Valgrind will now raise a SIGILL signal which will
  32. ==2800== probably kill your program.
  33. ==2800==
  34. ==2800== Process terminating with default action of signal 4 (SIGILL)
  35. ==2800== Illegal opcode at address 0x5CD8320
  36. ==2800== at 0x5CD8320: ??? (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  37. ==2800== by 0x5CD8F08: ??? (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  38. ==2800== by 0x5CD9998: QRandomGenerator::_fillRange(void*, void*) (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  39. ==2800== by 0x5D37BEB: ??? (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  40. ==2800== by 0x5D38585: QHashData::detach_helper(void (*)(QHashData::Node*, void*), void (*)(QHashData::Node*), int, int) (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  41. ==2800== by 0x5D53C62: ??? (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  42. ==2800== by 0x5D54094: QRegExp::QRegExp(QString const&, Qt::CaseSensitivity, QRegExp::PatternSyntax) (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  43. ==2800== by 0x5DE3C6B: ??? (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  44. ==2800== by 0x5DE477B: QDirIterator::QDirIterator(QString const&, QStringList const&, QFlags<QDir::Filter>, QFlags<QDirIterator::IteratorFlag>) (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  45. ==2800== by 0x5DDDAAB: QDir::entryList(QStringList const&, QFlags<QDir::Filter>, QFlags<QDir::SortFlag>) const (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  46. ==2800== by 0x5DDE11E: QDir::entryList(QFlags<QDir::Filter>, QFlags<QDir::SortFlag>) const (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  47. ==2800== by 0x5EBE259: QFactoryLoader::update() (in /opt/qt510/lib/libQt5Core.so.5.10.1)
  48. ==2800==
  49. ==2800== HEAP SUMMARY:
  50. ==2800== in use at exit: 97,570 bytes in 67 blocks
  51. ==2800== total heap usage: 241 allocs, 174 frees, 136,991 bytes allocated
  52. ==2800==
  53. ==2800== LEAK SUMMARY:
  54. ==2800== definitely lost: 0 bytes in 0 blocks
  55. ==2800== indirectly lost: 0 bytes in 0 blocks
  56. ==2800== possibly lost: 0 bytes in 0 blocks
  57. ==2800== still reachable: 97,570 bytes in 67 blocks
  58. ==2800== suppressed: 0 bytes in 0 blocks
  59. ==2800== Rerun with --leak-check=full to see details of leaked memory
  60. ==2800==
  61. ==2800== For counts of detected and suppressed errors, rerun with: -v
  62. ==2800== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  63. Illegal instruction
Add Comment
Please, Sign In to add comment