Attempt to catch backtrace of segfault in bug #16234.

This commit is contained in:
Eli Zaretskii 2013-12-24 19:55:07 +02:00
parent 121ea65f3f
commit a50fa60572

View file

@ -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;