Open GoogleCodeExporter opened 9 years ago
New patch:
- Suppress some leaks (now pass a valgrind test)
- Prevent some useless allocations
Original comment by raynaudq...@gmail.com
on 7 Jul 2008 at 7:03
Attachments:
What is boring me in this story is that replacing the pointer implementation
actually
gets rid of a potential segfault and a potential infinite loop but it makes me
crazy
to be unable to see why the actual version is causing those. I'll maybe take a
close
look about that in a near future, if I find time for it at least.
Original comment by raynaudq...@gmail.com
on 9 Aug 2008 at 10:06
I bet running this through valgrind would prove illuminating. I've seen a
similar
crash, but only when I compile at -O2 with some local changes of mine. Kind of
scary!
Original comment by ted.mielczarek
on 25 Nov 2009 at 7:16
Well, I thought that this bug was somehow forgotten. Well, my patch has been in
production for a year and it is still working which might be a good indicator. I
really don't understand why the actual version is buggy but at least I know
that my
version is much better for perfs so it might be a good idea to take it if only
for
that reason...
Original comment by raynaudq...@gmail.com
on 25 Nov 2009 at 9:09
I haven't received any feedback yet on the content of this patch which is now
over 2 years old. Is there something that I've missed, like some what to
request review?
If the patch is now bitrotted, I would be willing to do the work to update it,
but not before receiving at least some feedback indicating that the approach is
correct and the patch is likely to be accepted.
Now it feels as if my patch has fallen in a void, which is quite disappointing
given that it seemed to me it could provide a significant performance win in
addition to the improved stability.
Original comment by raynaudq...@gmail.com
on 11 Jul 2010 at 5:00
The patch is still very applicable. All of our breakpad instances are
practically unusable without this patch, so applying it to the source is a
required first step. I'd love to see it get merged so we didn't have to apply
it every time.
Original comment by brandon%...@gtempaccount.com
on 15 Jul 2010 at 6:51
I'm happy to see I'm not the only one that has experienced this issue. I was
starting to believe noone had the problem :).
Did you eperienced both the segfault and the infinite loop without the patch or
only one of those effects?
Original comment by raynaudq...@gmail.com
on 15 Jul 2010 at 10:37
I experience the segfault. I'll be trying to patch right now
Original comment by delfin.r...@gmail.com
on 23 Aug 2010 at 7:38
Works!
Original comment by delfin.r...@gmail.com
on 23 Aug 2010 at 8:00
Original issue reported on code.google.com by
raynaudq...@gmail.com
on 7 Jul 2008 at 5:30Attachments: