Mattias Gaertner wrote:

Could you make a backtrace please.
Instead of continue, use backtrace here.

Hi Mattias,

Are you saying something like this?

=====
(gdb) run
Starting program: /lpdata/programas/svnfpc/lazarus/startlazarus

Program received signal SIGSEGV, Segmentation fault.
0x40001078 in ?? ()
(gdb) bt
#0  0x40001078 in ?? ()
#1  0x4000d4c8 in ?? ()
#2  0x400031a3 in ?? ()
#3  0x40000e15 in ?? ()
(gdb) bt full
#0  0x40001078 in ?? ()
No symbol table info available.
#1  0x4000d4c8 in ?? ()
No symbol table info available.
#2  0x400031a3 in ?? ()
No symbol table info available.
#3  0x40000e15 in ?? ()
No symbol table info available.
(gdb)
=====


--
Joao Morais

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to