On 04/18/2010 07:17 PM, Pavel Sanda wrote:
if (it == en) {
+ // debug code to try to figure out what's up.
+ LYXERR0("Failed to find marked arrow.\n"
+ "From: "<< from<< ", To: "<<
to);
+ dumpGraph();
if (lyxerr.debugging()) dumpGraph();
?
I'll remove the code at release if we don't find the problem by then.
Right now, I'm hoping that anyone who sees this crash will see all the
stuff that gets dumped and send it to me. I've been over and over this
code and cannot see how we can assert here, though I've seen the crash
myself. Possible that it's got to do with the cloning stuff.
rh