Re: perlmagick segmentation fault on CentOS 5.5

Michael Howard <[email protected]> Wed, 2 Feb 2011 19:58:18 -0500
Newsgroups gmane.comp.video.image-magick.user
Message-ID <[email protected]>
On Wed, Feb 2, 2011 at 7:27 PM,
<da.mihi.sis.bubulae.frustrum.assae.solana.tuberosa.in.modo.gallico.fricta.ac.quassum.lactatum.coagulatum.crassum@imagemagick.org>
wrote:
>> I am getting a segmentation fault using perl Image::Magick on CentOS 5.5
>
> Post the output of these commands:
>
>  gdb perl
>  run myscript.pl
>  where

Thank you for your prompt response

Program received signal SIGSEGV, Segmentation fault.
0x0037d7ee in ?? () from /lib/libselinux.so.1
(gdb) where
#0  0x0037d7ee in ?? () from /lib/libselinux.so.1
#1  0x00378f22 in ?? () from /lib/libselinux.so.1
#2  0x003715c2 in selinux_file_context_cmp () from /lib/libselinux.so.1
#3  0x00384eec in selinux_file_context_cmp () from /lib/libselinux.so.1
#4  0x080ca1c8 in ?? ()
#5  0xbfffe5f8 in ?? ()
#6  0x0037156a in selinux_file_context_cmp () from /lib/libselinux.so.1
#7  0x00384ff4 in selinux_file_context_cmp () from /lib/libselinux.so.1
#8  0x002c2240 in _rtld_local () from /lib/ld-linux.so.2
#9  0xbfffe608 in ?? ()
#10 0x0037e51c in _fini () from /lib/libselinux.so.1
Backtrace stopped: frame did not save the PC
(gdb)


I see references to libselinux ... I have selinux disabled on this machine:

[mth@localhost perlmagick]$ grep SELINUX= /etc/selinux/config
# SELINUX= can take one of these three values:
SELINUX=disabled



Michael