Closed GoogleCodeExporter closed 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:
Combine all the changes into one patch.
Original comment by alfred.p...@gmail.com
on 10 Dec 2007 at 1:18
Attachments:
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:
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:
I checked in the v9 patch at revision 250.
Original comment by ted.mielczarek
on 18 Mar 2008 at 4:10
Original issue reported on code.google.com by
alfred.p...@gmail.com
on 28 Oct 2007 at 7:17Attachments: