Overview
Artifact ID: | 3b307b95a6acc3a91c952b7ba4ec0e4cbda6676f |
---|---|
Ticket: | b09dddc904f08415ced60db96c166d1054ba5dc2
segfault on ticket edit |
User & Date: | zachtodd 2010-11-19 19:46:38 |
Changes
- comment changed to:
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
- foundin changed to: "cf178577ec"
- private_contact changed to: "78639907ceb3e7bf3684ddaac86c704582b6e76d"
- severity changed to: "Severe"
- status changed to: "Open"
- title changed to: "segfault on ticket edit"
- type changed to: "Code_Defect"