|
From: tmoog <tm...@sa...> - 2003-11-04 14:59:23
|
valgrind is great
I recently upgraded to 2003-10-12 and had problems so I went
to 2003-07-25. I'm finding that 2003-07-25 is reporting
many problems with stl string operations, some as simple as
std::string foo;
...
foo = "";
or
foo += "something";
When I run the program under 1.0.4 the program is totallly
clean. Are others seeing this behavior ?
Second issue: I have send in patches for epoll operations, but
these don't seem to have migrated into the kit, when I last
checked about a month ago. What is the proper method of
submitting such changes ?
|
|
From: Nicholas N. <nj...@ca...> - 2003-11-09 17:32:55
|
On Tue, 4 Nov 2003, tmoog wrote: > I recently upgraded to 2003-10-12 and had problems so I went > to 2003-07-25. I'm finding that 2003-07-25 is reporting > many problems with stl string operations, some as simple as > > std::string foo; > ... > foo = ""; > > or > > foo += "something"; > > When I run the program under 1.0.4 the program is totallly > clean. Are others seeing this behavior ? Can you give an example program, and the output you get with both versions? > Second issue: I have send in patches for epoll operations, but > these don't seem to have migrated into the kit, when I last > checked about a month ago. What is the proper method of > submitting such changes ? There's no official method at the moment, other than emailing us or this list. We're hoping to get Bugzilla going soon. As for the patch itself, it hasn't been used because nobody's got around to looking at it carefully. Sorry for the lack of feedback, hopefully someone will get to look at it eventually. I can't say anything more concrete than that, I'm afraid. Hopefully Bugzilla will help deal with these things better. N |