On Sun, Jul 04, 2010 at 11:15:16PM -0400, Larry Hall (Cygwin) wrote: >On 7/4/2010 3:20 AM, Alex Leigh wrote: >> On Sun, Jul 4, 2010 at 1:07 AM, Larry Hall (Cygwin) wrote: >>> On 7/4/2010 1:01 AM, Alex Leigh wrote: >>>> I've been getting some STATUS_ACCESS_VIOLATION errors when running >>>> bash and some xwin programs, and after some searching I'm trying to >>>> run rebaseall to see if that would fix the problem. However, when >>>> running rebaseall from ash, I get the following error: "ReBaseImage >>>> (/usr/bin/cygcrypt-0.dll) failed with last error = 6". Searching >>>> around it seems error code 6 comes from the DLL being in use. However >>>> I made sure to close all running cygwin programs, and I went through >>>> each of my running programs to see if any of them loads that >>>> particular DLL, which none of them do. Could there be anything else >>>> that would cause rebaseall to fail on that particular DLL? Thanks. >>>> I've attached an output from cygcheck. >>> >>> Make sure you stopped all services and then reboot. >> >> I rebooted, then shut down all non-essential programs and services, >> and still get the same error. This is baffling...is there anything >> else that could cause this error? > >Something has that DLL open/locked. I suppose it doesn't have to be >Cygwin but I wouldn't know what that would be. Any rogue cygwin1.dlls >on your system. > >To be sure you've excluded all things Cygwin from this install, do a >'cygrunsrv --list' followed by a 'cygrunsrv --stop <service_name>' >where <service_name> is any service you see listed by the previous >command.
Actually, you might be able to get away with something like this from the DOS prompt. c: cd \cygwin\bin ren cygcrypt-0.dll cygcrypt-0.dll.hmm copy cygcrypt-0.dll.hmm cygcrypt-0.dll <run rebaseall> If you can do the rename but not the copy then reinstalling (via setup.exe's Reinstall option) cygcrypt-0.dll from the crypt package might work. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple