|
From: Daniel T. <da...@dt...> - 2005-12-13 22:18:26
|
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 |