2 Fawzi

http://paste.dprogramming.com/dpu7n7ai

llvm 2.6 from now, ldc from now, tango from now, mac os x intel 10.5.8
//--------------------------------------------

module test;

import
        tango.core.Version,
        tango.io.Stdout;

int main( char[][] args )
{
        Stdout.formatln( "Built with {} v{} and Tango v{}.{} at {}
{}",
                __VENDOR__, __VERSION__, Tango.Major, Tango.Minor,
__DATE__, __TIME__ );
        return 0;
}

//----------------------------------------

elizabeth:testing ezheleznikov$ ldc test.d -g
elizabeth:testing ezheleznikov$ gdb test
GNU gdb 6.3.50-20050815 (Apple version gdb-967) (Tue Jul 14 02:11:58
UTC 2009)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and
you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "i386-apple-darwin"...Reading symbols for
shared libraries ... done

(gdb) run
Starting program: /Users/ezheleznikov/Documents/d/testing/test
Reading symbols for shared libraries ++. done
Built with LDC v1045 and Tango v0.999 at Oct 15 2009 17:25:31

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0xbf7ffffc
0x00015e70 in _D2rt7basicgc3gcx3Gcx16thread_InvariantMFZv
(this=0x100210

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "LDC 
- the LLVM D compiler" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/ldc-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to