<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 119: parallel view using clearcase snapshot on linux broken</title><link>https://sourceforge.net/p/codestriker/bugs/119/</link><description>Recent changes to 119: parallel view using clearcase snapshot on linux broken</description><atom:link href="https://sourceforge.net/p/codestriker/bugs/119/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 18 Nov 2010 22:28:25 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/codestriker/bugs/119/feed.rss" rel="self" type="application/rss+xml"/><item><title>parallel view using clearcase snapshot on linux broken</title><link>https://sourceforge.net/p/codestriker/bugs/119/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;using clearcase snapshot view on RHEL4.8 I see the following error when I click on parallel links:&lt;/p&gt;
&lt;p&gt;Can't close(): Bad file descriptor at /var/www/codestriker/codestriker-1.9.10/lib/Codestriker/Action/ViewTopicFile.pm line 66&lt;/p&gt;
&lt;p&gt;Here is the source of the problem.  After making this change it works fine&lt;/p&gt;
&lt;p&gt;--------------- lib/Codestriker/Repository/ClearCaseSnapshot.pm ---------------&lt;br /&gt;
index 42e530d..3c74341 100644&lt;br /&gt;
@@ -59,13 +59,14 @@ sub retrieve ($$$\$) {&lt;br /&gt;
push @ctArgs, $full_element_name;&lt;br /&gt;
Codestriker::execute_command(\*STDERR, \*STDERR, $Codestriker::cleartool, @ctArgs);&lt;/p&gt;
&lt;p&gt;+    my $input_fh = new FileHandle;&lt;br /&gt;
open(my $input_fh, "&amp;lt;", $tempfile);&lt;br /&gt;
for (my $i = 1; &amp;lt;$input_fh&amp;gt;; $i++) {&lt;br /&gt;
$_ = Codestriker::decode_topic_text($_);&lt;br /&gt;
chop;&lt;br /&gt;
$$content_array_ref[$i] = $_;&lt;br /&gt;
}&lt;br /&gt;
-    close &amp;lt;$input_fh&amp;gt;;&lt;br /&gt;
+    close $input_fh;&lt;/p&gt;
&lt;p&gt;if (defined($tempdir)) {&lt;br /&gt;
unlink $errorfile;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lee Ballard</dc:creator><pubDate>Thu, 18 Nov 2010 22:28:25 -0000</pubDate><guid>https://sourceforge.net20dd3cb1922d3200348b7276deb36e9a9f878a8f</guid></item></channel></rss>