>>>>> "Elazar" == Elazar Leibovich <[EMAIL PROTECTED]> writes:

Elazar> Please note the following strange piece of code from
Elazar> inset.h:404 which causes the problem: virtual LyXText *
Elazar> getText(int /*num*/) const { return 0; } That is, when you're
Elazar> asking an inset to recieve its text you're getting NULL,
Elazar> however, the CursorSlice object uses (inset_.getText()) in
Elazar> order to return it's paragraph. Obviously when null object is
Elazar> used - segfaults occurs. I just don't know the code enough to
Elazar> fix it. 

I think one needs cur.innerText().

JMarc

Reply via email to