Attempt to catch backtrace of segfault in bug #16234.
This commit is contained in:
parent
121ea65f3f
commit
a50fa60572
1 changed files with 1 additions and 0 deletions
|
@ -676,6 +676,7 @@ find_interval (register INTERVAL tree, register ptrdiff_t position)
|
|||
|
||||
while (1)
|
||||
{
|
||||
eassert (tree);
|
||||
if (relative_position < LEFT_TOTAL_LENGTH (tree))
|
||||
{
|
||||
tree = tree->left;
|
||||
|
|
Loading…
Add table
Reference in a new issue