Skip to content

Instantly share code, notes, and snippets.

@rektide
Created November 27, 2012 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rektide/4156037 to your computer and use it in GitHub Desktop.
Save rektide/4156037 to your computer and use it in GitHub Desktop.
vm_core.h for debugger-linecache (1.1.2)
strace -f -e trace=file bundle install 2>&1|grep vm_core.h
[pid 16417] open("/home/rektide/.rvm/rubies/ruby-1.9.3-p327/include/ruby-1.9.1/x86_64-linux/vm_core.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
[pid 16417] open("/home/rektide/.rvm/rubies/ruby-1.9.3-p327/include/ruby-1.9.1/ruby/backward/vm_core.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
[pid 16417] open("/home/rektide/.rvm/rubies/ruby-1.9.3-p327/include/ruby-1.9.1/vm_core.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
[pid 16417] open("./vm_core.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
[pid 16417] open("/home/rektide/.rvm/usr/include/vm_core.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
[pid 16417] open("/usr/lib/gcc/x86_64-linux-gnu/4.6/include/vm_core.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
[pid 16417] open("/usr/local/include/vm_core.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
[pid 16417] open("/usr/lib/gcc/x86_64-linux-gnu/4.6/include-fixed/vm_core.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
[pid 16417] open("/usr/include/x86_64-linux-gnu/vm_core.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
[pid 16417] open("/usr/include/vm_core.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
[pid 16420] open("/home/rektide/.rvm/rubies/ruby-1.9.3-p327/include/ruby-1.9.1/x86_64-linux/vm_core.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
[pid 16420] open("/home/rektide/.rvm/rubies/ruby-1.9.3-p327/include/ruby-1.9.1/ruby/backward/vm_core.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
[pid 16420] open("/home/rektide/.rvm/rubies/ruby-1.9.3-p327/include/ruby-1.9.1/vm_core.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
[pid 16420] open("./vm_core.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
[pid 16420] open("/usr/lib/gcc/x86_64-linux-gnu/4.6/include/vm_core.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
[pid 16420] open("/usr/local/include/vm_core.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
[pid 16420] open("/usr/lib/gcc/x86_64-linux-gnu/4.6/include-fixed/vm_core.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
[pid 16420] open("/usr/include/x86_64-linux-gnu/vm_core.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
[pid 16420] open("/usr/include/vm_core.h", O_RDONLY|O_NOCTTY) = -1 ENOENT (No such file or directory)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment