marcoabreu closed pull request #13533: Add notes about debug with libstdc++ 
symbols
URL: https://github.com/apache/incubator-mxnet/pull/13533
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/ci/README.md b/ci/README.md
index e11c140d4c4..f56a6f6a797 100644
--- a/ci/README.md
+++ b/ci/README.md
@@ -172,11 +172,12 @@ nosetests-3.4 -v -s tests/python/unittest/test_ndarray.py
 
 
 # Debug with cgdb
-
+sudo apt install -y libstdc++6-6-dbg
 cgdb build/tests/mxnet_unit_tests
 
 (gdb) !pwd
 /home/qemu/mxnet
 (gdb) set substitute-path /work /home/qemu
+(gdb) set substitute-path 
/build/gcc-6-6mK9AW/gcc-6-6.3.0/build/arm-linux-gnueabihf/libstdc++-v3/include/ 
/usr/include/c++/6/
 (gdb) r --gtest_filter="ACTIVATION_PERF.ExecuteBidirectional"
 ```


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to