Re: [Libreoffice] crossing strange code: a little help

2010-12-04 Thread Caolán McNamara
On Sat, 2010-12-04 at 21:22 +0100, Pierre-André Jacquod wrote: > With and without debugging option on, if the if is entered, then > this is an endless loop? Indeed. > Does it means that the IF is never taken? Logically that must be the case. Well, clearly its also possible that its to

[Libreoffice] crossing strange code: a little help

2010-12-04 Thread Pierre-André Jacquod
Hi within filters/binfilter/bf_sw/source/core/txtnode/sw_thints.cxx line 955, I crossed this code construct: if() { . while (TRUE) { DBG_BF_ASSERT(0, "STRIP"); } } With and without debugging option on, if the if is entered, then this is an endless loop? Does it m