Page MenuHomePhabricator

fjricci (Francis Ricci)
User

Projects

User does not belong to any projects.

User Details

User Since
Dec 4 2015, 11:34 AM (381 w, 1 d)

Recent Activity

Jul 8 2022

fjricci resigned from D129385: [lsan][Darwin] Scan libdispatch and Foundation memory regions.

Hey sorry, it’s been several years since I’ve done anything LLVM-related, I don’t think I’m still the right reviewer for this code.

Jul 8 2022, 10:52 AM · Restricted Project, Restricted Project

Sep 23 2019

fjricci added a comment to D67908: [tblgen] Disable Leak detection for ASan/GCC and LSan/LLVM.

Ah okay, that makes sense

Sep 23 2019, 5:28 AM · Restricted Project
fjricci accepted D67908: [tblgen] Disable Leak detection for ASan/GCC and LSan/LLVM.

Interesting - I had tried to add has_feature for lsan to clang in the past and couldn’t get the change accepted. Nice to see it works now :)

Sep 23 2019, 5:06 AM · Restricted Project

Sep 12 2019

fjricci committed rL371740: Request commit access for fjricci.
Request commit access for fjricci
Sep 12 2019, 7:29 AM

Aug 9 2019

fjricci abandoned D44041: Only replace object file sections when non-empty.

Didn’t realize I still had open revisions, haven’t worked on lldb in quite some time

Aug 9 2019, 4:24 AM

Nov 13 2018

fjricci added a comment to D54484: [lsan] [NFC] Change ARRAY_SIZE to internal_strnlen.

I think that should be fine?

Nov 13 2018, 2:19 PM
fjricci accepted D54484: [lsan] [NFC] Change ARRAY_SIZE to internal_strnlen.

lgtm - thanks!

Nov 13 2018, 11:49 AM

Aug 23 2018

fjricci accepted D51119: [sanitizer] Don't call task_for_pid(mach_task_self). NFC..
Aug 23 2018, 5:20 AM · Restricted Project

Mar 29 2018

fjricci abandoned D41909: Fix deadlock in dwarf logging.

I'm not going to get to this

Mar 29 2018, 7:56 AM
fjricci abandoned D22294: Add functionality for rewriting symbols.
Mar 29 2018, 7:56 AM

Mar 2 2018

fjricci committed rL326630: [llvm-symbolizer] Use correct path when resolving .gnu_debuglink in .debug.
[llvm-symbolizer] Use correct path when resolving .gnu_debuglink in .debug
Mar 2 2018, 3:00 PM
fjricci closed D44025: [llvm-symbolizer] Use correct path when resolving .gnu_debuglink in .debug.
Mar 2 2018, 3:00 PM
fjricci created D44042: Ensure that trailing characters aren't included in PECOFF section names.
Mar 2 2018, 12:46 PM
fjricci created D44041: Only replace object file sections when non-empty.
Mar 2 2018, 12:34 PM
fjricci created D44025: [llvm-symbolizer] Use correct path when resolving .gnu_debuglink in .debug.
Mar 2 2018, 9:14 AM

Feb 24 2018

fjricci added inline comments to D43318: [asan] Be more careful and verbose when allocating dynamic shadow memory.
Feb 24 2018, 8:40 AM · Restricted Project

Jan 23 2018

fjricci committed rCRT323249: [ubsan] Add preinit initializer for ubsan.
[ubsan] Add preinit initializer for ubsan
Jan 23 2018, 11:56 AM
fjricci committed rL323249: [ubsan] Add preinit initializer for ubsan.
[ubsan] Add preinit initializer for ubsan
Jan 23 2018, 11:56 AM
fjricci closed D42389: [ubsan] Add preinit initializer for ubsan.
Jan 23 2018, 11:56 AM

Jan 22 2018

fjricci updated the diff for D42389: [ubsan] Add preinit initializer for ubsan.

+static

Jan 22 2018, 4:14 PM
fjricci added inline comments to D42389: [ubsan] Add preinit initializer for ubsan.
Jan 22 2018, 4:11 PM
fjricci updated the diff for D42389: [ubsan] Add preinit initializer for ubsan.

