On 23/10/2008 12:44, Pavel Sanda wrote:
Abdelrazak Younes wrote:
On 23/10/2008 11:08, Enrico Forestieri wrote:
Latest svn.
1) Create a new document and type in anything
2) File->Close and discard
3) Crash
../../../src/support/lassert.cpp(21): ASSERTION b VIOLATED IN
../../src/BufferList.cpp:297
Assertion triggered in void lyx::doAssert(const char*, const char*, long
int) by failing check "false" in file ../../../src/support/lassert.cpp:23
Just replace the assertion with 'if (!b) return' IMO.
this is showstopper indeed. moreover it is seems the direct consequence
of our last dispatch buffer cleanup :(
JMarc ows you a beer ;-)
But this is not a serious issue really. Just do as I suggest or do the
test before calling the method; no big deal.
Abdel.