public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: Win2003 periodic failures
@ 2003-06-25 21:39 Allan Yates
  2003-06-25 21:41 ` Christopher Faylor
  0 siblings, 1 reply; 5+ messages in thread
From: Allan Yates @ 2003-06-25 21:39 UTC (permalink / raw)
  To: cygwin

This is definitely the string coming out. Performing a 'strings' on the
DLL shows this 'dynamically determine load address' error message,
though with a %s for the actual module name.

Win 2003 is released. If you have enough money - Microsoft will be happy
to sell it to you :)


Thanks,

Allan.

-----Original Message-----
From: Christopher Faylor [mailto:cgf-rcm@cygwin.com]
Sent: Wednesday, June 25, 2003 12:05 PM
To: cygwin@cygwin.com
Subject: Re: Win2003 periodic failures


On Wed, Jun 25, 2003 at 03:21:21PM +0100, Elfyn McBratney wrote:
>On Wed, 25 Jun 2003, Allan Yates wrote:
>>I have been running Cygwin on WinNT and Win2000 platforms with no
>>issues for a year or so.  I recently installed the latest (1.3.22-1)
>>version on a Win2003 machine.  Running the same code (very simple
shell
>>scripts) I am see the following error 12-25% of the time:
>>
>>couldn't dynamically determine load address for RegCreateKeyUxA'
>>(handle 0x77DA0000), Win32 error 127
>>
>>Searches of the Cygwin archive and Google came up negative.
>>
>>Has anybody seen this before?  Or is there a specific version of
Cygwin
>>for Win2003 that I haven't found yet?
>
>I think this means that RegCreateKeyUxA is no longer exported or
>supported (in Windows 2003).

I don't know why cygwin would be loading something called
RegCreateKeyUxA.  It
certainly isn't intentional.  It should be using RegCreateKeyExA.  I
can't find
any reference to the UxA version anywhere in the source.

Has Windows 2003 been officially released?  If not, this falls into the
"only works
on non-beta versions of Windows" category.

cgf

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

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

* Re: Win2003 periodic failures
  2003-06-25 21:39 Win2003 periodic failures Allan Yates
@ 2003-06-25 21:41 ` Christopher Faylor
  0 siblings, 0 replies; 5+ messages in thread
From: Christopher Faylor @ 2003-06-25 21:41 UTC (permalink / raw)
  To: cygwin

On Wed, Jun 25, 2003 at 01:23:02PM -0400, Allan Yates wrote:
>This is definitely the string coming out. Performing a 'strings' on the
>DLL shows this 'dynamically determine load address' error message,
>though with a %s for the actual module name.

I didn't say this wasn't a cygwin error.  I said that cygwin doesn't try to
use anything called 'RegCreateKeyUxA'.

>Win 2003 is released. If you have enough money - Microsoft will be happy
>to sell it to you :)

It's extremely unlikely that Red Hat would pay for a Windows 2003
product at this point.  So, it will be some time before this gets
investigated.

If someone wants to donate a valid copy (or two) of Windows Server 2003,
then contact me via private email.  cgf-USUALCHARACTER-redhat-PERIOD-com.

cgf
--
Please use the resources at cygwin.com rather than sending personal email.
Special for spam email harvesters: send email to aaaspam@sourceware.org
and be permanently blocked from mailing lists at sources.redhat.com

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

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

* Re: Win2003 periodic failures
  2003-06-25 16:51 ` Elfyn McBratney
@ 2003-06-25 18:30   ` Christopher Faylor
  0 siblings, 0 replies; 5+ messages in thread
From: Christopher Faylor @ 2003-06-25 18:30 UTC (permalink / raw)
  To: cygwin

On Wed, Jun 25, 2003 at 03:21:21PM +0100, Elfyn McBratney wrote:
>On Wed, 25 Jun 2003, Allan Yates wrote:
>>I have been running Cygwin on WinNT and Win2000 platforms with no
>>issues for a year or so.  I recently installed the latest (1.3.22-1)
>>version on a Win2003 machine.  Running the same code (very simple shell
>>scripts) I am see the following error 12-25% of the time:
>>
>>couldn't dynamically determine load address for RegCreateKeyUxA'
>>(handle 0x77DA0000), Win32 error 127
>>
>>Searches of the Cygwin archive and Google came up negative.
>>
>>Has anybody seen this before?  Or is there a specific version of Cygwin
>>for Win2003 that I haven't found yet?
>
>I think this means that RegCreateKeyUxA is no longer exported or
>supported (in Windows 2003).

I don't know why cygwin would be loading something called RegCreateKeyUxA.  It
certainly isn't intentional.  It should be using RegCreateKeyExA.  I can't find
any reference to the UxA version anywhere in the source.

Has Windows 2003 been officially released?  If not, this falls into the "only works
on non-beta versions of Windows" category.

cgf

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

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

* Re: Win2003 periodic failures
  2003-06-25 15:15 Allan Yates
@ 2003-06-25 16:51 ` Elfyn McBratney
  2003-06-25 18:30   ` Christopher Faylor
  0 siblings, 1 reply; 5+ messages in thread
From: Elfyn McBratney @ 2003-06-25 16:51 UTC (permalink / raw)
  To: Allan Yates; +Cc: cygwin

On Wed, 25 Jun 2003, Allan Yates wrote:

> I have been running Cygwin on WinNT and Win2000 platforms with no issues
> for a year or so. I recently installed the latest (1.3.22-1) version on
> a Win2003 machine. Running the same code (very simple shell scripts) I
> am see the following error 12-25% of the time:
>
> couldn't dynamically determine load address for RegCreateKeyUxA' (handle
> 0x77DA0000), Win32 error 127
>
> Searches of the Cygwin archive and Google came up negative.
>
> Has anybody seen this before? Or is there a specific version of Cygwin
> for Win2003 that I haven't found yet?

I think this means that RegCreateKeyUxA is no longer exported or supported (in
Windows 2003).

Elfyn

-- 


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

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

* Win2003 periodic failures
@ 2003-06-25 15:15 Allan Yates
  2003-06-25 16:51 ` Elfyn McBratney
  0 siblings, 1 reply; 5+ messages in thread
From: Allan Yates @ 2003-06-25 15:15 UTC (permalink / raw)
  To: cygwin

I have been running Cygwin on WinNT and Win2000 platforms with no issues
for a year or so. I recently installed the latest (1.3.22-1) version on
a Win2003 machine. Running the same code (very simple shell scripts) I
am see the following error 12-25% of the time:
 
couldn't dynamically determine load address for RegCreateKeyUxA' (handle
0x77DA0000), Win32 error 127

Searches of the Cygwin archive and Google came up negative. 
 
Has anybody seen this before? Or is there a specific version of Cygwin
for Win2003 that I haven't found yet?
 
 
Thanks,
 
Allan.
ayates@signiant.com <mailto:ayates@signiant.com> 

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

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

end of thread, other threads:[~2003-06-25 21:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-25 21:39 Win2003 periodic failures Allan Yates
2003-06-25 21:41 ` Christopher Faylor
  -- strict thread matches above, loose matches on Subject: below --
2003-06-25 15:15 Allan Yates
2003-06-25 16:51 ` Elfyn McBratney
2003-06-25 18:30   ` Christopher Faylor

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