The Starting thread message indicates that the instrumented program has created a new thread. The message indicates the unique thread identifier that has been assigned to the thread. This message also displays the initial call stack for the thread. It is usually the case that the new thread has an empty call stack.
Starting thread messages are normally hidden by Purify's default error filters. To display the messages:
1. Select an Error View.
2. Open the Filter Manager dialog box.
3. Select View > Global Filters.
4. Select the Purify Default Filters group and deselect the Create thread filter.
5. Click OK.
(C) Copyright IBM Corporation 1992, 2010.