mchbani / google-breakpad

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

Fixes for Solaris handler during integration with Firefox #223

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some bug fixes for Solaris hanlder part during the integration with Firefox.

Original issue reported on code.google.com by alfred.p...@gmail.com on 28 Oct 2007 at 7:17

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by alfred.p...@gmail.com on 28 Oct 2007 at 7:18

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by alfred.p...@gmail.com on 18 Nov 2007 at 3:22

Attachments:

GoogleCodeExporter commented 9 years ago
Currently the module names are in the form of 
"fstype:major:minor:inode_number". For
example:
%pwd
/proc/$pid/path
%ls -l ufs.102.0.46931
lrwxrwxrwx   1 alfred   other          0 Dec  2 12:55 ufs.102.0.46931 ->
/usr/lib/firefox/libmozjs.so
This patch gets the real name for the modules.

Original comment by alfred.p...@gmail.com on 2 Dec 2007 at 2:23

Attachments:

GoogleCodeExporter commented 9 years ago
Combine all the changes into one patch.

Original comment by alfred.p...@gmail.com on 10 Dec 2007 at 1:18

Attachments:

GoogleCodeExporter commented 9 years ago
Update the latest patch. Get rid of the unnecessary included header and 
variables.
Also add unistd.h to fix the processor build error on Solaris.

Original comment by alfred.p...@gmail.com on 7 Jan 2008 at 8:24

Attachments:

GoogleCodeExporter commented 9 years ago
Update the patch to include the fix for the useless stack(refer to Mozilla bug
411429) and for SPARC platform. It borrows some code from Linux, such as Ted's 
fix
for issue 182. The signal handler will still be in a separated thread. 

Original comment by alfred.p...@gmail.com on 3 Feb 2008 at 12:15

Attachments:

GoogleCodeExporter commented 9 years ago
I checked in the v9 patch at revision 250.

Original comment by ted.mielczarek on 18 Mar 2008 at 4:10