| From: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
|---|---|
| To: | Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: seawasp failing, maybe in glibc allocator |
| Date: | 2021-05-10 10:52:24 |
| Message-ID: | CA+hUKGJgC9T_fY_65jDfn3bG-z8xQMyccg8C=jG1Py_pWZ9BBA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Mon, May 10, 2021 at 9:30 PM Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr> wrote:
> I forced-removed apport (which meant removing xserver-xorg). Let's see
> whether the reports are better or whether I break something.
And of course this time it succeeded :-)
Just by the way, I noticed it takes ~40 minutes to compile. Is there
a reason you don't install ccache and set eg CC="ccache
/path/to/clang", CXX="ccache /path/to/clang++", CLANG="ccache
/path/to/clang"? That doesn't seem to conflict with your goal of
testing LLVM/Clang's main branch, because ccache checks the compiler's
mtime as part of its cache invalidation strategy.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dagfinn Ilmari Mannsåker | 2021-05-10 11:16:12 | Re: Why do we have perl and sed versions of Gen_dummy_probes? |
| Previous Message | Dilip Kumar | 2021-05-10 10:43:53 | Re: [Proposal] Global temporary tables |