PDA

View Full Version : Program exited with code 03



Fallen_
9th October 2010, 22:32
Hi, when debugging with gdb it gives me the error in the thread title and this:
warning: QWaitCondition: Destroyed while threads are still waiting
and i dont have any threads in my program.
wat should i do?

squidge
10th October 2010, 00:09
Without a thread of execution, your program would do nothing.

So post your code.