On 1/23/19 11:23 PM, Joel Rosdahl wrote:
On Tue, 22 Jan 2019 at 10:36, Robert Yang via ccache
<ccache@lists.samba.org> wrote:
Fixed:
$ export CCACHE_DEBUG=1
$ ccache gcc -c hello.c -o /dev/null

Segmentation fault (core dumped)

This is because failed to open /dev/null.foo (Permission denied), check file
stream before write to it can fix the problem.

Thanks, applied on master.

On a side note, I had to edit the author information before applying your
patches via "git am" since the mails were sent from "Robert Yang via ccache
<ccache@lists.samba.org>". I don't know why that happened in your case.

Thank you very much, I don't know what happened, I will use github next time.

// Robert

Regardless, I prefer patches via GitHub pull requests nowadays if possible. I
have updated
https://github.com/ccache/ccache/blob/master/CONTRIBUTING.md#contributing-code
accordingly.

-- Joel


_______________________________________________
ccache mailing list
ccache@lists.samba.org
https://lists.samba.org/mailman/listinfo/ccache

Reply via email to