Re: [Lazarus] GDB output warnings of internal errors

2015-06-30 Thread Graeme Geldenhuys
Hi Martin, On 2015-06-29 12:48, Martin Frb wrote: > And > ensure *all* packages (that is all packages that have debug info) have > the same stabs or dwarf setting. That seems to have been the cause of GDB crashing. The lazarus packages fpspreadsheet had hard-coded "Stabs" debugging, but the res

Re: [Lazarus] GDB output warnings of internal errors

2015-06-29 Thread Martin Frb
On 29/06/2015 09:59, Graeme Geldenhuys wrote: Hi, Is the following "internal errors" normal output for GDB? I'm using FreeBSD 10.1 64-bit with GDB v7.81 ... (gdb) <-exec-continue> &"warning: (Internal error: pc 0x58df30 in read in psymtab, but not in symtab.)\n" &"\n" ^running *running,thread

[Lazarus] GDB output warnings of internal errors

2015-06-29 Thread Graeme Geldenhuys
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 applicati