Closed GoogleCodeExporter closed 9 years ago
Changing line 312 from
static void SignalHandler(int signum, siginfo_t *si, void *data) {
to
static void SignalHandler(int signum, siginfo *si, void *data) {
seems to fix the problem
Original comment by rgg...@gmail.com
on 7 Jul 2012 at 7:06
Indeed. Successfully compiled it with that change; no issues so far. Thanks for
the hint.
Original comment by andreas....@gmail.com
on 7 Jul 2012 at 4:39
For Arch's Chromium package I replaced 'struct siginfo' with siginfo_t in
third_party/tcmalloc/chromium/src/base/linux_syscall_support.h. (Similarly to
http://patchwork.ozlabs.org/patch/169170/)
Patch attached.
Original comment by evange...@foutrelis.com
on 12 Jul 2012 at 1:50
Attachments:
Any update on this?
Original comment by pipping....@gmail.com
on 10 Sep 2012 at 5:21
Original comment by chapp...@gmail.com
on 3 Nov 2012 at 4:57
r176 | chappedm@gmail.com | 2012-11-04 13:24:46 -0500 (Sun, 04 Nov 2012) | 2
lines
issue-444: Fix for invalid conversion build error in signal handler code
Original comment by chapp...@gmail.com
on 4 Nov 2012 at 6:25
new version for patch
Original comment by madein272766
on 23 Dec 2012 at 8:32
Attachments:
Isn't this the same patch that was previously submitted?
Original comment by chapp...@gmail.com
on 23 Dec 2012 at 8:37
pardus chromium previous patch the operating system 'not fit. (google translete
with)
Original comment by madein272766
on 23 Dec 2012 at 8:49
Issue 485 has been merged into this issue.
Original comment by chapp...@gmail.com
on 11 Mar 2013 at 11:33
Original issue reported on code.google.com by
andreas....@gmail.com
on 5 Jul 2012 at 9:20