>>>>> Igor Pechtchanski writes: > The one thing I see immediately in your strace output:
> 2:Program name: D:\opt\gnome1\bin\gnibbles.exe (1172) > 3:App version: 1005.9, api: 0.112 > ^^^^^^^^^^^^^^^^^^ > 4:DLL version: 1005.10, api: 0.116 > ... > 403:Program name: D:\opt\gnome1\bin\gnibbles.exe (512) > 404:App version: 1005.10, api: 0.116 > 405:DLL version: 1005.10, api: 0.116 > ... > 15764:Program name: D:\opt\gnome1\bin\gnibbles.exe (1828) > 15765:App version: 1005.10, api: 0.116 > 15766:DLL version: 1005.10, api: 0.116 > So it looks like you *do* have two versions of cygwin1.dll in memory... Should App version and DLL version always match in an strace output ? I stopped all cygwin services and rebooted my machine, then after starting a simple bash shell I get for example the following output. strace pwd ********************************************** Program name: D:\bin\pwd.exe (872) App version: 1005.0, api: 0.88 DLL version: 1005.10, api: 0.116 DLL build: 2004-05-25 22:07 OS version: Windows NT-5.0 Heap size: 402653184 Date/Time: 2004-06-03 16:50:58 ********************************************** strace cat s.sql ********************************************** Program name: D:\bin\cat.exe (2440) App version: 1003.9, api: 0.51 DLL version: 1005.10, api: 0.116 DLL build: 2004-05-25 22:07 OS version: Windows NT-5.0 Heap size: 402653184 Date/Time: 2004-06-03 16:51:58 ********************************************** So does it mean I have at least 3 different dll's in memory ? > Igor Ciao Volker -- 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/