-
Mozilla Corporation
- Amsterdam, Netherlands
- https://setphaserstostun.org
- @gabrielesvelto
Block or Report
Block or report gabrielesvelto
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
CI20_linux Public
Forked from MIPS/CI20_linux
Linux kernel source tree with MIPS Creator CI20 (JZ4780 based) board patches/development for upstreaming
C 2
-
gaia Public
Forked from mozilla-b2g/gaia
Gaia is a HTML5-based Phone UI for the Boot 2 Gecko Project
JavaScript 1
-
-
B2G Public
Forked from mozilla-b2g/B2G
Boot to Gecko aims to create a complete, standalone operating system for the open web.
-
platform_prebuilt Public
Forked from mozilla-b2g/platform_prebuilt
Fork to enable local modifications
C 1
441 contributions in the last year
Contribution activity
January 2023
Created 21 commits in 4 repositories
Created a pull request in rust-minidump/rust-minidump that received 8 comments
If we can't find a symbol for the top frame let's try again by substracting one from the instruction address.
This fixup addresses an issue we've found in the wild in Firefox crashes. Fixes issue #780.
Opened 7 other pull requests in 2 repositories
mozilla-services/socorro
4
merged
1
open
1
closed
- Bug 1811094 - Ignore thread-local storage getters when generating the crash signature
- Bug 1810971 - Ignore several inlined functions from the MozPromise class
- Bug 1795651 - Ignore operations on hash tables and maps when generating a crash signature
- Bug 1797130 - Ignore operations on hash tables and maps when generating a crash signature
- Bug 1810519 - Ignore all functions starting with __futex_abstimed_wait
- Bug 1809847 - Add rust enum methods and others to the list of irrelevant functions
mozilla/dump_syms
1
open
Reviewed 10 pull requests in 4 repositories
rust-minidump/rust-minidump
6 pull requests
- Test for bit flips on faulting addresses if they don't map to valid memory.
- Update for new clippy complaints.
- Support reading indirect call addresses and ret addresses from memory.
-
Ignore
std::io::ErrorKind::BrokenPipe
. - Account for calls/jmps to non-canonical addresses.
- Improve the handling of CPU microcode values.
mozilla/dump_syms
2 pull requests
mozilla-services/socorro
1 pull request
rust-minidump/minidump-writer
1 pull request
Created an issue in rust-minidump/rust-minidump that received 12 comments
Deal with off-by-one addresses falling right outside of a symbol
We found crashes in the wild (like this one in WebRTC code) where the crash address in the top frame falls right after the end of a symbol. The res…