Advertisement
Guest User

Untitled

a guest
May 26th, 2017
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.66 KB | None | 0 0
  1. Hello, world!
  2. TTT::TTT()
  3. Creating request...
  4. Connecting signals...
  5. Starting request...
  6. void TTT::onSaveStateChanged(QtMobility::QContactAbstractRequest::State) changed state: Active
  7. void TTT::onSaveResultsAvailable() results available!
  8. Got 1 contacts
  9. Detail #0 (DisplayLabel):
  10. "Label" ( QVariant::QString ) = ""
  11. Detail #1 (Type):
  12. "Type" ( QVariant::QString ) = "Contact"
  13. Detail #2 (Name):
  14. "FirstName" ( QVariant::QString ) = "John"
  15. "LastName" ( QVariant::QString ) = "Mnemonic"
  16. "MiddleName" ( QVariant::QString ) = "de"
  17. "Prefix" ( QVariant::QString ) = "Sir"
  18. "Suffix" ( QVariant::QString ) = ""
  19. Detail #3 (EmailAddress):
  20. "Context" ( QVariant::QStringList ) = ""
  21. "EmailAddress" ( QVariant::QString ) = "john@mnemonic.org"
  22. void TTT::onSaveStateChanged(QtMobility::QContactAbstractRequest::State) changed state: Finished
  23. void TTT::onSaveResultsAvailable() results available!
  24. Got 1 contacts
  25. Detail #0 (DisplayLabel):
  26. "Label" ( QVariant::QString ) = ""
  27. Detail #1 (Type):
  28. "Type" ( QVariant::QString ) = "Contact"
  29. Detail #2 (Name):
  30. "FirstName" ( QVariant::QString ) = "John"
  31. "LastName" ( QVariant::QString ) = "Mnemonic"
  32. "MiddleName" ( QVariant::QString ) = "de"
  33. "Prefix" ( QVariant::QString ) = "Sir"
  34. "Suffix" ( QVariant::QString ) = ""
  35. Detail #3 (EmailAddress):
  36. "Context" ( QVariant::QStringList ) = ""
  37. "EmailAddress" ( QVariant::QString ) = "john@mnemonic.org"
  38. *** glibc detected *** ./save-and-list: malloc(): memory corruption: 0x09285c69 ***
  39. ======= Backtrace: =========
  40. /lib/libc.so.6[0x2fa1cd]
  41. /lib/libc.so.6[0x2fc938]
  42. /lib/libc.so.6(__libc_malloc+0x87)[0x2fe647]
  43. /usr/lib/libQtCore.so.4(_Z7qMallocj+0x1c)[0x93baac]
  44. /usr/lib/libQtCore.so.4(_ZN10QByteArrayC1Eic+0x32)[0x9458c2]
  45. /usr/lib/libQtCore.so.4(_Z15qt_error_stringi+0x50)[0x9390b0]
  46. /usr/lib/libQtCore.so.4[0x941a3d]
  47. /usr/lib/libQtCore.so.4[0x941bb8]
  48. /usr/lib/libQtCore.so.4(_ZN6QMutex4lockEv+0x61)[0x93c021]
  49. /usr/lib/libQtContacts.so.1[0xd32b02]
  50. /usr/lib/libQtContacts.so.1[0xd32b72]
  51. /usr/lib/libQtContacts.so.1(_ZNK10QtMobility23QContactAbstractRequest10isFinishedEv+0x1c)[0xd40b08]
  52. /targets/maemo6-i486/usr/lib/qt4/plugins/contacts/libqtcontacts_tracker.so(_ZN21QContactTrackerEngine22waitForRequestFinishedEPN10QtMobility23QContactAbstractRequestEi+0x241)[0x5a60c87]
  53. /usr/lib/libQtContacts.so.1(_ZN10QtMobility23QContactAbstractRequest15waitForFinishedEi+0x9e)[0xd40c54]
  54. ./save-and-list[0x804c092]
  55. ./save-and-list[0x804a826]
  56. /lib/libc.so.6(__libc_start_main+0xd5)[0x2a65b5]
  57. ./save-and-list[0x804a711]
  58. ======= Memory map: ========
  59. 00110000-00124000 r-xp 00000000 08:01 6017953 /targets/maemo6-i486/lib/libpthread-2.8.so
  60. 00124000-00125000 r--p 00013000 08:01 6017953 /targets/maemo6-i486/lib/libpthread-2.8.so
  61. 00125000-00126000 rw-p 00014000 08:01 6017953 /targets/maemo6-i486/lib/libpthread-2.8.so
  62. 00126000-00128000 rw-p 00000000 00:00 0
  63. 00128000-00208000 r-xp 00000000 08:01 4161601 /targets/maemo6-i486/usr/lib/libstdc++.so.6.0.10
  64. 00208000-00209000 ---p 000e0000 08:01 4161601 /targets/maemo6-i486/usr/lib/libstdc++.so.6.0.10
  65. 00209000-0020d000 r--p 000e0000 08:01 4161601 /targets/maemo6-i486/usr/lib/libstdc++.so.6.0.10
  66. 0020d000-0020e000 rw-p 000e4000 08:01 4161601 /targets/maemo6-i486/usr/lib/libstdc++.so.6.0.10
  67. 0020e000-00214000 rw-p 00000000 00:00 0
  68. 00214000-00220000 r-xp 00000000 08:01 6017914 /targets/maemo6-i486/lib/libgcc_s.so.1
  69. 00220000-00221000 rw-p 0000b000 08:01 6017914 /targets/maemo6-i486/lib/libgcc_s.so.1
  70. 00221000-00224000 r-xp 00000000 08:01 5146012 /targets/maemo6-i486/usr/lib/libgthread-2.0.so.0.2200.4
  71. 00224000-00225000 rw-p 00003000 08:01 5146012 /targets/maemo6-i486/usr/lib/libgthread-2.0.so.0.2200.4
  72. 00225000-0022c000 r-xp 00000000 08:01 6017954 /targets/maemo6-i486/lib/librt-2.8.so
  73. 0022c000-0022d000 r--p 00006000 08:01 6017954 /targets/maemo6-i486/lib/librt-2.8.so
  74. 0022d000-0022e000 rw-p 00007000 08:01 6017954 /targets/maemo6-i486/lib/librt-2.8.so
  75. 0022e000-00252000 r-xp 00000000 08:01 6194270 /targets/maemo6-i486/usr/lib/libpng12.so.0.32.0
  76. 00252000-00253000 rw-p 00023000 08:01 6194270 /targets/maemo6-i486/usr/lib/libpng12.so.0.32.0
  77. 00253000-0025a000 r-xp 00000000 08:01 6194196 /targets/maemo6-i486/usr/lib/libSM.so.6.0.0
  78. 0025a000-0025b000 rw-p 00006000 08:01 6194196 /targets/maemo6-i486/usr/lib/libSM.so.6.0.0
  79. 0025b000-0025d000 r-xp 00000000 08:01 6194200 /targets/maemo6-i486/usr/lib/libXau.so.6.0.0
  80. 0025d000-0025e000 rw-p 00001000 08:01 6194200 /targets/maemo6-i486/usr/lib/libXau.so.6.0.0
  81. 0025e000-00260000 r-xp 00000000 08:01 803085 /targets/maemo6-i486/usr/lib/gconv/UTF-16.so
  82. 00260000-00261000 r--p 00001000 08:01 803085 /targets/maemo6-i486/usr/lib/gconv/UTF-16.so
  83. 00261000-00262000 rw-p 00002000 08:01 803085 /targets/maemo6-i486/usr/lib/gconv/UTF-16.so
  84. 00262000-00266000 r-xp 00000000 08:01 5146003 /targets/maemo6-i486/usr/lib/libcreds.so.2.0.0
  85. 00266000-00267000 rw-p 00003000 08:01 5146003 /targets/maemo6-i486/usr/lib/libcreds.so.2.0.0
  86. 00268000-0028e000 r-xp 00000000 08:01 6017973 /targets/maemo6-i486/lib/libm-2.8.so
  87. 0028e000-0028f000 r--p 00025000 08:01 6017973 /targets/maemo6-i486/lib/libm-2.8.so
  88. 0028f000-00290000 rw-p 00026000 08:01 6017973 /targets/maemo6-i486/lib/libm-2.8.so
  89. 00290000-003c9000 r-xp 00000000 08:01 6017978 /targets/maemo6-i486/lib/libc-2.8.so
  90. 003c9000-003cb000 r--p 00138000 08:01 6017978 /targets/maemo6-i486/lib/libc-2.8.so
  91. 003cb000-003cc000 rw-p 0013a000 08:01 6017978 /targets/maemo6-i486/lib/libc-2.8.so
  92. 003cc000-003cf000 rw-p 00000000 00:00 0
  93. 003cf000-003e4000 r-xp 00000000 08:01 5146042 /targets/maemo6-i486/usr/lib/libz.so.1.2.3.3
  94. 003e4000-003e5000 rw-p 00014000 08:01 5146042 /targets/maemo6-i486/usr/lib/libz.so.1.2.3.3
  95. 003e5000-003fb000 r-xp 00000000 08:01 6194192 /targets/maemo6-i486/usr/lib/libICE.so.6.3.0
  96. 003fb000-003fc000 rw-p 00015000 08:01 6194192 /targets/maemo6-i486/usr/lib/libICE.so.6.3.0
  97. 003fc000-003fe000 rw-p 00000000 00:00 0
  98. 003fe000-0040c000 r-xp 00000000 08:01 6194368 /targets/maemo6-i486/usr/lib/libXi.so.6.1.0
  99. 0040c000-0040d000 rw-p 0000d000 08:01 6194368 /targets/maemo6-i486/usr/lib/libXi.so.6.1.0
  100. 0040d000-0043b000 r-xp 00000000 08:01 6194224 /targets/maemo6-i486/usr/lib/libfontconfig.so.1.4.3
  101. 0043b000-0043d000 rw-p 0002d000 08:01 6194224 /targets/maemo6-i486/usr/lib/libfontconfig.so.1.4.3
  102. 0043d000-0044b000 r-xp 00000000 08:01 6194326 /targets/maemo6-i486/usr/lib/libXext.so.6.4.0
  103. 0044b000-0044c000 rw-p 0000e000 08:01 6194326 /targets/maemo6-i486/usr/lib/libXext.so.6.4.0
  104. 00453000-0046e000 r-xp 00000000 08:01 6017981 /targets/maemo6-i486/lib/ld-2.8.soAborted (core dumped)
  105. [sbox-maemo6-i486: ~/save-and-list-contact] >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement