projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54616b4
)
Improve.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 19 Oct 2004 22:44:31 +0000
(22:44 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 19 Oct 2004 22:44:31 +0000
(22:44 +0000)
grading/threads/run-tests
patch
|
blob
|
history
diff --git
a/grading/threads/run-tests
b/grading/threads/run-tests
index ad9cb8b40be3aff7ce8ceabe9ad9a9aa4da21af5..db788dcb6b77c639779bf0789578533dca3f4d5a 100755
(executable)
--- a/
grading/threads/run-tests
+++ b/
grading/threads/run-tests
@@
-423,6
+423,7
@@
sub verify_common {
$details .= "Translation of backtrace:\n";
my (@addrs) = $stack_line[0] =~ /Call stack:((?: 0x[0-9a-f]+)+)/;
+ print "addrs: '@addrs'\n";
my ($A2L);
if (`uname -m`
=~ /i.86|pentium.*|[pk][56]|nexgen|viac3|6x86|athlon.*/) {