Hi, Is the following "internal errors" normal output for GDB? I'm using FreeBSD 10.1 64-bit with GDB v7.81
Lazarus 1.5 r49362 FPC 2.6.4 x86_64-freebsd-gtk 2 I see pages and pages of these warnings when I start my application up. The reason I ask, is because yet again I can't debug my application. As soon as it is supposed to hit a breakpoint, GDB seems to crash I all I can do is click the "stop debugging" button. I don't know if these warnings have anything todo with it. The fpdebug alternative option also seems to crash as soon as it is supposed to hit the breakpoint. ======================================== (gdb) <-exec-continue> &"warning: (Internal error: pc 0x58df30 in read in psymtab, but not in symtab.)\n" &"\n" ^running *running,thread-id="all" (gdb) =library-loaded,id="/usr/lib/i18n/libiconv_std.so.4",target-name="/usr/lib/i18n/libiconv_std.so.4",host-name="/usr/lib/i18n/libiconv_std.so.4",symbols-loaded="0",thread-group="i1" &"warning: (Internal error: pc 0x59f588 in read in psymtab, but not in symtab.)\n" &"\n" &"warning: (Internal error: pc 0x5a34d0 in read in psymtab, but not in symtab.)\n" &"\n" &"warning: (Internal error: pc 0x5a35f0 in read in psymtab, but not in symtab.)\n" &"\n" =library-loaded,id="/usr/lib/i18n/libUTF8.so.4",target-name="/usr/lib/i18n/libUTF8.so.4",host-name="/usr/lib/i18n/libUTF8.so.4",symbols-loaded="0",thread-group="i1" &"warning: (Internal error: pc 0x59f588 in read in psymtab, but not in symtab.)\n" &"\n" &"warning: (Internal error: pc 0x5a34d0 in read in psymtab, but not in symtab.)\n" &"\n" &"warning: (Internal error: pc 0x5a35f0 in read in psymtab, but not in symtab.)\n" ======================================== Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
