[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian x Microsiga



Endie,

Em Sex, Outubro 6, 2006 20:59, Ã?ndie Scherer escreveu:
> demorou...mas aqui está!
>
> endie@endie:~/mp8$ gdb ./mp8rmt
> GNU gdb 6.3-debian
> Copyright 2004 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you
> are welcome to change it and/or distribute copies of it under certain
> conditions. Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for
> details. This GDB was configured as "i386-linux"...Using host libthread_db
>  library "/lib/tls/libthread_db.so.1".
>
> (gdb) run
> Starting program: /home/endie/mp8/mp8rmt
> [Thread debugging using libthread_db enabled]
> [New Thread 1076495008 (LWP 8034)]
> [New Thread 1085328304 (LWP 8037)]
> [New Thread 1094130608 (LWP 8038)]
>
>
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 1094130608 (LWP 8038)]
> 0x401e3620 in strncpy () from /lib/tls/libc.so.6
> (gdb)
>
>
> ...e continuo sem encontrar uma solução :(
> sugestões?

tentando...

Execute o comando, como no exemplo abaixo, para ver e listar a
dependências de lib da aplicação:


exemplo:

elisetero:/home/gonzaga# ldd /usr/lib/mozilla-firefox/lib

        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4002f000)
        libdl.so.2 => /lib/libdl.so.2 (0x400f6000)
        libc.so.6 => /lib/libc.so.6 (0x400fa000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

Verifique se as listadas estão compatíveis com as instaladas no Debian.

Um abraço,

Gonzaga.




Reply to: