Fossil SCM
segfault on ticket edit
Closed
b09dddc904f0841…
· opened 15 years, 4 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Severe
- Resolution
- Overcome_By_Events
- Subsystem
- —
- Created
- Nov. 19, 2010 7:46 p.m.
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
Comments (1)
system
2 years, 2 months ago
Closing as part of periodic cleanup.