Don't use getenv when using the preinit array

Jan 22 2018, 2:59 PM
fjricci added a comment to D42389: [ubsan] Add preinit initializer for ubsan.

No, we need it to support configuring the runtime using setenv for the reasons described in the review of D39827.

Jan 22 2018, 1:17 PM
fjricci updated the diff for D42389: [ubsan] Add preinit initializer for ubsan.

incorporate D39827

Jan 22 2018, 12:36 PM
fjricci added a comment to D42389: [ubsan] Add preinit initializer for ubsan.

Great, thanks, I'll pull stuff in from that patch.

Jan 22 2018, 12:17 PM
fjricci updated the diff for D42389: [ubsan] Add preinit initializer for ubsan.

Remove extra whitespace

Jan 22 2018, 11:48 AM
fjricci created D42389: [ubsan] Add preinit initializer for ubsan.
Jan 22 2018, 11:48 AM

Jan 13 2018

fjricci added a comment to D39888: [Sanitizers, LSan, Darwin] Allow for lack of VM_MEMORY_OS_ALLOC_ONCE.
Jan 13 2018, 6:45 AM · Restricted Project
fjricci committed rCRT322437: [Sanitizers, LSan, Darwin] Allow for lack of VM_MEMORY_OS_ALLOC_ONCE.
[Sanitizers, LSan, Darwin] Allow for lack of VM_MEMORY_OS_ALLOC_ONCE
Jan 13 2018, 6:45 AM
fjricci committed rL322437: [Sanitizers, LSan, Darwin] Allow for lack of VM_MEMORY_OS_ALLOC_ONCE.
[Sanitizers, LSan, Darwin] Allow for lack of VM_MEMORY_OS_ALLOC_ONCE
Jan 13 2018, 6:45 AM
fjricci closed D39888: [Sanitizers, LSan, Darwin] Allow for lack of VM_MEMORY_OS_ALLOC_ONCE.
Jan 13 2018, 6:45 AM · Restricted Project
fjricci added a comment to D39888: [Sanitizers, LSan, Darwin] Allow for lack of VM_MEMORY_OS_ALLOC_ONCE.

Will do.

Jan 13 2018, 6:41 AM · Restricted Project

Jan 12 2018

fjricci accepted D39888: [Sanitizers, LSan, Darwin] Allow for lack of VM_MEMORY_OS_ALLOC_ONCE.

lgtm

Jan 12 2018, 9:04 AM · Restricted Project

Jan 11 2018

fjricci added a comment to D41909: Fix deadlock in dwarf logging.

SymbolVendor::FindFunctions will lazily parse functions from the debug info and populate things inside the module, so the lock is required.

Jan 11 2018, 1:55 PM
fjricci planned changes to D41909: Fix deadlock in dwarf logging.
Jan 11 2018, 7:42 AM
fjricci added a comment to D41909: Fix deadlock in dwarf logging.

I think a better option would be to remove that lock and if it is needed then lock it just for the calls where it necessary. The fact that SymbolVendor locks a mutex inside a Module feels like a pretty bad layering violation for me what can cause many other deadlocks so it would be nice to fix that instead of hacking it around here.

Jan 11 2018, 7:42 AM

Jan 10 2018

fjricci added a comment to D41909: Fix deadlock in dwarf logging.

It's definitely possible to re-design the lock holding in such a way that we can keep this locked, but I don't want to go through all the work to do that if there isn't any added value to doing so.

Jan 10 2018, 9:55 AM
fjricci added a comment to D41909: Fix deadlock in dwarf logging.

Actually I don't think even that is racy, because we just get a pointer to the const char *, which is immutable anyway.

Jan 10 2018, 9:54 AM
fjricci added a comment to D41909: Fix deadlock in dwarf logging.

I guess the question is whether we expect that someone will do something like change the module's filepath while we're printing a log message with that filepath in it.

Jan 10 2018, 9:53 AM
fjricci updated the summary of D41909: Fix deadlock in dwarf logging.
Jan 10 2018, 9:31 AM
fjricci created D41909: Fix deadlock in dwarf logging.
Jan 10 2018, 9:29 AM

