Ticket UUID: | b09dddc904f08415ced60db96c166d1054ba5dc2 | ||
Title: | segfault on ticket edit | ||
Status: | Open | Type: | Code_Defect |
Severity: | Severe | Priority: | |
Subsystem: | Resolution: | ||
Last Modified: | 2010-11-19 19:46:38 | ||
Version Found In: | cf178577ec | ||
Description & Comments: | |||
A segfault occurs when attempting to edit any ticket in the system. Tracing the problem with DDD, the issue seems to flow from tktedit_page, Th_Render, Th_Eval, thEvalLocal, thSplitList, thSubstWord, and finally to Th_HashFind where it segfaults on the following line:
if( pRet->nKey==nKey && 0==memcmp(pRet->zKey, zKey, nKey) ) break |