| 120 | |
| 121 | = Known Issues = |
| 122 | |
| 123 | Below are some issues I've run into in the past while setting up Instruments. Hopefully everything goes smoothly, but if for some reason Instruments doesn't work as intended, check the questions below. |
| 124 | |
| 125 | == The call tree has mangled, greyed out symbols == |
| 126 | |
| 127 | By mangled greyed out symbols, I mean seemingly random codes that you can't actually focus on. A picture of what it might look like is shown below. |
| 128 | |
| 129 | [[Image(http://i.imgur.com/aWlLPC6.png)]] |
| 130 | |
| 131 | The issue is caused by trying to use the wrong dSYM file when attaching a process. This is caused by using the incorrect `issm.exe` or by using another `issm` executable. To fix this, you need to be sure that you have set the target process as `issm.exe` under `$ISSM_DIR/bin/issm.exe`. Any other process, even if it is an executable will result in mismatching library symbols, and will cause all functions to be mangled. |