Jan 9 2018

fjricci added a comment to D39888: [Sanitizers, LSan, Darwin] Allow for lack of VM_MEMORY_OS_ALLOC_ONCE.

I think it would be preferable to define this as a separate constant (perhaps kSanitizerVmMemoryOsAllocOnce, like @kubamracek suggested), which is set to VM_MEMORY_OS_ALLOC_ONCE if defined, and some other value (that 73 perhaps?) otherwise. Makes it clear that the constant used by the code isn't necessarily the same as the one set by the system.

Jan 9 2018, 9:25 AM · Restricted Project

Jan 8 2018

fjricci abandoned D41402: [cmake] Fix DESTDIR support in compiler-rt build.

Abandoning in favor of D41706

Jan 8 2018, 1:51 PM

Jan 2 2018

fjricci added a comment to D41673: [CMake] Install resource files into a share/ directory.

Verified that this fixes my DESTDIR build of standalone compiler-rt.

Jan 2 2018, 11:52 AM
fjricci added a comment to D41402: [cmake] Fix DESTDIR support in compiler-rt build.

That patch fixes our build for me.

Jan 2 2018, 11:52 AM
fjricci added a comment to D41402: [cmake] Fix DESTDIR support in compiler-rt build.

Yeah, if I try to use an empty CMAKE_INSTALL_PATH for compiler-rt, I end up with:

Jan 2 2018, 11:15 AM
fjricci added a comment to D41402: [cmake] Fix DESTDIR support in compiler-rt build.

ping (particularly looking for input from @beanz)

Jan 2 2018, 9:54 AM

Dec 19 2017

fjricci updated the summary of D41402: [cmake] Fix DESTDIR support in compiler-rt build.
Dec 19 2017, 10:25 AM
fjricci created D41402: [cmake] Fix DESTDIR support in compiler-rt build.
Dec 19 2017, 10:08 AM

Nov 30 2017

fjricci accepted D40672: [lit] Don't enable LSan on darwin for clang 900.

Thanks!

Nov 30 2017, 2:13 PM

Nov 29 2017

fjricci accepted D39991: [sanitizer] Add 'strip_env' flag to enable/disable removing sanitizer dylib from DYLD_INSERT_LIBRARIES.

Seems fine to me, and since nobody else has had any issue with it, I'll accept.

Nov 29 2017, 12:18 PM · Restricted Project
fjricci added inline comments to D40587: [lldb] Minor fixes in TaskPool.
Nov 29 2017, 5:49 AM

Nov 16 2017

fjricci accepted D40143: [sanitizer] Refactor how assembly files are handled.

Lgtm

Nov 16 2017, 11:41 AM · Restricted Project

Nov 15 2017

fjricci committed rL318336: Fix some typos in a comment..
Fix some typos in a comment.
Nov 15 2017, 1:19 PM
fjricci accepted D40052: [asan] Allow getpwnam(NULL) for binary compatibily.
Nov 15 2017, 1:14 PM · Restricted Project
fjricci accepted D40053: [asan] Don't crash on fclose(NULL).
Nov 15 2017, 1:14 PM · Restricted Project

Nov 14 2017

fjricci accepted D39987: [compiler-rt] Switch from deprecated TARGET_IPHONE_SIMULATOR to TARGET_OS_SIMULATOR.
Nov 14 2017, 7:57 AM · Restricted Project

Nov 10 2017

fjricci added a comment to D39888: [Sanitizers, LSan, Darwin] Allow for lack of VM_MEMORY_OS_ALLOC_ONCE.

An alternative could be to just disable the build of LSan on OS X < 10.9 (or even 10.11)

Nov 10 2017, 7:40 AM · Restricted Project
fjricci requested changes to D39888: [Sanitizers, LSan, Darwin] Allow for lack of VM_MEMORY_OS_ALLOC_ONCE.

Because macOS changes quite a bit from version to version, we (or at least I) don't have strong plans to support LSan outside of 10.11+. Not sure what darwin used to store singleton kernel allocations before this page was introduced, but I assume that just not handling those allocations will lead to a ton of false positives. I'm inclined to let this fail on old versions unless there's someone willing to do the work to make sure they're properly supported. cc @kubamracek

