Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2018
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.23 KB | None | 0 0
  1. galaxyninja66@Terra:~$ ssh nemo@192.168.2.15
  2. nemo@192.168.2.15's password:
  3. Last login: Sun Apr 22 21:11:31 2018 from 192.168.2.4
  4. NOTICE: Env value ignored HYBRIS_LD_LIBRARY_PATH=/usr/libexec/droid-hybris/system/lib:/vendor/lib:/system/lib
  5. ,---
  6. | SailfishOS 2.1.4.14 (Lapuanjoki)
  7. '---
  8. [nemo@Sailfish ~]$ gdb /usr/bin/pulseaudio -n --file=/etc/pulse/arm_droid_default.pa
  9. -bash: gdb: command not found
  10. [nemo@Sailfish ~]$ gdb
  11. -bash: gdb: command not found
  12. [nemo@Sailfish ~]$ devel-su zypper in gdb
  13. Password:
  14. PackageKit is blocking zypper. This happens if you have an updater applet or other software management application using PackageKit running.
  15. Tell PackageKit to quit? [yes/no] (no): yes
  16. Loading repository data...
  17. Reading installed packages...
  18. Resolving package dependencies...
  19.  
  20. The following NEW packages are going to be installed:
  21. gdb gdbm info python python-libs
  22.  
  23. 5 new packages to install.
  24. Overall download size: 8.6 MiB. After the operation, additional 29.1 MiB will
  25. be used.
  26. Continue? [y/n/?] (y): y
  27. Retrieving package gdbm-1.8.3-1.1.1.armv7hl
  28. (1/5), 18.6 KiB ( 32.1 KiB unpacked)
  29. Retrieving: gdbm-1.8.3-1.1.1.armv7hl.rpm .................................[done]
  30. Retrieving package info-4.13a-1.1.1.armv7hl
  31. (2/5), 144.6 KiB (237.2 KiB unpacked)
  32. Retrieving: info-4.13a-1.1.1.armv7hl.rpm ....................[done (38.2 KiB/s)]
  33. Retrieving package python-libs-2.7.9-1.1.3.armv7hl
  34. (3/5), 6.2 MiB ( 24.6 MiB unpacked)
  35. Retrieving: python-libs-2.7.9-1.1.3.armv7hl.rpm .............[done (11.0 KiB/s)]
  36. Retrieving package python-2.7.9-1.1.3.armv7hl
  37. (4/5), 36.6 KiB ( 74.2 KiB unpacked)
  38. Retrieving: python-2.7.9-1.1.3.armv7hl.rpm ......................[done (77 B/s)]
  39. Retrieving package gdb-7.6.2+git2-1.1.1.armv7hl
  40. (5/5), 2.2 MiB ( 4.2 MiB unpacked)
  41. Retrieving: gdb-7.6.2+git2-1.1.1.armv7hl.rpm ................[done (12.2 KiB/s)]
  42. Installing: gdbm-1.8.3-1.1.1 .............................................[done]
  43. Additional rpm output:
  44. warning: /var/cache/zypp/packages/jolla/core/armv7hl/gdbm-1.8.3-1.1.1.armv7hl.rpm: Header V3 DSA/SHA1 Signature, key ID f2633ee0: NOKEY
  45.  
  46.  
  47. Installing: info-4.13a-1.1.1 .............................................[done]
  48. Additional rpm output:
  49. warning: /var/cache/zypp/packages/jolla/core/armv7hl/info-4.13a-1.1.1.armv7hl.rpm: Header V3 DSA/SHA1 Signature, key ID f2633ee0: NOKEY
  50. /bin/sed: can't read /usr/share/info/dir: No such file or directory
  51.  
  52.  
  53. Installing: python-libs-2.7.9-1.1.3 ......................................[done]
  54. Additional rpm output:
  55. warning: /var/cache/zypp/packages/jolla/core/armv7hl/python-libs-2.7.9-1.1.3.armv7hl.rpm: Header V3 DSA/SHA1 Signature, key ID f2633ee0: NOKEY
  56.  
  57.  
  58. Installing: python-2.7.9-1.1.3 ...........................................[done]
  59. Additional rpm output:
  60. warning: /var/cache/zypp/packages/jolla/core/armv7hl/python-2.7.9-1.1.3.armv7hl.rpm: Header V3 DSA/SHA1 Signature, key ID f2633ee0: NOKEY
  61.  
  62.  
  63. Installing: gdb-7.6.2+git2-1.1.1 .........................................[done]
  64. Additional rpm output:
  65. warning: /var/cache/zypp/packages/jolla/core/armv7hl/gdb-7.6.2+git2-1.1.1.armv7hl.rpm: Header V3 DSA/SHA1 Signature, key ID f2633ee0: NOKEY
  66.  
  67.  
  68. [nemo@Sailfish ~]$ gdb /usr/bin/pulseaudio -n --file=/etc/pulse/arm_droid_default.pa
  69. gdb: unrecognized option '--file=/etc/pulse/arm_droid_default.pa'
  70. Use `gdb --help' for a complete list of options.
  71. [nemo@Sailfish ~]$ gdb --help
  72. This is the GNU debugger. Usage:
  73.  
  74. gdb [options] [executable-file [core-file or process-id]]
  75. gdb [options] --args executable-file [inferior-arguments ...]
  76.  
  77. Options:
  78.  
  79. --args Arguments after executable-file are passed to inferior
  80. -b BAUDRATE Set serial port baud rate used for remote debugging.
  81. --batch Exit after processing options.
  82. --batch-silent As for --batch, but suppress all gdb stdout output.
  83. --return-child-result
  84. GDB exit code will be the child's exit code.
  85. --cd=DIR Change current directory to DIR.
  86. --command=FILE, -x Execute GDB commands from FILE.
  87. --eval-command=COMMAND, -ex
  88. Execute a single GDB command.
  89. May be used multiple times and in conjunction
  90. with --command.
  91. --init-command=FILE, -ix Like -x but execute it before loading inferior.
  92. --init-eval-command=COMMAND, -iex Like -ex but before loading inferior.
  93. --core=COREFILE Analyze the core dump COREFILE.
  94. --pid=PID Attach to running process PID.
  95. --dbx DBX compatibility mode.
  96. --directory=DIR Search for source files in DIR.
  97. --exec=EXECFILE Use EXECFILE as the executable.
  98. --fullname Output information used by emacs-GDB interface.
  99. --help Print this message.
  100. --interpreter=INTERP
  101. Select a specific interpreter / user interface
  102. -l TIMEOUT Set timeout in seconds for remote debugging.
  103. --nw Do not use a window interface.
  104. --nx Do not read any .gdbinit files.
  105. --nh Do not read .gdbinit file from home directory.
  106. --quiet Do not print version number on startup.
  107. --readnow Fully read symbol files on first access.
  108. --se=FILE Use FILE as symbol file and executable file.
  109. --symbols=SYMFILE Read symbols from SYMFILE.
  110. --tty=TTY Use TTY for input/output by the program being debugged.
  111. --tui Use a terminal user interface.
  112. --version Print version information and then exit.
  113. -w Use a window interface.
  114. --write Set writing into executable and core files.
  115. --xdb XDB compatibility mode.
  116.  
  117. At startup, GDB reads the following init files and executes their commands:
  118.  
  119. For more information, type "help" from within GDB, or consult the
  120. GDB manual (available as on-line info or a printed manual).
  121. Report bugs to "<http://www.gnu.org/software/gdb/bugs/>".
  122.  
  123. [nemo@Sailfish ~]$ gdb --args /usr/bin/pulseaudio -n --file=/etc/pulse/arm_droid_default.pa
  124. GNU gdb (GDB) Mer (7.6.2+git2)
  125. Copyright (C) 2013 Free Software Foundation, Inc.
  126. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  127. This is free software: you are free to change and redistribute it.
  128. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  129. and "show warranty" for details.
  130. This GDB was configured as "armv7hl-meego-linux-gnueabi".
  131. For bug reporting instructions, please see:
  132. <http://www.gnu.org/software/gdb/bugs/>...
  133. Reading symbols from /usr/bin/pulseaudio...Missing separate debuginfo for /usr/bin/pulseaudio
  134. Try: zypper install -C "debuginfo(build-id)=f1e389872b5dc3afd9011bec7d579ce48a04ac8f"
  135. (no debugging symbols found)...done.
  136. (gdb) ^CQuit
  137. (gdb) ^Z
  138. [1]+ Stopped gdb --args /usr/bin/pulseaudio -n --file=/etc/pulse/arm_droid_default.pa
  139. [nemo@Sailfish ~]$ devel-su zypper in debuginfo(build-id)=f1e389872b5dc3afd9011bec7d579ce48a04ac8f
  140. -bash: syntax error near unexpected token `('
  141. [nemo@Sailfish ~]$ devel-su zypper in debuginfo
  142. Password:
  143. Auth failed
  144. [nemo@Sailfish ~]$ devel-su zypper in debuginfo
  145. Password:
  146. Loading repository data...
  147. Reading installed packages...
  148. 'debuginfo' not found in package names. Trying capabilities.
  149. No provider of 'debuginfo' found.
  150. Resolving package dependencies...
  151.  
  152. Nothing to do.
  153. [nemo@Sailfish ~]$ gdb --args /usr/bin/pulseaudio -n --file=/etc/pulse/arm_droid_default.pa
  154. GNU gdb (GDB) Mer (7.6.2+git2)
  155. Copyright (C) 2013 Free Software Foundation, Inc.
  156. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  157. This is free software: you are free to change and redistribute it.
  158. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  159. and "show warranty" for details.
  160. This GDB was configured as "armv7hl-meego-linux-gnueabi".
  161. For bug reporting instructions, please see:
  162. <http://www.gnu.org/software/gdb/bugs/>...
  163. Reading symbols from /usr/bin/pulseaudio...Missing separate debuginfo for /usr/bin/pulseaudio
  164. Try: zypper install -C "debuginfo(build-id)=f1e389872b5dc3afd9011bec7d579ce48a04ac8f"
  165. (no debugging symbols found)...done.
  166. (gdb) ^Z
  167. [2]+ Stopped gdb --args /usr/bin/pulseaudio -n --file=/etc/pulse/arm_droid_default.pa
  168. [nemo@Sailfish ~]$ devel-su zypper in -C debuginfo
  169. Password:
  170. Loading repository data...
  171. Reading installed packages...
  172. No provider of 'debuginfo' found.
  173. Resolving package dependencies...
  174.  
  175. Nothing to do.
  176. [nemo@Sailfish ~]$ devel-su zypper install -C debuginfo
  177. Password:
  178. [nemo@Sailfish ~]$ devel-su zypper install - debuginfo(build-id)=f1e389872b5dc3afd9011bec7d579ce48a04ac8f
  179. [nemo@Sailfish ~]$ devel-su zypper install -C debuginfo(build-id)=f1e389872b5dc3afd9011bec7d579ce48a04ac8f
  180. -bash: syntax error near unexpected token `('
  181. [nemo@Sailfish ~]$ devel-su zypper install -C debuginfo
  182. Password:
  183. Loading repository data...
  184. Reading installed packages...
  185. No provider of 'debuginfo' found.
  186. Resolving package dependencies...
  187.  
  188. Nothing to do.
  189. [nemo@Sailfish ~]$ zypper install -C "debuginfo(build-id)=f1e389872b5dc3afd9011bec7d579ce48a04ac8f"
  190. Root privileges are required for installing or uninstalling packages.
  191. [nemo@Sailfish ~]$ devel-su zypper install -C "debuginfo(build-id)=f1e389872b5dc3afd9011bec7d579ce48a04ac8f"
  192. Password:
  193. Loading repository data...
  194. Reading installed packages...
  195. Resolving package dependencies...
  196.  
  197. The following NEW package is going to be installed:
  198. pulseaudio-debuginfo
  199.  
  200. 1 new package to install.
  201. Overall download size: 2.5 MiB. After the operation, additional 10.0 MiB will
  202. be used.
  203. Continue? [y/n/?] (y): y
  204. Retrieving package pulseaudio-debuginfo-8.0+git13-1.2.1.armv7hl
  205. (1/1), 2.5 MiB ( 10.0 MiB unpacked)
  206. Retrieving: pulseaudio-debuginfo-8.0+git13-1.2.1.armv7hl.rpm [done (36.0 KiB/s)]
  207. Installing: pulseaudio-debuginfo-8.0+git13-1.2.1 .........................[done]
  208. Additional rpm output:
  209. warning: /var/cache/zypp/packages/jolla/core/armv7hl/pulseaudio-debuginfo-8.0+git13-1.2.1.armv7hl.rpm: Header V3 DSA/SHA1 Signature, key ID f2633ee0: NOKEY
  210.  
  211.  
  212. [nemo@Sailfish ~]$ gdb --args /usr/bin/pulseaudio -n --file=/etc/pulse/arm_droid_default.pa
  213. GNU gdb (GDB) Mer (7.6.2+git2)
  214. Copyright (C) 2013 Free Software Foundation, Inc.
  215. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  216. This is free software: you are free to change and redistribute it.
  217. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  218. and "show warranty" for details.
  219. This GDB was configured as "armv7hl-meego-linux-gnueabi".
  220. For bug reporting instructions, please see:
  221. <http://www.gnu.org/software/gdb/bugs/>...
  222. Reading symbols from /usr/bin/pulseaudio...Reading symbols from /usr/lib/debug/usr/bin/pulseaudio.debug...done.
  223. done.
  224. (gdb) run
  225. Starting program: /usr/bin/pulseaudio -n --file=/etc/pulse/arm_droid_default.pa
  226. Missing separate debuginfo for /lib/ld-linux-armhf.so.3
  227. Try: zypper install -C "debuginfo(build-id)=727f5251a784ab18543911ac0f5b29c769a4d71d"
  228. Missing separate debuginfo for /usr/lib/liborc-0.4.so.0
  229. Try: zypper install -C "debuginfo(build-id)=ea44ba386093a9fd3efed191b7e47c2c57b7ed68"
  230. Missing separate debuginfo for /usr/lib/libspeexdsp.so.1
  231. Try: zypper install -C "debuginfo(build-id)=7e6b18828d2ca67975e33bf5e5f97c730bc10221"
  232. Missing separate debuginfo for /usr/lib/libsystemd.so.0
  233. Try: zypper install -C "debuginfo(build-id)=e7e96c1c4ee17694c8e33e5ffca27e9348030afe"
  234. Missing separate debuginfo for /usr/lib/libjson-c.so.2
  235. Try: zypper install -C "debuginfo(build-id)=07feecb60414e5c5efe149280d899366d1d395bc"
  236. Missing separate debuginfo for /usr/lib/libsndfile.so.1
  237. Try: zypper install -C "debuginfo(build-id)=e4df1bb01b9f3e3d685a10f274a4c4f138fd0d12"
  238. Missing separate debuginfo for /usr/lib/libasyncns.so.0
  239. Try: zypper install -C "debuginfo(build-id)=c45b556d0967fe0f854832349bf954dbb133ff10"
  240. Missing separate debuginfo for /usr/lib/libltdl.so.7
  241. Try: zypper install -C "debuginfo(build-id)=fe9f81883ed734fa4ae366b826dc395ae15ca265"
  242. Missing separate debuginfo for /usr/lib/libdbus-1.so.3
  243. Try: zypper install -C "debuginfo(build-id)=e02b741ea93bcc29f285a1852d4ec4d83e56c0fd"
  244. Missing separate debuginfo for /usr/lib/libcap.so.2
  245. Try: zypper install -C "debuginfo(build-id)=c37b64129826c824b550c2d387e20d1af6aeca4f"
  246. Missing separate debuginfo for /lib/libpthread.so.0
  247. Try: zypper install -C "debuginfo(build-id)=b7f73be8972aed041844797ddc603ba196a69056"
  248. warning: File "/lib/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
  249. To enable execution of this file add
  250. add-auto-load-safe-path /lib/libthread_db-1.0.so
  251. line to your configuration file "/home/nemo/.gdbinit".
  252. To completely disable this security protection add
  253. set auto-load safe-path /
  254. line to your configuration file "/home/nemo/.gdbinit".
  255. For more information about this security protection see the
  256. "Auto-loading safe path" section in the GDB manual. E.g., run from the shell:
  257. info "(gdb)Auto-loading safe path"
  258. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
  259. Missing separate debuginfo for /lib/librt.so.1
  260. Try: zypper install -C "debuginfo(build-id)=a110752e963e0e41c1f9ae54c6b3c7df43b110c6"
  261. Missing separate debuginfo for /lib/libdl.so.2
  262. Try: zypper install -C "debuginfo(build-id)=f6eaf727102bd845c6620a9bdd17669491e52f9e"
  263. Missing separate debuginfo for /lib/libm.so.6
  264. Try: zypper install -C "debuginfo(build-id)=83216128b230cde18d4174eee33576d7b372971f"
  265. Missing separate debuginfo for /lib/libgcc_s.so.1
  266. Try: zypper install -C "debuginfo(build-id)=8c67ca955aceccdb9761a89b80b74df40dc0833a"
  267. Missing separate debuginfo for /lib/libc.so.6
  268. Try: zypper install -C "debuginfo(build-id)=ee1d512fe64ebd0fefb6b9a1aebfd9f1e50c8f74"
  269. Missing separate debuginfo for /lib/libresolv.so.2
  270. Try: zypper install -C "debuginfo(build-id)=b53a86c327c28721addae668708339cc107edba7"
  271. Missing separate debuginfo for /usr/lib/liblzma.so.5
  272. Try: zypper install -C "debuginfo(build-id)=037b14a682255e71b8a9e0a67a85e06ddd758b80"
  273. Missing separate debuginfo for /usr/lib/libgcrypt.so.11
  274. Try: zypper install -C "debuginfo(build-id)=19e9fdbf942840bafeff48b65f51baedfbea7d76"
  275. Missing separate debuginfo for /usr/lib/libgpg-error.so.0
  276. Try: zypper install -C "debuginfo(build-id)=392322d99fe7079bca80329580e501cf0c470628"
  277. Missing separate debuginfo for /usr/lib/libFLAC.so.8
  278. Try: zypper install -C "debuginfo(build-id)=a31aa2af89f82068855e38056732a9d1872d2583"
  279. Missing separate debuginfo for /usr/lib/libvorbisenc.so.2
  280. Try: zypper install -C "debuginfo(build-id)=f782ce9919bcc98acb61c7bb82bcfedd3e2e2b0a"
  281. Missing separate debuginfo for /lib/libnsl.so.1
  282. Try: zypper install -C "debuginfo(build-id)=27ebad29db11fce6c91b7e500c7694bf35d1d11d"
  283. Missing separate debuginfo for /usr/lib/libattr.so.1
  284. Try: zypper install -C "debuginfo(build-id)=e46e1a763f856ef9ce026f9196084e073fbfe099"
  285. Missing separate debuginfo for /usr/lib/libogg.so.0
  286. Try: zypper install -C "debuginfo(build-id)=38d8f7cca2442b0c74d033d05506541d15e52e63"
  287. Missing separate debuginfo for /usr/lib/libvorbis.so.0
  288. Try: zypper install -C "debuginfo(build-id)=652d16bdb6b1c48766d46eb32115fe8ca2f49bdf"
  289. process 3505 is executing new program: /usr/bin/pulseaudio
  290. Missing separate debuginfo for /lib/ld-linux-armhf.so.3
  291. Try: zypper install -C "debuginfo(build-id)=727f5251a784ab18543911ac0f5b29c769a4d71d"
  292. Missing separate debuginfo for /usr/lib/liborc-0.4.so.0
  293. Try: zypper install -C "debuginfo(build-id)=ea44ba386093a9fd3efed191b7e47c2c57b7ed68"
  294. Missing separate debuginfo for /usr/lib/libspeexdsp.so.1
  295. Try: zypper install -C "debuginfo(build-id)=7e6b18828d2ca67975e33bf5e5f97c730bc10221"
  296. Missing separate debuginfo for /usr/lib/libsystemd.so.0
  297. Try: zypper install -C "debuginfo(build-id)=e7e96c1c4ee17694c8e33e5ffca27e9348030afe"
  298. Missing separate debuginfo for /usr/lib/libjson-c.so.2
  299. Try: zypper install -C "debuginfo(build-id)=07feecb60414e5c5efe149280d899366d1d395bc"
  300. Missing separate debuginfo for /usr/lib/libsndfile.so.1
  301. Try: zypper install -C "debuginfo(build-id)=e4df1bb01b9f3e3d685a10f274a4c4f138fd0d12"
  302. Missing separate debuginfo for /usr/lib/libasyncns.so.0
  303. Try: zypper install -C "debuginfo(build-id)=c45b556d0967fe0f854832349bf954dbb133ff10"
  304. Missing separate debuginfo for /usr/lib/libltdl.so.7
  305. Try: zypper install -C "debuginfo(build-id)=fe9f81883ed734fa4ae366b826dc395ae15ca265"
  306. Missing separate debuginfo for /usr/lib/libdbus-1.so.3
  307. Try: zypper install -C "debuginfo(build-id)=e02b741ea93bcc29f285a1852d4ec4d83e56c0fd"
  308. Missing separate debuginfo for /usr/lib/libcap.so.2
  309. Try: zypper install -C "debuginfo(build-id)=c37b64129826c824b550c2d387e20d1af6aeca4f"
  310. Missing separate debuginfo for /lib/libpthread.so.0
  311. Try: zypper install -C "debuginfo(build-id)=b7f73be8972aed041844797ddc603ba196a69056"
  312. warning: File "/lib/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
  313. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
  314. Missing separate debuginfo for /lib/librt.so.1
  315. Try: zypper install -C "debuginfo(build-id)=a110752e963e0e41c1f9ae54c6b3c7df43b110c6"
  316. Missing separate debuginfo for /lib/libdl.so.2
  317. Try: zypper install -C "debuginfo(build-id)=f6eaf727102bd845c6620a9bdd17669491e52f9e"
  318. Missing separate debuginfo for /lib/libm.so.6
  319. Try: zypper install -C "debuginfo(build-id)=83216128b230cde18d4174eee33576d7b372971f"
  320. Missing separate debuginfo for /lib/libgcc_s.so.1
  321. Try: zypper install -C "debuginfo(build-id)=8c67ca955aceccdb9761a89b80b74df40dc0833a"
  322. Missing separate debuginfo for /lib/libc.so.6
  323. Try: zypper install -C "debuginfo(build-id)=ee1d512fe64ebd0fefb6b9a1aebfd9f1e50c8f74"
  324. Missing separate debuginfo for /lib/libresolv.so.2
  325. Try: zypper install -C "debuginfo(build-id)=b53a86c327c28721addae668708339cc107edba7"
  326. Missing separate debuginfo for /usr/lib/liblzma.so.5
  327. Try: zypper install -C "debuginfo(build-id)=037b14a682255e71b8a9e0a67a85e06ddd758b80"
  328. Missing separate debuginfo for /usr/lib/libgcrypt.so.11
  329. Try: zypper install -C "debuginfo(build-id)=19e9fdbf942840bafeff48b65f51baedfbea7d76"
  330. Missing separate debuginfo for /usr/lib/libgpg-error.so.0
  331. Try: zypper install -C "debuginfo(build-id)=392322d99fe7079bca80329580e501cf0c470628"
  332. Missing separate debuginfo for /usr/lib/libFLAC.so.8
  333. Try: zypper install -C "debuginfo(build-id)=a31aa2af89f82068855e38056732a9d1872d2583"
  334. Missing separate debuginfo for /usr/lib/libvorbisenc.so.2
  335. Try: zypper install -C "debuginfo(build-id)=f782ce9919bcc98acb61c7bb82bcfedd3e2e2b0a"
  336. Missing separate debuginfo for /lib/libnsl.so.1
  337. Try: zypper install -C "debuginfo(build-id)=27ebad29db11fce6c91b7e500c7694bf35d1d11d"
  338. Missing separate debuginfo for /usr/lib/libattr.so.1
  339. Try: zypper install -C "debuginfo(build-id)=e46e1a763f856ef9ce026f9196084e073fbfe099"
  340. Missing separate debuginfo for /usr/lib/libogg.so.0
  341. Try: zypper install -C "debuginfo(build-id)=38d8f7cca2442b0c74d033d05506541d15e52e63"
  342. Missing separate debuginfo for /usr/lib/libvorbis.so.0
  343. Try: zypper install -C "debuginfo(build-id)=652d16bdb6b1c48766d46eb32115fe8ca2f49bdf"
  344. W: [pulseaudio] pid.c: Stale PID file, overwriting.
  345. Missing separate debuginfo for /usr/lib/libstdc++.so.6
  346. Try: zypper install -C "debuginfo(build-id)=8150765797650e566eff7b5fe0adf8857744daae"
  347. Missing separate debuginfo for /usr/lib/pulse-8.0/modules/module-meego-parameters.so
  348. Try: zypper install -C "debuginfo(build-id)=fd4718d365e28f774aef51383024f1d72906b236"
  349. Missing separate debuginfo for /usr/lib/pulse-8.0/modules/libmeego-common.so
  350. Try: zypper install -C "debuginfo(build-id)=fb842eabce7f2c6759ba506da2e5357e814ca63a"
  351. Missing separate debuginfo for /usr/lib/pulse-8.0/modules/module-meego-mainvolume.so
  352. Try: zypper install -C "debuginfo(build-id)=3ebb10e4c577cabfa720d82b261b013d67a61a81"
  353. Missing separate debuginfo for /usr/lib/pulse-8.0/modules/module-stream-restore-nemo.so
  354. Try: zypper install -C "debuginfo(build-id)=260be0bb516d23ec75877d8abec95c760bac138a"
  355. W: [pulseaudio] droid-util.c: Requested sample rate 48000 but got 44100 instead.
  356. [New LWP 3509]
  357.  
  358. Program received signal SIGSEGV, Segmentation fault.
  359. [Switching to LWP 3509]
  360. 0xae1d3bb2 in ?? ()
  361. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement