Jürgen Spitzmüller wrote:
Michael Gerz wrote:
why don't you run "valgrind"??? You should give it a try!

I do this from time to time. However, I do not understand its output.

It may take some time but then you know exactly where things go wrong.

I don't, but maybe others do:

[...]

lyx::frontend::QTocDialog::on_depthSL_valueChanged(int) (QTocDialog.C:102)
==5674== by 0xBB085F: lyx::frontend::QTocDialog::qt_metacall(QMetaObject::Call, int, void**) (QTocDialog_moc.cpp:86) ==5674== by 0x6F5D45A: QMetaObject::activate(QObject*, int, int, void**)

Ahah! Looks like there's a problem with your moc file as the passed QObject seems to be null address below:

[...]
==5674== by 0x4F93AD0: QApplication::notify(QObject*, QEvent*) (qapplication.cpp:3133)
==5674==  Address 0x0 is not stack'd, malloc'd or (recently) free'd

Please "make clean && make" in qt4/ui/ and report back.

Abdel.

Reply via email to