QDebug causes crash
General and Desktop
4
Posts
4
Posters
1.8k
Views
1
Watching
-
Hi,
I have a function that runs fine without any qDebug, but when I run qDebug the application crash after printing the lines... this is really weird I have never seen that before.. It doesn't crash during the printing but after.. so I'm pretty sur it's not a bad pointer or something like that.. and if I remove the debug lines the function runs just fine... what could cause that?
-
Hi,
To add to andreyc, is your application multi threaded ?
-
What compiler/environment are you using?