Advertisement
StenaviN

Untitled

Jul 9th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. read(4, "trying to open virtio-serial cha"..., 8192) = 112
  2. write(2, "trying to open virtio-serial cha"..., 112trying to open virtio-serial channel '/dev/virtio-ports/org.libguestfs.channel.0'
  3. commandrvf: stdout=n stderr=y) = 112
  4. poll([{fd=5, events=POLLIN}, {fd=4, events=POLLIN}], 2, -1) = 1 ([{fd=4, revents=POLLIN}])
  5. nanosleep({0, 1000000}, NULL) = 0
  6. read(4, " flags=0x0\r\ncommandrvf: udevadm "..., 8192) = 48
  7. write(2, " flags=0x0\r\ncommandrvf: udevadm "..., 48 flags=0x0
  8. commandrvf: udevadm --debug settle
  9. ) = 48
  10. poll([{fd=5, events=POLLIN}, {fd=4, events=POLLIN}], 2, -1) = 1 ([{fd=4, revents=POLLIN}])
  11. nanosleep({0, 1000000}, NULL) = 0
  12. read(4, "calling: settle\r\n", 8192) = 17
  13. write(2, "calling: settle\r\n", 17calling: settle
  14. ) = 17
  15. poll([{fd=5, events=POLLIN}, {fd=4, events=POLLIN}], 2, -1) = 1 ([{fd=5, revents=POLLIN}])
  16. read(5, "\365\365_\365", 4) = 4
  17. --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0} ---
  18. +++ killed by SIGSEGV +++
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement