On Thu, Dec 2, 2010 at 2:43 PM, John McCabe-Dansted <gma...@gmail.com> wrote: > Keycodes: > '''\Af\C\[Left]\Am\Av\Af\Ay'''\[!Loop]\Af > To reproduce: > 1) Press Alt-H, M to open the Math Guide. (KK: \Af) (KK: \C\[Left]) (KK: \Am) > 2) Press Alt-V, F, Y to view LyXHTML (KK: \Av\Af\Ay) > > Regression in: r36603 >
I think the ASSERT is bogus. counters....@573: -LASSERT(!layout_stack_.empty(), return); +if(layout_stack_.empty()) + return; will fix it. Vincent