Hazen Babcock wrote:
> Alan W. Irwin wrote:
>> On 2010-05-27 22:58+0100 Andrew Ross wrote:
>>
>>> Well clearly the output files should be properly closed. I've now fixed
>>> that. You could try again, although I don't think that is the problem.
>>> You could try again to check. Potentially more interesting are the open
>>> pipes.
> 
> Yeah, unfortunately this appears to not be the issue as it still locks 
> up for me. I tried throwing in a call to the exit() method by the 
> QApplication instance prior to deletion, but this also did not help.

I don't think this "our" problem, but I have no idea who to complain to 
:). This really simple program will also lock up my computer in a 
suspiciously similar fashion if I run it enough times.

#include <QApplication>

int main(int argc, char *argv[])
{
   QApplication app(argc, argv);
}

-Hazen

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to