linux - Handling crash dumps from Firefox and Google Chrome -


i'm developing cross-platform npapi+xpcom extension firefox , google chrome (windows, linux , mac). wondering if enlighten me on best practices of handling component crashes.

as understand it, mozilla's crash reporter submits mini-dumps , crash reports created mozilla dev. experimented blocking sigsev firefox , creating own core in plugin code. although works fine, i'm sure i'm not supposed that.

and google chrome doesn't seem create core dumps! suggestions?

the firefox crash report database publicly searchable, don't have own handling. if ask nicely (i.e. prove you're plugin author) i'm sure they'll give minidumps plugin's crashes.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -