in reply to Segfault in Sub::Name

Are you mixing CPAN installs with Ubuntu/Debian package installs? This can sometimes lead to inconsistent states. How was perl installed? How were all your non-core modules installed? You say your perl is compiled from Debian source, but you provide a link to a directory of .deb packages. This suggests you are rebuilding and then installing the package, as opposed to building perl from the perl source code.

You have traced the problem to Sub::Name. Have you tried removing and re-installing Sub::Name?

Replies are listed 'Best First'.
Re^2: Segfault in Sub::Name
by maxhq (Novice) on May 07, 2010 at 12:02 UTC

    You are absolutely right, by installing my compiled perl via dpkg instead of apt-get/synaptic I overlooked that there were some other perl libraries installed. These caused the trouble.
    Meanwhile I also know that the desribed crash wasn't the same as the original one (see my post below).

    Thank you for your hints!!