Skip to content

Commit f3dcc53

Browse files
committed
More tweaks
1 parent e60dc78 commit f3dcc53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ debugging symbols for the stock Python 2.7, as well as a python-dbg binary
2727
compiled with the --with-pydebug option that will only work with C extensions
2828
modules compiled with the /usr/include/python2.7_d headers.
2929

30-
NOTE: The Python binary that accompanies Ubuntu 12.04 uses link-time
30+
NOTE: The Python binary that accompanies Ubuntu distributions uses link-time
3131
optimization compilation. As a result, many of the Python data structures are
3232
optimized out and prevent gdb-heap from being able to properly categorize the
3333
various data structures. To take advantage of this capability, you will need to
@@ -109,3 +109,5 @@ Useful resources
109109
* Malloc per-thread arenas in glibc (http://siddhesh.in/journal/2012/10/24/malloc-per-thread-arenas-in-glibc/)
110110

111111
* Understanding the heap by breaking it (http://www.blackhat.com/presentations/bh-usa-07/Ferguson/Whitepaper/bh-usa-07-ferguson-WP.pdf)
112+
113+
* Building your own Python version for an easier debugging experience (http://hustoknow.blogspot.com/2014/06/how-to-troubleshoot-your-python.html)

0 commit comments

Comments
 (0)