Created
November 27, 2012 18:23
-
-
Save rektide/4156037 to your computer and use it in GitHub Desktop.
vm_core.h for debugger-linecache (1.1.2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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