Ticket #235 (new defect)

Opened 2 years ago

Rebuild -od flag SIGSEGV

Reported by: shd Assigned to: Gregor
Priority: major Milestone:
Component: Rebuild Version:
Keywords: Cc:

Description

OS: Linux 2.6.35-ARCH x86_64 ReBuild? version: 0.78 (based on DMD 2.019) dsss-0.78-x86-gnuWlinux.tar.bz2

command: $ rebuild -ofbin/Test src/test.d RESULT: OK

command: $ rebuild -odobj -ofbin/Test src/test.d RESULT: SIGSEGV

test.d: module test;

int main() {

return 0;

}