Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 14.04: Invalid conversion in linuxthreads.cc breaks build #650

Closed
alk opened this issue Aug 23, 2015 · 2 comments
Closed

Ubuntu 14.04: Invalid conversion in linuxthreads.cc breaks build #650

alk opened this issue Aug 23, 2015 · 2 comments

Comments

@alk
Copy link
Contributor

alk commented Aug 23, 2015

Originally reported on Google Code with ID 647

What is the expected output? What do you see instead?

Error during compile:

error: invalid conversion from ‘void (*)(int, siginfo_t*, void*)’ to ‘void (*)(int,
int*, void*)’

What version of the product are you using? On what operating system?

Using gperftools 2.0 on Ubuntu 14.04 (error occurs on Ubuntu 14.04, also using Ubuntu
10.04 & 12.04, Debian 6 & 7, RHEL 5 & 6, and SLES 11).

Please provide any additional information below.

This is very similar to issue # 444. That problem was solved with s/siginfo_t/siginfo/,
but this appears to be solved with s/siginfo_t/int/. Making that change appears to
compile correctly on all the operating systems mentioned above.

Reported by sean@cloudera.com on 2014-08-25 18:11:32

@alk
Copy link
Contributor Author

alk commented Aug 23, 2015

This is fixed in 2.1 and subsequent releases.

Reported by alkondratenko on 2014-08-25 18:50:55

  • Status changed: Fixed

@alk
Copy link
Contributor Author

alk commented Aug 23, 2015

Changed resolution to cannot reproduce. Please ensure that you try compilation of new
release.

Reported by alkondratenko on 2014-08-25 18:51:47

  • Status changed: CannotReproduce

@alk alk closed this as completed Aug 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant