So most likely mThread is an uninitialized pointer which points to 0xcdcdcdd1. Don't you think you should have
Qt Code:
  1. mThread = new QThread(this);
To copy to clipboard, switch view to plain text mode 
somewhere?