jsiicckk / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

MinidumpCallback API breakage #496

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
r1007 changed Linux's MinidumpCallback signature while it could have been 
preserved. This broke applications using the old one and even made its 
signature different from the same callback for the mac client.

What version of the product are you using? On what operating system?

Linux, r1042.

Please provide any additional information below.

I suggest restoring the old signature and implementing it in terms of the new 
one.

Original issue reported on code.google.com by davi.arn...@gmail.com on 18 Sep 2012 at 2:16

GoogleCodeExporter commented 9 years ago
I've gotten pretty frustrated with the cross-platform API drift myself. 
Mozilla's code that wraps Breakpad is a mess of #ifdefs. I would like to try to 
move the platform implementations closer to in-sync at some point.

Original comment by ted.mielczarek on 18 Sep 2012 at 3:42