> Pavel Sanda wrote: > > next update: > > even the non-crash point 4 is going to crash in the moment you push "Up in > > directory structure" button, which finally lead me to the though that the > > culprit is '.lyx' which is hidden file in linux terminology. > > This I can reproduce as well (not regularly, though).
i was able to seqfault even this source code after cliking on various buttons, when starting from inside hidden directory structure (change the home path for yours). pavel
#include <QtGui/QtGui> int main(int argc, char* argv[]) { QApplication app(argc, argv); QFileDialog fd(NULL,"caption", "/home/ps/.lyx/bind/my.bind", "aa"); return fd.exec(); }