Re: help needed with gdb

2010-05-19 Thread Robert Clipsham
On 19/05/10 20:45, eles wrote: as you see, the debug session was unsuccesful. can anybody enlighten me why? what is the line "warning: the debug information found in "/lib/ld-2.11.1.so" does not match "/lib/ld-linux.so.2" (CRC mismatch)."? thank you eles You'd need to talk to the gdb devs abo

help needed with gdb

2010-05-19 Thread eles
hello everybody, here is my setup: Linux system 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:28:05 UTC 2010 x86_64 GNU/Linux and here is gdbtest.d import std.stdio; int x=0; string t="hello!"; int main(){ writefln("x=%d",x); writefln("t=%s",t); return 0; } I compiled