Advertisement
Guest User

Datastax cpp driver error

a guest
Jul 4th, 2014
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.40 KB | None | 0 0
  1. root@ubuntu-cassandra:~/cpp-driver/examples/simple# strace -f -e open,close gcc -I /usr/local/include/ -L /usr/local/lib/ -lcassandra simple.c
  2. open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
  3. close(3) = 0
  4. open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
  5. close(3) = 0
  6. open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
  7. close(3) = 0
  8. open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
  9. close(3) = 0
  10. open("/usr/lib/locale/UTF-8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  11. open("/usr/share/locale-langpack/UTF-8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  12. open("/usr/share/locale/en_IN/LC_MESSAGES/gcc-4.8.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  13. open("/usr/share/locale/en/LC_MESSAGES/gcc-4.8.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  14. open("/usr/share/locale-langpack/en_IN/LC_MESSAGES/gcc-4.8.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  15. open("/usr/share/locale-langpack/en/LC_MESSAGES/gcc-4.8.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  16. open("/tmp/ccQu1jxJ.s", O_RDWR|O_CREAT|O_EXCL, 0600) = 3
  17. close(3) = 0
  18. Process 30491 attached
  19. [pid 30491] open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
  20. [pid 30491] close(3) = 0
  21. [pid 30491] open("/usr/lib/x86_64-linux-gnu/libcloog-isl.so.4", O_RDONLY|O_CLOEXEC) = 3
  22. [pid 30491] close(3) = 0
  23. [pid 30491] open("/usr/lib/x86_64-linux-gnu/libisl.so.10", O_RDONLY|O_CLOEXEC) = 3
  24. [pid 30491] close(3) = 0
  25. [pid 30491] open("/usr/lib/x86_64-linux-gnu/libmpc.so.3", O_RDONLY|O_CLOEXEC) = 3
  26. [pid 30491] close(3) = 0
  27. [pid 30491] open("/usr/lib/x86_64-linux-gnu/libmpfr.so.4", O_RDONLY|O_CLOEXEC) = 3
  28. [pid 30491] close(3) = 0
  29. [pid 30491] open("/usr/lib/x86_64-linux-gnu/libgmp.so.10", O_RDONLY|O_CLOEXEC) = 3
  30. [pid 30491] close(3) = 0
  31. [pid 30491] open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
  32. [pid 30491] close(3) = 0
  33. [pid 30491] open("/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
  34. [pid 30491] close(3) = 0
  35. [pid 30491] open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
  36. [pid 30491] close(3) = 0
  37. [pid 30491] open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
  38. [pid 30491] close(3) = 0
  39. [pid 30491] open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
  40. [pid 30491] close(3) = 0
  41. [pid 30491] open("/usr/lib/locale/UTF-8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  42. [pid 30491] open("/usr/share/locale-langpack/UTF-8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  43. [pid 30491] open("/usr/share/locale/en_IN/LC_MESSAGES/gcc-4.8.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  44. [pid 30491] open("/usr/share/locale/en/LC_MESSAGES/gcc-4.8.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  45. [pid 30491] open("/usr/share/locale-langpack/en_IN/LC_MESSAGES/gcc-4.8.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  46. [pid 30491] open("/usr/share/locale-langpack/en/LC_MESSAGES/gcc-4.8.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  47. [pid 30491] open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 3
  48. [pid 30491] close(3) = 0
  49. [pid 30491] open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 3
  50. [pid 30491] close(3) = 0
  51. [pid 30491] open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 3
  52. [pid 30491] close(3) = 0
  53. [pid 30491] open("/dev/urandom", O_RDONLY) = 3
  54. [pid 30491] close(3) = 0
  55. [pid 30491] open("simple.c", O_RDONLY|O_NOCTTY) = 3
  56. [pid 30491] close(3) = 0
  57. [pid 30491] open("/tmp/ccQu1jxJ.s", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
  58. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdc-predef.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  59. [pid 30491] open("/usr/local/include/stdc-predef.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  60. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/stdc-predef.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  61. [pid 30491] open("/usr/include/x86_64-linux-gnu/stdc-predef.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  62. [pid 30491] open("/usr/include/stdc-predef.h", O_RDONLY|O_NOCTTY) = 4
  63. [pid 30491] close(4) = 0
  64. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdio.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  65. [pid 30491] open("/usr/local/include/stdio.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  66. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/stdio.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  67. [pid 30491] open("/usr/include/x86_64-linux-gnu/stdio.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  68. [pid 30491] open("/usr/include/stdio.h", O_RDONLY|O_NOCTTY) = 4
  69. [pid 30491] close(4) = 0
  70. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/features.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  71. [pid 30491] open("/usr/local/include/features.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  72. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/features.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  73. [pid 30491] open("/usr/include/x86_64-linux-gnu/features.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  74. [pid 30491] open("/usr/include/features.h", O_RDONLY|O_NOCTTY) = 4
  75. [pid 30491] close(4) = 0
  76. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/sys/cdefs.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  77. [pid 30491] open("/usr/local/include/sys/cdefs.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  78. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/sys/cdefs.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  79. [pid 30491] open("/usr/include/x86_64-linux-gnu/sys/cdefs.h", O_RDONLY|O_NOCTTY) = 4
  80. [pid 30491] close(4) = 0
  81. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/bits/wordsize.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  82. [pid 30491] open("/usr/local/include/bits/wordsize.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  83. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/bits/wordsize.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  84. [pid 30491] open("/usr/include/x86_64-linux-gnu/bits/wordsize.h", O_RDONLY|O_NOCTTY) = 4
  85. [pid 30491] close(4) = 0
  86. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/gnu/stubs.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  87. [pid 30491] open("/usr/local/include/gnu/stubs.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  88. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/gnu/stubs.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  89. [pid 30491] open("/usr/include/x86_64-linux-gnu/gnu/stubs.h", O_RDONLY|O_NOCTTY) = 4
  90. [pid 30491] close(4) = 0
  91. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/gnu/stubs-64.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  92. [pid 30491] open("/usr/local/include/gnu/stubs-64.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  93. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/gnu/stubs-64.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  94. [pid 30491] open("/usr/include/x86_64-linux-gnu/gnu/stubs-64.h", O_RDONLY|O_NOCTTY) = 4
  95. [pid 30491] close(4) = 0
  96. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stddef.h", O_RDONLY|O_NOCTTY) = 4
  97. [pid 30491] close(4) = 0
  98. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/bits/types.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  99. [pid 30491] open("/usr/local/include/bits/types.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  100. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/bits/types.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  101. [pid 30491] open("/usr/include/x86_64-linux-gnu/bits/types.h", O_RDONLY|O_NOCTTY) = 4
  102. [pid 30491] close(4) = 0
  103. [pid 30491] open("/usr/include/x86_64-linux-gnu/bits/wordsize.h", O_RDONLY|O_NOCTTY) = 4
  104. [pid 30491] close(4) = 0
  105. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/bits/typesizes.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  106. [pid 30491] open("/usr/local/include/bits/typesizes.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  107. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/bits/typesizes.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  108. [pid 30491] open("/usr/include/x86_64-linux-gnu/bits/typesizes.h", O_RDONLY|O_NOCTTY) = 4
  109. [pid 30491] close(4) = 0
  110. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/libio.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  111. [pid 30491] open("/usr/local/include/libio.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  112. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/libio.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  113. [pid 30491] open("/usr/include/x86_64-linux-gnu/libio.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  114. [pid 30491] open("/usr/include/libio.h", O_RDONLY|O_NOCTTY) = 4
  115. [pid 30491] close(4) = 0
  116. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/_G_config.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  117. [pid 30491] open("/usr/local/include/_G_config.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  118. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/_G_config.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  119. [pid 30491] open("/usr/include/x86_64-linux-gnu/_G_config.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  120. [pid 30491] open("/usr/include/_G_config.h", O_RDONLY|O_NOCTTY) = 4
  121. [pid 30491] close(4) = 0
  122. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stddef.h", O_RDONLY|O_NOCTTY) = 4
  123. [pid 30491] close(4) = 0
  124. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/wchar.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  125. [pid 30491] open("/usr/local/include/wchar.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  126. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/wchar.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  127. [pid 30491] open("/usr/include/x86_64-linux-gnu/wchar.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  128. [pid 30491] open("/usr/include/wchar.h", O_RDONLY|O_NOCTTY) = 4
  129. [pid 30491] close(4) = 0
  130. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdarg.h", O_RDONLY|O_NOCTTY) = 4
  131. [pid 30491] close(4) = 0
  132. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/bits/stdio_lim.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  133. [pid 30491] open("/usr/local/include/bits/stdio_lim.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  134. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/bits/stdio_lim.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  135. [pid 30491] open("/usr/include/x86_64-linux-gnu/bits/stdio_lim.h", O_RDONLY|O_NOCTTY) = 4
  136. [pid 30491] close(4) = 0
  137. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/bits/sys_errlist.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  138. [pid 30491] open("/usr/local/include/bits/sys_errlist.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  139. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/bits/sys_errlist.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  140. [pid 30491] open("/usr/include/x86_64-linux-gnu/bits/sys_errlist.h", O_RDONLY|O_NOCTTY) = 4
  141. [pid 30491] close(4) = 0
  142. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/string.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  143. [pid 30491] open("/usr/local/include/string.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  144. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/string.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  145. [pid 30491] open("/usr/include/x86_64-linux-gnu/string.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  146. [pid 30491] open("/usr/include/string.h", O_RDONLY|O_NOCTTY) = 4
  147. [pid 30491] close(4) = 0
  148. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stddef.h", O_RDONLY|O_NOCTTY) = 4
  149. [pid 30491] close(4) = 0
  150. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/xlocale.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  151. [pid 30491] open("/usr/local/include/xlocale.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  152. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/xlocale.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  153. [pid 30491] open("/usr/include/x86_64-linux-gnu/xlocale.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  154. [pid 30491] open("/usr/include/xlocale.h", O_RDONLY|O_NOCTTY) = 4
  155. [pid 30491] close(4) = 0
  156. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/cassandra.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
  157. [pid 30491] open("/usr/local/include/cassandra.h", O_RDONLY|O_NOCTTY) = 4
  158. [pid 30491] close(4) = 0
  159. [pid 30491] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stddef.h", O_RDONLY|O_NOCTTY) = 4
  160. [pid 30491] close(4) = 0
  161. [pid 30491] close(3) = 0
  162. [pid 30491] +++ exited with 0 +++
  163. --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=30491, si_status=0, si_utime=3, si_stime=1} ---
  164. open("/tmp/ccNRKWiS.o", O_RDWR|O_CREAT|O_EXCL, 0600) = 3
  165. close(3) = 0
  166. Process 30492 attached
  167. [pid 30492] open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
  168. [pid 30492] close(3) = 0
  169. [pid 30492] open("/usr/lib/libopcodes-2.24-system.so", O_RDONLY|O_CLOEXEC) = 3
  170. [pid 30492] close(3) = 0
  171. [pid 30492] open("/usr/lib/libbfd-2.24-system.so", O_RDONLY|O_CLOEXEC) = 3
  172. [pid 30492] close(3) = 0
  173. [pid 30492] open("/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
  174. [pid 30492] close(3) = 0
  175. [pid 30492] open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
  176. [pid 30492] close(3) = 0
  177. [pid 30492] open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
  178. [pid 30492] close(3) = 0
  179. [pid 30492] open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
  180. [pid 30492] close(3) = 0
  181. [pid 30492] open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
  182. [pid 30492] close(3) = 0
  183. [pid 30492] open("/usr/lib/locale/UTF-8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  184. [pid 30492] open("/usr/share/locale-langpack/UTF-8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  185. [pid 30492] open("/tmp/ccNRKWiS.o", O_RDWR|O_CREAT|O_TRUNC, 0666) = 3
  186. [pid 30492] open("/tmp/ccQu1jxJ.s", O_RDONLY) = 4
  187. [pid 30492] close(4) = 0
  188. [pid 30492] open("/usr/share/locale/en_IN/LC_MESSAGES/gas.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  189. [pid 30492] open("/usr/share/locale/en/LC_MESSAGES/gas.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  190. [pid 30492] open("/usr/share/locale-langpack/en_IN/LC_MESSAGES/gas.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  191. [pid 30492] open("/usr/share/locale-langpack/en/LC_MESSAGES/gas.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  192. [pid 30492] close(3) = 0
  193. [pid 30492] +++ exited with 0 +++
  194. --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=30492, si_status=0, si_utime=0, si_stime=0} ---
  195. Process 30493 attached
  196. [pid 30493] open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
  197. [pid 30493] close(3) = 0
  198. [pid 30493] open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
  199. [pid 30493] close(3) = 0
  200. [pid 30493] open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
  201. [pid 30493] close(3) = 0
  202. [pid 30493] open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
  203. [pid 30493] close(3) = 0
  204. [pid 30493] open("/usr/lib/locale/UTF-8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  205. [pid 30493] open("/usr/share/locale-langpack/UTF-8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  206. [pid 30493] open("/usr/share/locale/en_IN/LC_MESSAGES/gcc-4.8.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  207. [pid 30493] open("/usr/share/locale/en/LC_MESSAGES/gcc-4.8.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  208. [pid 30493] open("/usr/share/locale-langpack/en_IN/LC_MESSAGES/gcc-4.8.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  209. [pid 30493] open("/usr/share/locale-langpack/en/LC_MESSAGES/gcc-4.8.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  210. [pid 30493] open("/tmp/cclKikzT.c", O_RDWR|O_CREAT|O_EXCL, 0600) = 3
  211. [pid 30493] close(3) = 0
  212. [pid 30493] open("/tmp/ccbwnkp2.o", O_RDWR|O_CREAT|O_EXCL, 0600) = 3
  213. [pid 30493] close(3) = 0
  214. [pid 30493] open("/tmp/cc9DDnfb.ld", O_RDWR|O_CREAT|O_EXCL, 0600) = 3
  215. [pid 30493] close(3) = 0
  216. [pid 30493] open("/tmp/ccDe8t5j.le", O_RDWR|O_CREAT|O_EXCL, 0600) = 3
  217. [pid 30493] close(3) = 0
  218. [pid 30493] open("/tmp/cc9DDnfb.ld", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
  219. [pid 30493] open("/tmp/ccDe8t5j.le", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 4
  220. Process 30494 attached
  221. [pid 30494] close(3) = 0
  222. [pid 30494] close(4) = 0
  223. [pid 30493] close(3) = 0
  224. [pid 30493] close(4) = 0
  225. [pid 30494] open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
  226. [pid 30494] close(3) = 0
  227. [pid 30494] open("/usr/lib/libbfd-2.24-system.so", O_RDONLY|O_CLOEXEC) = 3
  228. [pid 30494] close(3) = 0
  229. [pid 30494] open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
  230. [pid 30494] close(3) = 0
  231. [pid 30494] open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
  232. [pid 30494] close(3) = 0
  233. [pid 30494] open("/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
  234. [pid 30494] close(3) = 0
  235. [pid 30494] open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
  236. [pid 30494] close(3) = 0
  237. [pid 30494] open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
  238. [pid 30494] close(3) = 0
  239. [pid 30494] open("/usr/lib/locale/UTF-8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  240. [pid 30494] open("/usr/share/locale-langpack/UTF-8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  241. [pid 30494] open("/usr/share/locale/en_IN/LC_MESSAGES/ld.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  242. [pid 30494] open("/usr/share/locale/en/LC_MESSAGES/ld.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  243. [pid 30494] open("/usr/share/locale-langpack/en_IN/LC_MESSAGES/ld.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  244. [pid 30494] open("/usr/share/locale-langpack/en/LC_MESSAGES/ld.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
  245. [pid 30494] open("a.out", O_RDWR|O_CREAT|O_TRUNC, 0666) = 3
  246. [pid 30494] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o", O_RDONLY) = 4
  247. [pid 30494] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o", O_RDONLY) = 5
  248. [pid 30494] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o", O_RDONLY) = 6
  249. [pid 30494] open("/usr/local/lib//libcassandra.so", O_RDONLY) = 7
  250. [pid 30494] open("/tmp/ccNRKWiS.o", O_RDONLY) = 8
  251. [pid 30494] open("/usr/local/lib//libgcc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  252. [pid 30494] open("/usr/local/lib//libgcc.a", O_RDONLY) = -1 ENOENT (No such file or directory)
  253. [pid 30494] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  254. [pid 30494] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc.a", O_RDONLY) = 9
  255. [pid 30494] open("/usr/local/lib//libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  256. [pid 30494] open("/usr/local/lib//libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
  257. [pid 30494] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc_s.so", O_RDONLY) = 10
  258. [pid 30494] open("/usr/local/lib//libc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  259. [pid 30494] open("/usr/local/lib//libc.a", O_RDONLY) = -1 ENOENT (No such file or directory)
  260. [pid 30494] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/libc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  261. [pid 30494] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/libc.a", O_RDONLY) = -1 ENOENT (No such file or directory)
  262. [pid 30494] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libc.so", O_RDONLY) = 11
  263. [pid 30494] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libc.so", O_RDONLY) = 12
  264. [pid 30494] close(12) = 0
  265. [pid 30494] close(11) = 0
  266. [pid 30494] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libc.so", O_RDONLY) = 11
  267. [pid 30494] close(11) = 0
  268. [pid 30494] open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 11
  269. [pid 30494] open("/usr/lib/x86_64-linux-gnu/libc_nonshared.a", O_RDONLY) = 12
  270. [pid 30494] open("/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2", O_RDONLY) = 13
  271. [pid 30494] open("/usr/local/lib//libgcc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  272. [pid 30494] open("/usr/local/lib//libgcc.a", O_RDONLY) = -1 ENOENT (No such file or directory)
  273. [pid 30494] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  274. [pid 30494] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc.a", O_RDONLY) = 14
  275. [pid 30494] open("/usr/local/lib//libgcc_s.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  276. [pid 30494] open("/usr/local/lib//libgcc_s.a", O_RDONLY) = -1 ENOENT (No such file or directory)
  277. [pid 30494] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc_s.so", O_RDONLY) = 15
  278. [pid 30494] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o", O_RDONLY) = 16
  279. [pid 30494] open("/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o", O_RDONLY) = 17
  280. [pid 30494] open("/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2", O_RDONLY) = 18
  281. [pid 30494] close(3) = 0
  282. [pid 30494] close(16) = 0
  283. [pid 30494] close(12) = 0
  284. [pid 30494] close(8) = 0
  285. [pid 30494] close(6) = 0
  286. [pid 30494] close(17) = 0
  287. [pid 30494] close(5) = 0
  288. [pid 30494] close(4) = 0
  289. [pid 30494] close(18) = 0
  290. [pid 30494] close(11) = 0
  291. [pid 30494] close(14) = 0
  292. [pid 30494] close(9) = 0
  293. [pid 30494] close(15) = 0
  294. [pid 30494] close(13) = 0
  295. [pid 30494] close(10) = 0
  296. [pid 30494] close(7) = 0
  297. [pid 30494] +++ exited with 1 +++
  298. [pid 30493] --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=30494, si_status=1, si_utime=2, si_stime=1} ---
  299. [pid 30493] open("/tmp/cc9DDnfb.ld", O_RDONLY) = 3
  300. [pid 30493] close(3) = 0
  301. [pid 30493] open("/tmp/ccDe8t5j.le", O_RDONLY) = 3
  302. /tmp/ccNRKWiS.o: In function `main':
  303. simple.c:(.text+0x1b): undefined reference to `cass_cluster_new'
  304. simple.c:(.text+0x88): undefined reference to `cass_cluster_setopt'
  305. simple.c:(.text+0xae): undefined reference to `cass_cluster_connect'
  306. simple.c:(.text+0xc4): undefined reference to `cass_future_wait'
  307. simple.c:(.text+0xd3): undefined reference to `cass_future_error_code'
  308. simple.c:(.text+0xf5): undefined reference to `cass_future_get_session'
  309. simple.c:(.text+0x116): undefined reference to `cass_string_init'
  310. simple.c:(.text+0x13b): undefined reference to `cass_statement_new'
  311. simple.c:(.text+0x155): undefined reference to `cass_session_execute'
  312. simple.c:(.text+0x165): undefined reference to `cass_future_wait'
  313. simple.c:(.text+0x171): undefined reference to `cass_future_error_code'
  314. simple.c:(.text+0x190): undefined reference to `cass_future_get_result'
  315. simple.c:(.text+0x1a0): undefined reference to `cass_iterator_from_result'
  316. simple.c:(.text+0x1b5): undefined reference to `cass_iterator_get_row'
  317. simple.c:(.text+0x1ca): undefined reference to `cass_row_get_column'
  318. simple.c:(.text+0x1d9): undefined reference to `cass_value_get_string'
  319. simple.c:(.text+0x1ea): undefined reference to `cass_row_get_column'
  320. simple.c:(.text+0x1fc): undefined reference to `cass_value_get_bool'
  321. simple.c:(.text+0x20d): undefined reference to `cass_row_get_column'
  322. simple.c:(.text+0x21c): undefined reference to `cass_value_get_string'
  323. simple.c:(.text+0x22d): undefined reference to `cass_row_get_column'
  324. simple.c:(.text+0x23c): undefined reference to `cass_value_get_string'
  325. simple.c:(.text+0x295): undefined reference to `cass_iterator_next'
  326. simple.c:(.text+0x2a9): undefined reference to `cass_result_free'
  327. simple.c:(.text+0x2b5): undefined reference to `cass_iterator_free'
  328. simple.c:(.text+0x2c3): undefined reference to `cass_future_error_message'
  329. simple.c:(.text+0x2fa): undefined reference to `cass_future_free'
  330. simple.c:(.text+0x309): undefined reference to `cass_session_close'
  331. simple.c:(.text+0x319): undefined reference to `cass_future_wait'
  332. simple.c:(.text+0x32a): undefined reference to `cass_future_error_message'
  333. simple.c:(.text+0x364): undefined reference to `cass_future_free'
  334. simple.c:(.text+0x373): undefined reference to `cass_cluster_free'
  335. [pid 30493] close(3) = 0
  336. collect2: error: ld returned 1 exit status
  337. [pid 30493] open("/tmp/cc9DDnfb.ld", O_RDONLY) = -1 ENOENT (No such file or directory)
  338. [pid 30493] open("/tmp/ccDe8t5j.le", O_RDONLY) = -1 ENOENT (No such file or directory)
  339. [pid 30493] +++ exited with 1 +++
  340. --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=30493, si_status=1, si_utime=0, si_stime=0} ---
  341. +++ exited with 1 +++
  342. root@ubuntu-cassandra:~/cpp-driver/examples/simple#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement