[Qt-interest] qprocess related with qprogressbar

Sean Harmer sean.harmer at maps-technology.com
Fri Jun 26 09:58:56 CEST 2009


On Friday 26 Jun 2009 06:45:08 mierdatutis mi wrote:
> Many thanks Sean!!
>
> I try with this code but the compiler gives me an error:
>
> "Program received signal SIGSERV. Segmentation fault"
I take it you mean that your application seg faults and not the compiler.

> Could you help me please? I search in google but I don't find nothing :-(
Yes, you have a logic error somewhere in your code! Your job is to add 
qDebug() statements or run your application in a debugger to find the problem. 
Once you have found the problem solving it is usually quite simple. Check that 
your pointers are valid before you dereference them.

> Many thanks and sorry for my english!!
Your english is better than my $FOREIGN_TONGUE ;-)

Good luck.

Sean




More information about the Qt-interest-old mailing list