gecko-dev/modules/libjar
Michal Novotny 844eb9e10d Bug 1583735 - Find out why accessing mmaped JAR file generates SIGBUS, r=gcp,aklotz
When we have nsZipHandle available (which is the case of crashes from bugs 1550815, 1564444 and 1564921), we send following information in the crash report:
 - file name
 - current file size
 - buffer address
 - buffer length
 - address that generated SIGBUS

Differential Revision: https://phabricator.services.mozilla.com/D48847

--HG--
extra : moz-landing-system : lando
2019-10-23 19:06:55 +00:00
..
test Bug 1583735 - Find out why accessing mmaped JAR file generates SIGBUS, r=gcp,aklotz 2019-10-23 19:06:55 +00:00
zipwriter Bug 1584005 - P2 fix tests with wrong parameter to ZipWriter r=michal 2019-10-07 18:29:15 +00:00
appnote.txt
components.conf
MmapFaultHandler.cpp Bug 1583735 - Find out why accessing mmaped JAR file generates SIGBUS, r=gcp,aklotz 2019-10-23 19:06:55 +00:00
MmapFaultHandler.h Bug 1583735 - Find out why accessing mmaped JAR file generates SIGBUS, r=gcp,aklotz 2019-10-23 19:06:55 +00:00
moz.build Bug 1550815 - Handle SIGBUS error when accessing mmapped file, r=aklotz,haik 2019-10-10 14:07:06 +00:00
nsIJARChannel.idl
nsIJARURI.idl Bug 1530685 - Part 1: Remove unused nsIJARURI::cloneWithJARFile() method; r=valentin 2019-02-26 15:28:18 +00:00
nsIZipReader.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsJAR.cpp
nsJAR.h
nsJARChannel.cpp Bug 1547108 - Remove warnings where we expect failures in nsJARChannel. r=mayhemer 2019-08-29 16:38:34 +00:00
nsJARChannel.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsJARInputStream.cpp Bug 1550815 - Handle SIGBUS error when accessing mmapped file, r=aklotz,haik 2019-10-10 14:07:06 +00:00
nsJARInputStream.h
nsJARProtocolHandler.cpp Bug 1536744 - Remove nsIProtocolHandler.newURI r=baku 2019-05-28 13:49:27 +00:00
nsJARProtocolHandler.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsJARURI.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsJARURI.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsZipArchive.cpp Bug 1550815 - Handle SIGBUS error when accessing mmapped file, r=aklotz,haik 2019-10-10 14:07:06 +00:00
nsZipArchive.h Bug 1550815 - Handle SIGBUS error when accessing mmapped file, r=aklotz,haik 2019-10-10 14:07:06 +00:00
zipstruct.h