in reply to [Ceph::RADOS] Help Debugging Inline C

Greetings,
While I know almost nothing of the application your working with. I do have a couple of thoughts on coercing more information out of your crashes/segfaults.
It would be helpful to know what system you're running on.
If I were forced to guess, I'd guess some version of Linux. That said, do you have the actual core file to examine?

--Chris

#!/usr/bin/perl -Tw
use perl::always;
my $perl_version = (5.12.5);
print $perl_version;
  • Comment on Re: [Ceph::RADOS] Help Debugging Inline C

Replies are listed 'Best First'.
Re^2: [Ceph::RADOS] Help Debugging Inline C
by three18ti (Monk) on Nov 07, 2013 at 07:35 UTC

    Hello Chris

    Thanks for your response.

    Here's the output of uname, of this machine: (ubuntu 13.10 x86_64 perl 5.15.4)

    root@kitt:~/Ceph-RADOS-0.01# uname -a Linux kitt 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 201 +3 x86_64 x86_64 x86_64 GNU/Linux root@kitt:~/Ceph-RADOS-0.01# perl -v This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-li +nux-gnu-thread-multi root@kitt:~/Ceph-RADOS-0.01# cat /etc/*release* DISTRIB_ID=Ubuntu DISTRIB_RELEASE=13.10 DISTRIB_CODENAME=saucy DISTRIB_DESCRIPTION="Ubuntu 13.10" NAME="Ubuntu" VERSION="13.10, Saucy Salamander" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 13.10" VERSION_ID="13.10"

    I'm open to any ideas that help me sus out this problem. Thanks!

    ----------------------------------

    <signature> root@kitt:~# perl -Mperl::always\ 9999 -e 1 Can't locate perl/always.pm in @INC (@INC contains: /etc/perl /usr/loc +al/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/s +hare/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/sit +e_perl .). BEGIN failed--compilation aborted. Just sayin' ;) </signature>