Re: 1.5.18-1: issue with cygwin1.dll: "system shared memory version mismatch detected"

2005-12-20 Thread JeDi
--- Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > On Tue, 20 Dec 2005, JeDi wrote: > > > > > I am now able to launch bash properly. > > > > > > > > Worm ? > > > > > > Not sure. services.exe could be a wrapper that > was running some > > > Cygwin program at the time... > > > > Well ProcessExplor

Re: 1.5.18-1: issue with cygwin1.dll: "system shared memory version mismatch detected"

2005-12-20 Thread Igor Pechtchanski
On Tue, 20 Dec 2005, JeDi wrote: > > > I am now able to launch bash properly. > > > > > > Worm ? > > > > Not sure. services.exe could be a wrapper that was running some > > Cygwin program at the time... > > Well ProcessExplorer used to point services.exe on > c:\windows\system\DRIVER, were I coul

Re: 1.5.18-1: issue with cygwin1.dll: "system shared memory version mismatch detected"

2005-12-20 Thread JeDi
> > I am now able to launch bash properly. > > > > Worm ? > > Not sure. services.exe could be a wrapper that was > running some Cygwin > program at the time... Well ProcessExplorer used to point services.exe on c:\windows\system\DRIVER, were I couldn't find any services.exe in the explorer (I ch

Re: 1.5.18-1: issue with cygwin1.dll: "system shared memory version mismatch detected"

2005-12-18 Thread Igor Pechtchanski
Sorry to be getting back so late -- just found this in my Drafts... On Sat, 10 Dec 2005, JeDi wrote: > > > filename. Is there a way to know which dll is loaded in memory and > > > which filename or program it is loaded from ? > > > > Yes, you could try using ProcessExplorer or some other tools (e

Re: 1.5.18-1: issue with cygwin1.dll: "system shared memory version mismatch detected"

2005-12-10 Thread Brian Dessent
Igor Pechtchanski wrote: > Yes, you could try using ProcessExplorer or some other tools (e.g., > "handle") from SysInternals.com (ProcessExplorer can give you a list of > all loaded DLLs, for example). However, I don't think they will let you > search by the shared memory region name... You can

Re: 1.5.18-1: issue with cygwin1.dll: "system shared memory version mismatch detected"

2005-12-10 Thread JeDi
> filename. Is there a way to > > know which dll is loaded in memory and which > filename or program it is > > loaded from ? > > Yes, you could try using ProcessExplorer or some > other tools (e.g., > "handle") from SysInternals.com (ProcessExplorer can > give you a list of > all loaded DLLs, for

Re: 1.5.18-1: issue with cygwin1.dll: "system shared memory version mismatch detected"

2005-12-10 Thread Igor Pechtchanski
On Sat, 10 Dec 2005, JeDi wrote: > > It's irrelevent what the name of the .exe is. As Igor already said, > > even if a third party packages a cygwin1.dll that has simply been > > renamed, it will still have the same shared memory name, so that if > > the two DLLs are ever loaded at the same time

Re: 1.5.18-1: issue with cygwin1.dll: "system shared memory version mismatch detected"

2005-12-10 Thread JeDi
> > Maybe this has been mentioned already but it looks > like these recent > openssh problems may be due to this idiotic site: > > http://sshwindows.sourceforge.net/download/ > > Anyone want to take a stab at getting it taken down? > It hasn't been > updated in more than a year and it is obvio

Re: 1.5.18-1: issue with cygwin1.dll: "system shared memory version mismatch detected"

2005-12-10 Thread JeDi
> > Maybe this has been mentioned already but it looks > like these recent > openssh problems may be due to this idiotic site: > > http://sshwindows.sourceforge.net/download/ > > Anyone want to take a stab at getting it taken down? > It hasn't been > updated in more than a year and it is obvio

Re: 1.5.18-1: issue with cygwin1.dll: "system shared memory version mismatch detected"

2005-12-10 Thread JeDi
> It's irrelevent what the name of the .exe is. As > Igor already said, > even if a third party packages a cygwin1.dll that > has simply been > renamed, it will still have the same shared memory > name, so that if the > two DLLs are ever loaded at the same time they will > clash. This is > exactl

Re: 1.5.18-1: issue with cygwin1.dll: "system shared memory version mismatch detected"

2005-12-10 Thread Christopher Faylor
On Sat, Dec 10, 2005 at 09:20:42AM -0800, Brian Dessent wrote: >JeDi wrote: >>Sure Brian, but bash.exe is present nowhere but in my cygwin\bin >>directory, and bash doesn't work. I agree with you that my computer is >>kind of a mess but I don't think this is the root cause. Actually, >>i've set u

Re: 1.5.18-1: issue with cygwin1.dll: "system shared memory version mismatch detected"

2005-12-10 Thread Brian Dessent
JeDi wrote: > Sure Brian, but bash.exe is present nowhere but in my > cygwin\bin directory, and bash doesn't work. I agree > with you that my computer is kind of a mess but I > don't think this is the root cause. Actually, i've set > up my environment variable with cygwin\bin in the > first positi

Re: 1.5.18-1: issue with cygwin1.dll: "system shared memory version mismatch detected"

2005-12-10 Thread JeDi
--- Brian Dessent <[EMAIL PROTECTED]> wrote: > Found: C:\Program Files\OpenSSH\bin\ls.exe > Found: C:\Program Files\OpenSSH\bin\rm.exe > Found: C:\Program Files\OpenSSH\bin\sh.exe > > That directory contains a bunch of unix like tools > and probably a > foreign, incompatible version of cygwin1.d

Re: 1.5.18-1: issue with cygwin1.dll: "system shared memory version mismatch detected"

2005-12-10 Thread Brian Dessent
JeDi wrote: > Here is the output of 'cygcheck -svr'. I didn't > attached it in the first place because it produce > itself lot of those 'shared memory vesion mismatch'. Found: C:\Program Files\OpenSSH\bin\ls.exe Found: C:\Program Files\OpenSSH\bin\rm.exe Found: C:\Program Files\OpenSSH\bin\sh.exe

Re: 1.5.18-1: issue with cygwin1.dll: "system shared memory version mismatch detected"

2005-12-10 Thread JeDi
> Please read and follow the Cygwin problem reporting > guidelines at > , especially the > part that asks you to > attach (as an uncompressed text attachment) the > output of "cygcheck -svr" > on your system. > Here is the output of 'cygcheck -svr'. I didn't attac

Re: 1.5.18-1: issue with cygwin1.dll: "system shared memory version mismatch detected"

2005-12-10 Thread Igor Pechtchanski
On Sat, 10 Dec 2005, JeDi wrote: > Hi, > > On a Windows XP SP2 I have installed cygwin 1.5.18-1 (the latest as > for now). When I launch cygwin.bat, I have: > > C:\cygwin\bin\bash.exe (3652): *** system shared memory version mismatch > detected - 0x75BE0074/0x75BE0084. > This problem is probably

1.5.18-1: issue with cygwin1.dll: "system shared memory version mismatch detected"

2005-12-10 Thread JeDi
Hi, On a Windows XP SP2 I have installed cygwin 1.5.18-1 (the latest as for now). When I launch cygwin.bat, I have: C:\cygwin\bin\bash.exe (3652): *** system shared memory version mismatch detected - 0x75BE0074/0x75BE0084. This problem is probably due to using incompatible versions of the cygw