[ovs-dev] [PATCH] utilities: New helper ovs-parse-backtrace.

Ethan Jackson ethan at nicira.com
Wed Oct 17 20:18:45 UTC 2012


Good idea, I had been bitten by that once myself.  I"ve folded in the following
incremental.  I'll merge shortly.  Thanks for the review.

Ethan

---
 utilities/ovs-parse-backtrace.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/utilities/ovs-parse-backtrace.in b/utilities/ovs-parse-backtrace.in
index b420314..aeb07c4 100755
--- a/utilities/ovs-parse-backtrace.in
+++ b/utilities/ovs-parse-backtrace.in
@@ -70,6 +70,8 @@ result.  Expected usage is for ovs-appctl backtrace to be piped in.""")
         if os.path.exists(debug):
             ovs_vswitchd = debug
 
+    print "Binary: %s\n" % ovs_vswitchd
+
     stdin = sys.stdin.read()
     trace_list = stdin.strip().split("\n\n")
 
-- 
1.7.12.3




More information about the dev mailing list