[padb-devel] [padb] r265 committed - Pass on the mode options for stack on when using full-report otherwise...

codesite-noreply at google.com codesite-noreply at google.com
Tue Sep 15 21:58:10 BST 2009


Revision: 265
Author: apittman
Date: Tue Sep 15 13:57:42 2009
Log: Pass on the mode options for stack on when using full-report otherwise
the inner processes don't have them defined and can throw errors.

http://code.google.com/p/padb/source/detail?r=265

Modified:
  /branches/3.0/src/padb

=======================================
--- /branches/3.0/src/padb	Tue Sep 15 13:39:01 2009
+++ /branches/3.0/src/padb	Tue Sep 15 13:57:42 2009
@@ -4465,8 +4465,9 @@

          push_command("deadlock");

-        my %c = ( 'strip_above_wait' => 0 );
-        push_command( "stack", "tree", \%c );
+        my $c = $conf{mode_options}{stack};
+        $c->{strip_above_wait} = 0;
+        push_command( "stack", "tree", $c );

          go_job($full_report);
          exit(0);




More information about the padb-devel mailing list