Comment 100 for bug 727064

Revision history for this message
In , mglantz (mglantz-redhat-bugs) wrote :

(In reply to comment #52)
> Try giving it the whole absolute pathname.
That was it :-) Works great for me. Thanks Linus!

So, here's how to bypass the bug (without downgrading glibc), using Google Chrome.

Follow the instructions in comment #38 except for the last intruction, replace:
prompt$ LD_PRELOAD mymemcpy.so /opt/google/chrome/google-chrome &
with
prompt$ LD_PRELOAD=$(pwd)/mymemcpy.so /opt/google/chrome/google-chrome &