Closed GoogleCodeExporter closed 9 years ago
I don't see anywhere in the Dump method where we call new[]:
http://code.google.com/p/google-breakpad/source/browse/trunk/src/client/linux/mi
nidump_writer/minidump_writer.cc#440
Do you have local changes to your copy of Breakpad? We're generally very
careful to not allocate from the heap in the minidump writer for reasons like
this.
Original comment by ted.mielczarek
on 8 Jan 2013 at 12:47
Thank you for your reply ~~~
I'm not local changes any code, but i have forget the version which i download.
Do you means if i update to the current version, the issue can be fixed.
Original comment by a2903...@gmail.com
on 8 Jan 2013 at 3:16
There is indeed a new operator in WriteDSODebugStream function.
In breakpad debug version,we can see the WriteDSODebugStream function in the
stack;
but in release version,it is disappeared
Original comment by guangang...@gmail.com
on 31 Jan 2013 at 5:04
Oh, huh, I managed to miss that:
http://code.google.com/p/google-breakpad/source/browse/trunk/src/client/linux/mi
nidump_writer/minidump_writer.cc#1147
That should be easy to fix.
Original comment by meag...@gmail.com
on 31 Jan 2013 at 1:01
I have a patch:
http://breakpad.appspot.com/523002
Original comment by ted.mielczarek
on 31 Jan 2013 at 2:58
Fixed in r1107, thanks for the bug report!
Original comment by ted.mielczarek
on 31 Jan 2013 at 4:17
OK, Thanks for your fixed. I update and try it!
Original comment by a2903...@gmail.com
on 31 Jan 2013 at 4:36
Original issue reported on code.google.com by
a2903...@gmail.com
on 8 Jan 2013 at 12:05