• arl@hoopotin:~$ strace -p 30698
      Process 30698 attached - interrupt to quit
      brk(0x1e36a000)                         = 0x1e36a000
      brk(0x1e38b000)                         = 0x1e38b000
      brk(0x1e3ac000)                         = 0x1e3ac000
      brk(0x1e3cd000)                         = 0x1e3cd000
      brk(0x1e3ee000)                         = 0x1e3ee000
      brk(0x1e40f000)                         = 0x1e40f000
      brk(0x1e430000)                         = 0x1e430000
      brk(0x1e451000)                         = 0x1e451000
      ...
      brk(0x1e8f5000)                         = 0x1e8f5000
      brk(0x1e916000)                         = 0x1e916000
      ...
      brk(0x1ed57000)                         = 0x1ed57000
      brk(0x1ed78000)                         = 0x1ed78000
      ...
      



      arl@hoopotin:~/Videos$ strace -p 6806
      Process 6806 attached - interrupt to quit
      mprotect(0x7fd085baf000, 4096, PROT_READ|PROT_WRITE) = 0
      mprotect(0x7fd085bb0000, 4096, PROT_READ|PROT_WRITE) = 0
      mprotect(0x7fd085bb1000, 4096, PROT_READ|PROT_WRITE) = 0
      mprotect(0x7fd085bb2000, 4096, PROT_READ|PROT_WRITE) = 0
      mprotect(0x7fd085bb3000, 4096, PROT_READ|PROT_WRITE) = 0
      ...
      mprotect(0x7fd085c67000, 4096, PROT_READ|PROT_WRITE) = 0
      mprotect(0x7fd085c68000, 4096, PROT_READ|PROT_WRITE) = 0
      ...
      mprotect(0x7fd086066000, 4096, PROT_READ|PROT_WRITE) = 0
      mprotect(0x7fd086067000, 4096, PROT_READ|PROT_WRITE) = 0
      ...
      mprotect(0x7fd086344000, 4096, PROT_READ|PROT_WRITE) = 0
      mprotect(0x7fd086345000, 4096, PROT_READ|PROT_WRITE) = 0
      ...
      mprotect(0x7fd086534000, 4096, PROT_READ|PROT_WRITE) = 0
      mprotect(0x7fd086535000, 4096, PROT_READ|PROT_WRITE) = 0
      ...
      mprotect(0x7fd087aa3000, 4096, PROT_READ|PROT_WRITE) = 0
      mprotect(0x7fd087aa4000, 4096, PROT_READ|PROT_WRITE) = 0
      mprotect(0x7fd087aa5000, 4096, PROT_READ|PROT_WRITE) = 0
      









  • arl@hoopotin:~$ firefox -no-remote &
    [2] 25755
    [1]   Terminated              firefox -no-remote
    arl@hoopotin:~$ The program 'firefox' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'BadIDChoice (invalid resource ID chosen for this connection)'.
      (Details: serial 58328863 error_code 14 request_code 155 minor_code 4)
      (Note to programmers: normally, X errors are reported asynchronously;
       that is, you will receive the error a while after causing it.
       To debug your program, run it with the --sync command line
       option to change this behavior. You can then get a meaningful
       backtrace from your debugger if you break on the gdk_x_error() function.)
    


















© arl
päivitetty: 20100507