wuhailinjerry / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

Segmentation fault when using 'Copy Selection To Clipboard' in Data Dump #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If the data dump view is configured to display comments the program 
systematically crashes after selecting 'Copy Selection To Clipboard' in the 
context menu.
It works correctly when 'Show Comments' is disabled.

I am using version 0.9.16 (from package edb-debugger_0.9.16_amd64.deb) on 
Ubuntu 10.04.

Original issue reported on code.google.com by evan.teran on 3 Oct 2012 at 3:21

GoogleCodeExporter commented 9 years ago
Thank you for the bug report. It seems that there was NULL pointer dereference 
in the "rendertotextbuffer" routine when comments were enabled. It has been 
fixed in my SVN and I will release an update shortly.

Thanks again!
Evan

Original comment by evan.teran on 3 Oct 2012 at 5:01