Nov 10 2017, 7:38 AM · Restricted Project

Nov 9 2017

fjricci accepted D39861: [compiler-rt] Fix const and volatile qualifier warnings.

lgtm

Nov 9 2017, 4:03 PM · Restricted Project

Oct 23 2017

fjricci added a comment to D27607: [ubsan] Treat ObjC's BOOL as if its range is always {0, 1}.

Awesome, good to know. Thanks!

Oct 23 2017, 11:52 AM
fjricci added inline comments to D39151: [tsan] Fix warnings in tsan_interceptors.cc from expansion of variadic macros.
Oct 23 2017, 10:12 AM
fjricci added inline comments to D39151: [tsan] Fix warnings in tsan_interceptors.cc from expansion of variadic macros.
Oct 23 2017, 8:16 AM

Oct 21 2017

fjricci added reviewers for D39151: [tsan] Fix warnings in tsan_interceptors.cc from expansion of variadic macros: kubamracek, alekseyshl.
Oct 21 2017, 8:16 AM

Oct 19 2017

fjricci added a comment to D27607: [ubsan] Treat ObjC's BOOL as if its range is always {0, 1}.

On platforms where BOOL == signed char, is it actually undefined behavior (or is it just bad programming practice) to store a value other than 0 or 1 in your BOOL? I can't find any language specs suggesting that it is, and given that it's just a typedef for a signed char, I don't see why it would be.

Oct 19 2017, 5:42 PM

Oct 16 2017

fjricci added a comment to D38699: [llvm-objdump] Disable leak checking on an llvm-objdump test.

(for posterity, the build is not failing anymore with this patch committed)

Oct 16 2017, 6:55 PM
fjricci added a comment to D38699: [llvm-objdump] Disable leak checking on an llvm-objdump test.

Failing build: http://green.lab.llvm.org/green/job/clang-stage2-cmake-RgSan/5341/

Oct 16 2017, 6:54 PM

Oct 10 2017

fjricci committed rL315338: [lit] Add host_cxx to lit config.
[lit] Add host_cxx to lit config
Oct 10 2017, 10:54 AM
fjricci closed D38741: [lit] Add host_cxx to lit config by committing rL315338: [lit] Add host_cxx to lit config.
Oct 10 2017, 10:54 AM
fjricci committed rL315337: [llvm-objdump] Disable leak checking on an llvm-objdump test.
[llvm-objdump] Disable leak checking on an llvm-objdump test
Oct 10 2017, 10:51 AM
fjricci closed D38699: [llvm-objdump] Disable leak checking on an llvm-objdump test by committing rL315337: [llvm-objdump] Disable leak checking on an llvm-objdump test.
Oct 10 2017, 10:51 AM
fjricci added a comment to D38703: [lit] Only enable LSan on darwin when clang supports it.

@qcolombet - Can you keep an eye on the internal apple builders and let me know if this doesn't fix them? I'll be out of the town the rest of the week though, so I probably won't be able to do much until Monday.

Oct 10 2017, 10:30 AM
fjricci committed rL315333: [lit] Only enable LSan on darwin when clang supports it.
[lit] Only enable LSan on darwin when clang supports it
Oct 10 2017, 10:21 AM
fjricci closed D38703: [lit] Only enable LSan on darwin when clang supports it by committing rL315333: [lit] Only enable LSan on darwin when clang supports it.
Oct 10 2017, 10:21 AM
fjricci updated the diff for D38703: [lit] Only enable LSan on darwin when clang supports it.

Improve warning messages

Oct 10 2017, 10:10 AM
fjricci added a comment to D38741: [lit] Add host_cxx to lit config.

Used here: https://reviews.llvm.org/D38703

Oct 10 2017, 9:58 AM
fjricci added a reviewer for D38741: [lit] Add host_cxx to lit config: ddunbar.
Oct 10 2017, 9:20 AM
fjricci added a comment to D38703: [lit] Only enable LSan on darwin when clang supports it.

Clang change here: reviews.llvm.org/D38741

