Index: trunk/pstamp/scripts/pstamp_parser_run.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_parser_run.pl	(revision 16764)
+++ trunk/pstamp/scripts/pstamp_parser_run.pl	(revision 16975)
@@ -159,5 +159,10 @@
         run(command => $command, verbose => 1);
     unless ($success) {
-        die("Unable to perform $command error code: $error_code");
+#        die("Unable to perform $command error code: $error_code");
+        if (!open OUT, ">$outdir/parse_error") {
+            die("unable to open parse_error file $outdir/parse_error");
+        }
+        print OUT "@$stderr_buf";
+        close(OUT);
     }
 }
