public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* find on /proc/registry/HKEY_CLASSES_ROOT/CLSID report "Bad address"
@ 2010-08-06 13:25 Oleksandr Gavenko
  2010-08-12 10:12 ` Corinna Vinschen
  0 siblings, 1 reply; 4+ messages in thread
From: Oleksandr Gavenko @ 2010-08-06 13:25 UTC (permalink / raw)
  To: cygwin

   $ find "/proc/registry/HKEY_CLASSES_ROOT/CLSID" -type f
find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/CLSID': Bad address
find: 
`/proc/registry/HKEY_CLASSES_ROOT/CLSID/{0000002F-0000-0000-C000-000000000046}': 
Bad address
find: 
`/proc/registry/HKEY_CLASSES_ROOT/CLSID/{00000100-0000-0010-8000-00AA006D2EA4}': 
Bad address
find: 
`/proc/registry/HKEY_CLASSES_ROOT/CLSID/{00000101-0000-0010-8000-00AA006D2EA4}': 
Bad address
find: 
`/proc/registry/HKEY_CLASSES_ROOT/CLSID/{00000103-0000-0010-8000-00AA006D2EA4}': 
Bad address
find: 
`/proc/registry/HKEY_CLASSES_ROOT/CLSID/{00000104-0000-0010-8000-00AA006D2EA4}': 
Bad address
.......................


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: find on /proc/registry/HKEY_CLASSES_ROOT/CLSID report "Bad address"
  2010-08-06 13:25 find on /proc/registry/HKEY_CLASSES_ROOT/CLSID report "Bad address" Oleksandr Gavenko
@ 2010-08-12 10:12 ` Corinna Vinschen
  2010-08-12 13:21   ` Oleksandr Gavenko
  0 siblings, 1 reply; 4+ messages in thread
From: Corinna Vinschen @ 2010-08-12 10:12 UTC (permalink / raw)
  To: cygwin

On Aug  6 16:24, Oleksandr Gavenko wrote:
>   $ find "/proc/registry/HKEY_CLASSES_ROOT/CLSID" -type f
> find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/CLSID': Bad address
> find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/{0000002F-0000-0000-C000-000000000046}':
> Bad address
> find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/{00000100-0000-0010-8000-00AA006D2EA4}':
> Bad address
> find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/{00000101-0000-0010-8000-00AA006D2EA4}':
> Bad address
> find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/{00000103-0000-0010-8000-00AA006D2EA4}':
> Bad address
> find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/{00000104-0000-0010-8000-00AA006D2EA4}':
> Bad address

Works with current CVS.  Try the latest developer's snapshot at
http://cygwin.com/snapshots/


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: find on /proc/registry/HKEY_CLASSES_ROOT/CLSID report "Bad address"
  2010-08-12 10:12 ` Corinna Vinschen
@ 2010-08-12 13:21   ` Oleksandr Gavenko
  2010-08-12 13:31     ` Corinna Vinschen
  0 siblings, 1 reply; 4+ messages in thread
From: Oleksandr Gavenko @ 2010-08-12 13:21 UTC (permalink / raw)
  To: cygwin

On 12.08.2010 13:12, Corinna Vinschen wrote:
> On Aug  6 16:24, Oleksandr Gavenko wrote:
>>    $ find "/proc/registry/HKEY_CLASSES_ROOT/CLSID" -type f
>> find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/CLSID': Bad address
>> find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/{0000002F-0000-0000-C000-000000000046}':
>> Bad address
>> find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/{00000100-0000-0010-8000-00AA006D2EA4}':
>> Bad address
>> find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/{00000101-0000-0010-8000-00AA006D2EA4}':
>> Bad address
>> find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/{00000103-0000-0010-8000-00AA006D2EA4}':
>> Bad address
>> find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/{00000104-0000-0010-8000-00AA006D2EA4}':
>> Bad address
>
> Works with current CVS.  Try the latest developer's snapshot at
> http://cygwin.com/snapshots/
>
I replace my current  cygwin1.dll (which come with Cygwin 1.7.5, built 
2010-04-12 19:07)
with cygwin1-20100809.dll.bz2 and now find properly work!

Its usual take snapshot in production or need wait when cygwin1.dll 
comes with update?


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: find on /proc/registry/HKEY_CLASSES_ROOT/CLSID report "Bad address"
  2010-08-12 13:21   ` Oleksandr Gavenko
@ 2010-08-12 13:31     ` Corinna Vinschen
  0 siblings, 0 replies; 4+ messages in thread
From: Corinna Vinschen @ 2010-08-12 13:31 UTC (permalink / raw)
  To: cygwin

On Aug 12 16:20, Oleksandr Gavenko wrote:
> On 12.08.2010 13:12, Corinna Vinschen wrote:
> >On Aug  6 16:24, Oleksandr Gavenko wrote:
> >>   $ find "/proc/registry/HKEY_CLASSES_ROOT/CLSID" -type f
> >>find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/CLSID': Bad address
> >>find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/{0000002F-0000-0000-C000-000000000046}':
> >>Bad address
> >>find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/{00000100-0000-0010-8000-00AA006D2EA4}':
> >>Bad address
> >>find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/{00000101-0000-0010-8000-00AA006D2EA4}':
> >>Bad address
> >>find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/{00000103-0000-0010-8000-00AA006D2EA4}':
> >>Bad address
> >>find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/{00000104-0000-0010-8000-00AA006D2EA4}':
> >>Bad address
> >
> >Works with current CVS.  Try the latest developer's snapshot at
> >http://cygwin.com/snapshots/
> >
> I replace my current  cygwin1.dll (which come with Cygwin 1.7.5,
> built 2010-04-12 19:07)
> with cygwin1-20100809.dll.bz2 and now find properly work!
> 
> Its usual take snapshot in production or need wait when cygwin1.dll
> comes with update?

If it works for you, just use it.  1.7.6 is due really soon now, though.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-08-12 13:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-06 13:25 find on /proc/registry/HKEY_CLASSES_ROOT/CLSID report "Bad address" Oleksandr Gavenko
2010-08-12 10:12 ` Corinna Vinschen
2010-08-12 13:21   ` Oleksandr Gavenko
2010-08-12 13:31     ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).