Can you provide the full call stack of the moment of the crash ?

I think you have memory bugs in your program and they are not related to Qwt. Be careful when sharing memory (QVectors ?) between threads. A QVector object can be sent from one thread to another via signals but it isn't thread safe if you use the same instance of it between threads.