schristiaens / raft

Automatically exported from code.google.com/p/raft
GNU General Public License v3.0
0 stars 0 forks source link

Thread error and crash when performing search #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Console output:

QObject::killTimers: timers cannot be stopped from another thread
QObject::killTimers: timers cannot be stopped from another thread
QObject::killTimer: timers cannot be stopped from another thread
QObject::killTimers: timers cannot be stopped from another thread
QObject::killTimer: timers cannot be stopped from another thread
QObject::killTimers: timers cannot be stopped from another thread
QObject::killTimer: timers cannot be stopped from another thread
QObject::killTimers: timers cannot be stopped from another thread
QObject::killTimer: timers cannot be stopped from another thread
QObject::killTimers: timers cannot be stopped from another thread
QObject::killTimer: timers cannot be stopped from another thread
QObject::killTimers: timers cannot be stopped from another thread
QObject::killTimer: timers cannot be stopped from another thread
QObject::killTimers: timers cannot be stopped from another thread
QObject::killTimers: timers cannot be stopped from another thread
QObject::killTimers: timers cannot be stopped from another thread
QObject::killTimers: timers cannot be stopped from another thread

Original issue reported on code.google.com by gfleisch...@gmail.com on 27 Jun 2011 at 3:30

GoogleCodeExporter commented 9 years ago
Steps to reproduce.

1) Launch Search
2) Perform Search
3) Close Search
4) Launch Search
5) Perform Search
6) *boom*

Original comment by gfleisch...@gmail.com on 27 Jun 2011 at 3:48