Ticket Change Details
Not logged in
Overview

Artifact ID: 3b307b95a6acc3a91c952b7ba4ec0e4cbda6676f
Ticket: b09dddc904f08415ced60db96c166d1054ba5dc2
segfault on ticket edit
User & Date: zachtodd 2010-11-19 19:46:38
Changes

  1. 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
    
  2. foundin changed to: "cf178577ec"
  3. private_contact changed to: "78639907ceb3e7bf3684ddaac86c704582b6e76d"
  4. severity changed to: "Severe"
  5. status changed to: "Open"
  6. title changed to: "segfault on ticket edit"
  7. type changed to: "Code_Defect"