reduce the likelihood that HTTP Manager session ids will consist of primarily '1...
[asterisk-bristuff.git] / doc / valgrind.txt
blob1ac4b2bd7688295620a75b09edc824c39cdda95d
1 If you're having certain types of crashes, such as those associated with
2 memory corruption, a bug marshal may ask you to run Asterisk under valgrind.
3 You should follow these steps, to give the bug marshal the maximum amount
4 of information about the crash.
6 1.  Run 'make menuselect' and in the Compiler Options, enable MALLOC_DEBUG
7         and DONT_OPTIMIZE.  A bug marshal may also ask you to enable additional
8         compiler flags, such as DEBUG_THREADS, depending upon the nature of the
9         issue.
11 2.  Rebuild and install Asterisk.
13 3.  Run Asterisk as follows:
14         valgrind --log-file-exactly=valgrind.txt asterisk -vvvvcg 2>malloc_debug.txt
16 4.  Reproduce the issue.  Following the manifestation of the issue (or when
17         the process crashes), upload the two files, valgrind.txt and
18         malloc_debug.txt to the issue tracker.