Ticket #79 (new defect)

Opened 2 years ago

Last modified 2 years ago

segmentation fault

Reported by: Anonymous Assigned to: somebody
Priority: major Version: 2.0
Keywords: Cc:

Description

I am receiving a segmentation fault for the simplest program of qtd. My source code is as follows:

import qt.gui.QApplication;

int main(char[][] args) {

scope app = new QApplication(args);

scope mainWin = new MainWindow?;

mainWin.show;

return app.exec;

}

It is compiling fine, but on execution, it gives a segmentation fault. I am new to this language. Please take some time to help me out. Thank you.

Change History

02/21/11 08:38:17 changed by Anonymous

Further info: I am on a 32 bit arch linux machine, using a dmd2 compiler with qtd downloaded from mercury. Thanks