Thiago Macieira wrote:

> The chance that it has been overwritten is 100% at this point.

Are you certain this is true on all platforms? I seem to recall one where you 
can get at argc,argv through global variables (or where they functions...), 
possibly OS X or otherwise MS Windows.

> This was a return from main().

Then it must have been the last line in main(),

return qApp->exec();

I don't suppose QCoreApplication can see it's being called with a dynamically 
allocated `this` and do a `delete this` before returning so I guess I have 
another location to report.

R.

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to