PinPoint could find out the simulation point of a large scale program. I wonder if it is possible to checkpoint on those simulation points. Since Pin is a...
Hello, I'm actually having the exact same problem as described in this message (below). Did anyone find a solution to this? Any help would be appreciated. ...
Hello, I actually compared my results with the old and new platforms, and Pin worked fine except for giving these warnings. But never got to fix them. ...
Thanks for the quick response, Canturk. I guess I should have cited your other message as well (http://groups.yahoo.com/group/pinheads/message/206)....
Hello, Do you have a newer machine with default gcc3.3/4 that you can compile the pintool? If you do, Try compiling on the new machine and then running on your...
Canturk, Thanks for the help. This worked for me as well. -Marc ... message ... run ... pin ... that ... statuswill ... Did ... BBLtrace -- ... (required ... ...
Use PinPoint, we could find the simulation point. The simulation point is actually determined by (basicblock#, #of execution) I think if there a easy way to...
... exact ... The reason why we specify the simulation point based upon BB# and # of occurrences is to make sure you are simulating the exact same part of ...
I have a couple of notes you might want to add to the documentation (assuming they are true) and a few XED questions: HasFallThrough can be true for...
Brad, thank you for the advice especially the link to the paper,but it is not very clear in the methodology section. And I got some questions. 1.Just like you...
Thanks Ken. We will add these notes to make the documentation more precise. The call instruction with 0 displacement is an idiom for capturing the IP. It...
Gail, It looks like you are using a 64 bit compiler with the 32 bit pin kit. The ia32e kits are 64 bits applications. You can pick up an ia32e gcc3.4 pin kit...
I could not find the output in dcache.out when using the dcache pin tool from SimpleExamples. ../Bin/pin -mt -t dcache -- applExe Any reason why? Thanks, map...
You are missing the header files in the gcc command line that you need to build a pintool. Goto to the directory SimpleExamples in the kit. Edit the...
Hello, I have a serious problem with pin. When i test icount1 with /bin/ls for example, i obtain a segmentation fault. With other applications, i obtain...
Hi, I'm trying to run apache with pin. Since, apache forks() it's child process, I tried to attach to the child process, but it is killed. I tried to debug...
There was a bug in attach for kits earlier than 2411. Have you tried the most recent kit? When a process does a fork, pin will still be in the child. If the...