|
From: Daniel T. <da...@dt...> - 2005-12-13 22:18:26
Attachments:
debugger-bufsize.patch
|
Hi, I just found that a long debugger command line makes valgrind crash. 100 bytes is simply too short when you tell gdb about source directories on the command line (-d path/to/foo -d path/to/bar etc...). The attached patch increases the buffer size to 1024 bytes. Daniel |
|
From: Julian S. <js...@ac...> - 2005-12-18 03:23:56
|
Fixed (svn rev 5368). Thanks. J On Tuesday 13 December 2005 23:19, Daniel Thaler wrote: > Hi, > > I just found that a long debugger command line makes valgrind crash. > 100 bytes is simply too short when you tell gdb about source directories on > the command line (-d path/to/foo -d path/to/bar etc...). > The attached patch increases the buffer size to 1024 bytes. > > > Daniel |