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 texttmp> 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 texttmp> 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 texttmp> 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 texttmp> cat /etc/redhat-release
Red Hat Enterprise Linux WS release 4 (Nahant Update 6)
Show quoted texttmp> 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 texttmp>
Marc
Subject: | testpl |