This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: win32-gui-demos.pl dumps core



"Dave Korn" <dave.korn@artimi.com> wrote in message 012501c84e64$19f657d0$2e08a8c0@CAM.ARTIMI.COM">news:012501c84e64$19f657d0$2e08a8c0@CAM.ARTIMI.COM...


How bizarre, your mount table seems to have a couple of oddly-mangled
entries in it.

HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Cygnus
Solutions\Cygwin\mounts v2
(default) = ''

= 0x322e000e
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
(default) = ' '
 = 0x322e000c

I really think this is an artifact of cygcheck.


(1) If I look in the registry I see that the default value for both those keys is "value not set" (see attached screenshot)

(2) A registry export looks fine:

[HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2]
"cygdrive prefix"="/cygdrive"
"cygdrive flags"=dword:0000002a

(3) mount -m looks fine (except that Iseem to have both user and system mounts for /tmp)

mount -f -s -b "D:/Local/Cygwin/usr/X11R6/lib/X11/fonts" "/usr/X11R6/lib/X11/fonts"
mount -f -s -b "C:/Users/Michael/Desktop" "/top"
mount -f -s -b "D:/Local/Cygwin/bin" "/usr/bin"
mount -f -s -b "D:/Local/Cygwin/lib" "/usr/lib"
mount -f -s -t "C:/Program Files" "/programs"
mount -f -s -b "D:/Local/Cygwin" "/"
mount -f -s -t "C:/WINDOWS" "/winnt"
mount -f -s -b "D:/Master" "/master"
mount -f -s -b "D:/Local" "/local"
mount -f -s -t "D:/Users" "/users"
mount -f -u -b "E:/Temp" "/tmp"
mount -f -s -b "E:/Temp" "/tmp"
mount -f -s -t "D:/GMS" "/gms"
mount -f -s -t "c:" "/c"
mount -f -s -t "d:" "/d"
mount -f -s -t "e:" "/e"
mount -f -s -b -E "z:" "/z"
mount -s -b --change-cygdrive-prefix "/cygdrive"

Attachment: registry.jpg
Description: JPEG image

--
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/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]