Hi,
It's not a bug.
The problem is, that your QT was compiled in debug mode.
We can't do much if QT crashes. Please recompile QT removing the
assertions from ~QPersistentModelIndex, or use a non-debug QT version.
Or it would be even better to report this bug to QT
#8 0xb62201c8 in abort () at abort.c:88
#9 0xb64f00d6 in qt_message_output (msgType=QtFatalMsg,
buf=0xac14f88 "ASSERT failure in
QPersistentModelIndex::~QPersistentModelIndex: \"persistent model indexes
Thanks,
Csaba
Marcin Gryszkalis írta:
> hi there
> I happy to see upcoming new release but I can see one terrible problem with
> current version:
> I'm running SVN Head Krusader on KDE 4.3.2 (gentoo) and it makes me cry -
> Krusader crashes 100 times a day :(
> I provided stack traces at https://bugs.kde.org/show_bug.cgi?id=207276
> I thought the problem is caused by Carai's changes in rev 994762 but I tried
> to step back to earlier revision and it still crashes. I can do whatever is
> needed to fix the bug :)
> By the way, current svn doesn't include patch that fixes one of dark-
> background bugs. The patch is ok, I applied it and it it fixed the problem.
> http://sourceforge.net/tracker/?func=detail&atid=106488&aid=2858133&g...
> best regards