|
From: Christoph B. <bar...@or...> - 2005-07-22 08:02:21
|
> ==23198== Invalid read of size 8 > ==23198== Address 0x140EF0FCE020 is 16 bytes inside a block of size 22 alloc'd Everyone I showed valgrind had a problem understanding this error message and especially the two tracebacks. Maybe it is possible to simplify this message. My suggestion would be: Invalid read of size 8 starting at address 0x140EF0FCE020 <Traceback1> Address 0x140EF0FCE020 is 16 bytes inside a block of size 22 <Traceback2> here the address is the link between both messages. One could think of additional hints for the user. However this goes at the cost of brevity. Christoph Bartoschek |