X-Spam-Check-By: sourceware.org Message-ID: <44147495.6000805@cygwin.com> Date: Sun, 12 Mar 2006 14:20:53 -0500 From: "Larry Hall (Cygwin)" Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051223 Fedora/1.5-0.2.fc4.remi Thunderbird/1.5 Mnenhy/0.7.3.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Shared memory error cygwin1.dll References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com martyandkaren carrahar wrote: > Hi, > > I have a very limited knowledge of computers, so I would appreciate some > help if you can. I have traced a shared memory error to the > "cygwin1.dll" file, and I am trying to delete it to resolve the issue. > However, when I attempt to delete the older version of the file on my > system, it say access denied. > Can you please tell me how to find which application is using > cygwin1.dll, or how to delete it. This kind of question is actually off-topic for this list. Since the problem is caused by a 3PP , in this case ffmpeg, you need to ask them how to resolve this issue. A single Cygwin installation via 'setup.exe' would not cause this situation. However, generally speaking these situations are caused by the third- party copy of the Cygwin DLL and usually this copy is placed in the same directory as the app or in the Windows system directory. The main reasons why one is not be able to delete the file is that it is either in use or you don't have permissions to do so. For the former, exit ffmpeg and all related apps. You may also need to exit all Cygwin apps and services (if you didn't start any Cygwin services and/or don't know what they are, you can safely ignore this part). For the latter, see if you're the owner of the DLL file. If not, take ownership through the Windows GUI permissions tab on the DLL. If all else fails, you should be able to uninstall the third party app and have it toss the offending file in the process. But it shouldn't need to come to this. Hopefully this gives you some good info to resolve the problem or to use to follow-up with the FFmpeg folks. Feel free to remind them or inform them that we generally frown on third party installations that don't play well with offical Cygwin installations. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/