Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Feb 7, 2011, 7:52:59 PM (13 years ago)
- Author:
-
darkrain42
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v8
|
v9
|
|
8 | 8 | If valgrind supports it, add `--track-origins=yes` to the above. It makes diagnosing issues ridiculously easier. |
9 | 9 | |
10 | | I also enjoy using ` | tee valgrind.log` instead of `>valgrind.log 2>&` (visual feedback of what valgrind is doing) |
| 10 | Also consider using |
| 11 | {{{ |
| 12 | $ valgrind ... pidgin -d 2>&1 | tee valgrind.log |
| 13 | }}} |
| 14 | instead of "`>valgrind.log 2>&1`", as you'll get visual feedback of what valgrind is doing. |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!