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

"Latest Build" link broken #2075

Closed
sdconsta opened this issue Feb 11, 2018 · 4 comments
Closed

"Latest Build" link broken #2075

sdconsta opened this issue Feb 11, 2018 · 4 comments

Comments

@sdconsta
Copy link

On this page: https://github.com/DynamoRIO/drmemory/wiki/Latest-Build
the http://build.chromium.org/p/client.drmemory/builds/
is giving a 404.

@derekbruening
Copy link
Contributor

Duplicate of #2062

@derekbruening derekbruening marked this as a duplicate of #2062 Feb 11, 2018
@sdconsta
Copy link
Author

So if I need a trunk build for Wndows (e.g. to address DynamoRIO #2666), is the only solution for me to build the trunk from sources?

@derekbruening
Copy link
Contributor

There are now weekly "cronbuilds" at https://github.com/DynamoRIO/drmemory/releases

@sdconsta
Copy link
Author

sdconsta commented Mar 13, 2018

Question: I have a Dynamo client which also uses the Dr. Fuzz extension. I downloaded the DynamoRIO and Dr. Memory weekly release builds and pointed my client to both of them (by including them as CMake modules, as I had done before with the 7.0.0-RC1 release). Now my client is giving the error:

Unable to load client library: drfuzz.dll
  Cannot find library.

which I was not getting before with the 7.0.0-RC1 installation.

Any pointers?

UPDATE: I tried using

DynamoRIO_add_rel_rpaths(myclient drfuzz)

and this fixed the issue on Linux, but not on Windows.

UPDATE 2: I was able to get this to work on Windows by using

set (DynamoRIO_RPATH ON)

and building RelWithDebInfo instead of Release.

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

2 participants