search for: e_start

Displaying 1 result from an estimated 1 matches for "e_start".

Did you mean: _start
2007 Jul 30
0
Ferret crashing ruby while highlighting
...80,88,119,135,139,389,445,464,563,593,636,1441,1442,1444,1515, 1519,1527,1537,1546,3389". In the debugger I can see that the crash happens in search.c on line 907. The reason is that the excerpt->end field is -1. I think the reason is because in this code from search.c: for (e_start = e_end = 0; e_start < mv->size; e_start++) { const int start_offset = matches[e_start].start_offset; if (e_start > e_end) { running_score = 0.0; e_end = e_start; } while (e_end &l...