Skip Menu |

This queue is for tickets about the MQSeries CPAN distribution.

Report information
The Basics
Id: 79866
Status: resolved
Worked: 10 min
Priority: 0/
Queue: MQSeries

People
Owner: MQSERIES [...] cpan.org
Requestors: morten_bjoernsvik [...] yahoo.no
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: segfault on rhel5.8 with perl5.16.1
Date: Wed, 26 Sep 2012 15:23:00 +0100 (BST)
To: "bug-MQSeries [...] rt.cpan.org" <bug-MQSeries [...] rt.cpan.org>
From: morten bjoernsvik <morten_bjoernsvik [...] yahoo.no>
Hi all I'm unable to compile MQSeries on perl5.16.1 on rhel5.8 If I use perl5.8.9 it works I've tested MQSeries v1.29 and MQSeries v1.33 I believe this is a compiler or compiler library issue. But this is the only perl module out of 90 having this problem. Probably gcc version 4.1.2-52 from 20080704 is too old. On rhel6, opensuse11.4,12.1,12.2 it works fine. This is nothing important just info. cc -c  -I"/opt/mqm/inc" -I../include -fPIC -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"1.33\" -DXS_VERSION=\"1.33\" -fPIC "-I/opt/perl/lib/5.16.1/x86_64-linux/CORE"  -DMQ_CMVC_LVALUE=\"p600-100-051021\" constants.c constants.c: In function 'constant_numeric': constants.c:963: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. The bug is not reproducible, so it is likely a hardware or OS problem. make[1]: *** [constants.o] Error 1 make[1]: Leaving directory `/var/tmp/cpan_extract/MQSeries-1.33/MQClient' -- Morten Bjoernsvik, Oslo, Norway
Subject: Re: [rt.cpan.org #79866] segfault on rhel5.8 with perl5.16.1
Date: Wed, 26 Sep 2012 10:40:29 -0400
To: "morten_bjoernsvik [...] yahoo.no via RT" <bug-MQSeries [...] rt.cpan.org>
From: perl-mqseries [...] morganstanley.com
On Wed, Sep 26, 2012 at 10:23:16AM -0400, morten_bjoernsvik@yahoo.no via RT wrote: Show quoted text
> Wed Sep 26 10:23:15 2012: Request 79866 was acted upon. > Transaction: Ticket created by morten_bjoernsvik@yahoo.no > Queue: MQSeries > Subject: segfault on rhel5.8 with perl5.16.1 > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: morten_bjoernsvik@yahoo.no > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=79866 > > > > Hi all > > I'm unable to compile MQSeries on perl5.16.1 on rhel5.8
perl5.16.1?! i don't have that here... :-( Show quoted text
> If I use perl5.8.9 it works > > > I've tested MQSeries v1.29 and MQSeries v1.33 I believe this is a compiler or compiler library issue. But this is the only perl module out of 90 having this problem. > Probably gcc version 4.1.2-52 from 20080704 is too old. > > > On rhel6, opensuse11.4,12.1,12.2 it works fine. > > This is nothing important just info. > > > > cc -c? -I"/opt/mqm/inc" -I../include -fPIC -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2?? -DVERSION=\"1.33\" -DXS_VERSION=\"1.33\" -fPIC "-I/opt/perl/lib/5.16.1/x86_64-linux/CORE"? -DMQ_CMVC_LVALUE=\"p600-100-051021\" constants.c > constants.c: In function 'constant_numeric': > constants.c:963: internal compiler error: Segmentation fault > Please submit a full bug report, > with preprocessed source if appropriate. > See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. > The bug is not reproducible, so it is likely a hardware or OS problem. > make[1]: *** [constants.o] Error 1 > make[1]: Leaving directory `/var/tmp/cpan_extract/MQSeries-1.33/MQClient'
the words "internal compiler error" make it seem like a compiler problem more than a mqseries problem (or a perl problem). can you reproduce the failure by running that single line by itself? constants.c is a little large, but can you remove chunks of it and still reproduce the failure?
Subject: re: [rt.cpan.org #79866] segfault on rhel5.8 with perl5.16.1
Date: Thu, 27 Sep 2012 16:43:52 +0100 (BST)
To: "bug-MQSeries [...] rt.cpan.org" <bug-MQSeries [...] rt.cpan.org>
From: morten bjoernsvik <morten_bjoernsvik [...] yahoo.no>
Hi gentlemen Turns out this was caused by some rpmforge packages. I'm using openvpn from there, if I turn off openvpn it works fine. Yum also coredumps if this was active, so I suspect a bad build of some of the libraries openvpn uses/updates. Sorry for the confusion, but since all other packages went fine it was a bit strange only this failed. Thanks for the fast response. MQSeries.pm is a great package. -- MortenB Show quoted text
________________________________ Fra: Perl MQSeries Maintainers via RT <bug-MQSeries@rt.cpan.org> Til: morten_bjoernsvik@yahoo.no Sendt: Onsdag, 26. september 2012 16.40 Emne: Re: [rt.cpan.org #79866] segfault on rhel5.8 with perl5.16.1 <URL: https://rt.cpan.org/Ticket/Display.html?id=79866 > On Wed, Sep 26, 2012 at 10:23:16AM -0400, morten_bjoernsvik@yahoo.no via RT wrote:
> Wed Sep 26 10:23:15 2012: Request 79866 was acted upon. > Transaction: Ticket created by morten_bjoernsvik@yahoo.no >        Queue: MQSeries >      Subject: segfault on rhel5.8 with perl5.16.1 >    Broken in: (no value) >    Severity: (no value) >        Owner: Nobody >  Requestors: morten_bjoernsvik@yahoo.no >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=79866 > > > > Hi all > > I'm unable to compile MQSeries on perl5.16.1 on rhel5.8
perl5.16.1?!  i don't have that here...  :-(
> If I use perl5.8.9 it works > > > I've tested MQSeries v1.29 and MQSeries v1.33 I believe this is a compiler or compiler library issue. But this is the only perl module out of 90 having this problem. > Probably gcc version 4.1.2-52 from 20080704 is too old. > > > On rhel6, opensuse11.4,12.1,12.2 it works fine. > > This is nothing important just info. > > > > cc -c? -I"/opt/mqm/inc" -I../include -fPIC -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2?? -DVERSION=\"1.33\" -DXS_VERSION=\"1.33\" -fPIC "-I/opt/perl/lib/5.16.1/x86_64-linux/CORE"? -DMQ_CMVC_LVALUE=\"p600-100-051021\" constants.c > constants.c: In function 'constant_numeric': > constants.c:963: internal compiler error: Segmentation fault > Please submit a full bug report, > with preprocessed source if appropriate. > See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. > The bug is not reproducible, so it is likely a hardware or OS problem. > make[1]: *** [constants.o] Error 1 > make[1]: Leaving directory `/var/tmp/cpan_extract/MQSeries-1.33/MQClient'
the words "internal compiler error" make it seem like a compiler problem more than a mqseries problem (or a perl problem). can you reproduce the failure by running that single line by itself? constants.c is a little large, but can you remove chunks of it and still reproduce the failure?
requestor says: Turns out this was caused by some rpmforge packages. not sure how that works, but if he's happy now, we're done here.