running gdb again (sorry, I'm not a developer).

root@server4 [~]# gdb /usr/bin/perl
GNU gdb (GDB) Red Hat Enterprise Linux (7.2-56.el6)
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/perl...(no debugging symbols found)...done.
(gdb) run /usr/sbin/amlabel
Starting program: /usr/bin/perl /usr/sbin/amlabel
[Thread debugging using libthread_db enabled]

Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
Missing separate debuginfos, use: debuginfo-install perl-5.10.1-119.el6_1.1.i686
(gdb) bt
#0  0x00000000 in ?? ()
Cannot access memory at address 0x1800
(gdb) c
Continuing.

Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
(gdb)


I'm installing amanda in a Centos 6.3 x86 vps (openvz).

I just installed in other vps in the same node and have the same issue.

Thanks for the help.


roberto


Reply via email to