Oct 10 2017, 9:19 AM
fjricci created D38741: [lit] Add host_cxx to lit config.
Oct 10 2017, 9:19 AM
fjricci updated the diff for D38703: [lit] Only enable LSan on darwin when clang supports it.

Add warnings

Oct 10 2017, 9:16 AM
fjricci added a comment to D38699: [llvm-objdump] Disable leak checking on an llvm-objdump test.

I'm going to be on vacation starting tomorrow (oct 11), and this seems like a pretty unoffensive change to me, so if I don't hear anything positive or negative by the end of the day, I'll commit this to fix the green bootstrapped builders.

Oct 10 2017, 9:01 AM
fjricci added a comment to D38703: [lit] Only enable LSan on darwin when clang supports it.

I'll upload the clang host_cxx patch shortly, but this shouldn't be blocked on that (since it handles the undefined case).

Oct 10 2017, 8:58 AM
fjricci updated the diff for D38703: [lit] Only enable LSan on darwin when clang supports it.

Address comments

Oct 10 2017, 8:57 AM
fjricci added a reviewer for D38699: [llvm-objdump] Disable leak checking on an llvm-objdump test: enderby.
Oct 10 2017, 7:21 AM
fjricci added a comment to D38699: [llvm-objdump] Disable leak checking on an llvm-objdump test.

Fairly certain that if this is 10.11-specific, it's either a leak in libxar, or a bug in LeakSanitizer. It doesn't appear to be a leak in objdump itself (particularly when looking at the stack, which has a dispatch_once call in it)

Oct 10 2017, 7:20 AM

Oct 9 2017

fjricci added inline comments to D38703: [lit] Only enable LSan on darwin when clang supports it.
Oct 9 2017, 3:40 PM
fjricci added inline comments to D38703: [lit] Only enable LSan on darwin when clang supports it.
Oct 9 2017, 3:38 PM
fjricci added inline comments to D38703: [lit] Only enable LSan on darwin when clang supports it.
Oct 9 2017, 2:59 PM
fjricci added inline comments to D38703: [lit] Only enable LSan on darwin when clang supports it.
Oct 9 2017, 2:52 PM
fjricci added inline comments to D38598: [llvm-objdump] Add RAII for xar apis.
Oct 9 2017, 1:29 PM
fjricci committed rL315243: [llvm-objdump] Use initializer list for scoped xar api constructors.
[llvm-objdump] Use initializer list for scoped xar api constructors
Oct 9 2017, 1:29 PM
fjricci updated the diff for D38703: [lit] Only enable LSan on darwin when clang supports it.

Fix a couple python issues

Oct 9 2017, 1:20 PM
fjricci planned changes to D38703: [lit] Only enable LSan on darwin when clang supports it.

Fixing a couple issues.

Oct 9 2017, 1:16 PM
fjricci created D38703: [lit] Only enable LSan on darwin when clang supports it.
Oct 9 2017, 1:07 PM
fjricci added a comment to D38699: [llvm-objdump] Disable leak checking on an llvm-objdump test.

I got this failure to reproduce locally on my macOS 10.11 VM, but it's probably still worth disabling the leak checking on this test to fix the buildbots until I can diagnose the issue.

Oct 9 2017, 12:32 PM
fjricci created D38699: [llvm-objdump] Disable leak checking on an llvm-objdump test.
Oct 9 2017, 11:34 AM
fjricci committed rL315218: [dsymutil] Emit valid debug locations when no symbol flags are set.
[dsymutil] Emit valid debug locations when no symbol flags are set
Oct 9 2017, 10:29 AM
fjricci closed D38587: [dsymutil] Emit valid debug locations when no symbol flags are set by committing rL315218: [dsymutil] Emit valid debug locations when no symbol flags are set.
Oct 9 2017, 10:29 AM
fjricci added a comment to D38587: [dsymutil] Emit valid debug locations when no symbol flags are set.

Oh interesting. I tried using PWD=/, but I didn't try actually cd-ing into that directory. I'll try that - thanks!

Oct 9 2017, 9:29 AM
fjricci accepted D38686: [dsymutil] Timestmap verification for __swift_ast.

Looks good to me

Oct 9 2017, 7:41 AM