Giuliano Colla wrote:

[skip]
That's the gdb output:

(gdb) run
Starting program: /home/colla/Applicazioni/Lazarus/Resizing/resize
Reading symbols from shared object read from target memory...done.
Loaded system supplied DSO at 0xc40000

Program received signal SIGFPE, Arithmetic exception.
0x007eb396 in do_lookup_x () from /lib/ld-linux.so.2
(gdb) bt
#0  0x007eb396 in do_lookup_x () from /lib/ld-linux.so.2
#1  0x007eb719 in _dl_lookup_symbol_x () from /lib/ld-linux.so.2
#2  0x007ececa in _dl_relocate_object () from /lib/ld-linux.so.2
#3  0x007e5840 in dl_main () from /lib/ld-linux.so.2
#4  0x007f56f7 in _dl_sysdep_start () from /lib/ld-linux.so.2
#5  0x007e32b6 in _dl_start () from /lib/ld-linux.so.2
#6  0x007e2847 in _start () from /lib/ld-linux.so.2
(gdb)

[skip]
Any clue?
According to your gdb output the error is happen in ld-linux.so.2 And moreover I cannot see any lazarus/fpc call in back trace - only functions in one library. With such back trace it is imposible to understand where is the problem.

Best regards,
Paul Ishenin.

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

Reply via email to