<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">The function name and the line number may change if the code changes. &nbsp; A unique tag associated with the assertion should stay the same. &nbsp;So when you want to search for the assertion, you just need the tag since it is unique. &nbsp;We can even extend the dump to do the search in Bugzilla as well. &nbsp;So if the assertion fires, the dump might look like the following:<div class=""><br class=""></div><div class=""><div class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>ASSERTION FAILED (tag: abcde)&nbsp;<i class="">condition</i></div><div class=""><span class="">&nbsp; &nbsp; &nbsp; &nbsp; Bug 12345 (closed):&nbsp;</span>ASSERTION failed in someFunction</div><div class=""><span class="">&nbsp; &nbsp; &nbsp; &nbsp; Bug 67890 (open): Still&nbsp;</span>ASSERTION failed in someFunction</div><div class=""><i class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>… rest of the call-stack</i></div></div><div class=""><i class=""><br class=""></i></div><div class=""><span class="">So you do not even need to search Bugzilla for it. &nbsp;You would know immediately that the assertion is being tracked by an opened bug.</span></div></body></html>