Skip Menu |

This queue is for tickets about the CtCmd CPAN distribution.

Report information
The Basics
Id: 31077
Status: resolved
Priority: 0/
Queue: CtCmd

People
Owner: Nobody in particular
Requestors: marc.girod [...] gmail.com
Cc:
AdminCc:

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



Subject: Conflict at cleanup between ClearCase::CtCmd 1.06 and Test::Simple
Hello, Writing tests with Test::Simple, for a module using ClearCase::CtCmd, I get an error at exit on Linux (not on Windows). Here is a small transcript reproducing the problem (script attached): Show quoted text
tmp> ./testpl
1..1 ok 1 - Testing is fun *** glibc detected *** free(): invalid pointer: 0x0017b900 *** Aborted Show quoted text
tmp> grep '$ClearCase::CtCmd::VERSION'
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/ClearCase/CtCmd.pm $ClearCase::CtCmd::VERSION = '1.06'; Show quoted text
tmp> ct -ver
ClearCase version 7.0.1 (Wed May 30 17:04:58 EDT 2007) 7.0.1.0-RATL-RCC-IFIX01 (Wed Sep 19 16:08:10 EDT 2007) @(#) MVFS version 7.0.1.0-IFIX01 (Thu Sep 6 20:09:08 2007) built at $Date: 2007-11-16.13:18:15 (UTC) $ cleartool 7.0.1.0-IFIX01 (Thu Aug 9 20:20:45 EDT 2007) db_server 7.0.1.0-IFIX01 (Fri Sep 14 20:23:09 EDT 2007) VOB database schema version: 54 Show quoted text
tmp> uname -a
Linux engbuildpc 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:58:04 EST 2007 i686 i686 i386 GNU/Linux Show quoted text
tmp> cat /etc/redhat-release
Red Hat Enterprise Linux WS release 4 (Nahant Update 6) Show quoted text
tmp> perl -v
This is perl, v5.8.5 built for i386-linux-thread-multi Copyright 1987-2004, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. Show quoted text
tmp>
Marc
Subject: testpl
Download testpl
application/octet-stream 161b

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #31077] AutoReply: Conflict at cleanup between ClearCase::CtCmd 1.06 and Test::Simple
Date: Thu, 29 Nov 2007 17:52:07 +0000
To: bug-CtCmd [...] rt.cpan.org
From: "Marc Girod" <marc.girod [...] gmail.com>
Hi, The ticket in perlbug is: #47960. Marc
From: marc.girod [...] gmail.com
I installed now perl 5.8.5 from the sources, with default options apart for the installation path, and could not reproduce the bug there (only in the version distributed by RedHat). I reported the problem to RedHat: https://bugzilla.redhat.com/show_bug.cgi?id=408821 Marc
This looks like a duplicate of https://rt.perl.org/rt3/Ticket/Display.html?id=51238 which has been fixed by version 1.10 of CtCmd.