public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.8.0-0.2
@ 2017-03-22 20:15 Corinna Vinschen
  2017-03-23 10:24 ` Takashi Yano
  2017-03-23 14:56 ` Marco Atzeri
  0 siblings, 2 replies; 5+ messages in thread
From: Corinna Vinschen @ 2017-03-22 20:15 UTC (permalink / raw)
  To: cygwin

Hi folks,


I uploaded a new Cygwin test release 2.8.0-0.2

I'm planning for a release next week.  Yes, I already wrote that last
week.  I'm still trying to find the cause for a bug, but either way,
I'll release next week.  Please test.

=======================================================================

What's new:
-----------

- New API: timingsafe_bcmp, timingsafe_memcmp

- New API: dladdr


What changed:
-------------

- cygcheck and strace now always generate output with Unix LF line endings,
  rather than with DOS/Windows CR LF line endings.

- fork now preserves the load order of unrelated dlopen'd modules.

- pthread_cond_wait now acts like Linux and BSD: Resume waiting for the
  condition variable as if it was not interrupted, rather than returning 0.


Bug Fixes
---------

- Fix a few problems which are the combined culprit of fork failing
  when called recursively from a pthread.
  Addresses: https://cygwin.com/ml/cygwin/2017-03/msg00113.html

- Fix potential buffer overflow in getrandom.

- Fix write(2) return value for writes > 2 GB.

- Workaround Windows NUL having the same problem for writes > 4 GB.
  Addresses: https://cygwin.com/ml/cygwin/2017-03/msg00144.html

- Fix a potential crash in duplocale.
  Addresses: https://sourceware.org/ml/newlib/2017/msg00166.html

- Fix dlopen/dlclose reference counting to make sure FreeLibrary isn't
  called too early in forked process.
  Addresses: https://cygwin.com/ml/cygwin/2017-03/msg00220.html

=======================================================================


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 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] 5+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.8.0-0.2
  2017-03-22 20:15 [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.8.0-0.2 Corinna Vinschen
@ 2017-03-23 10:24 ` Takashi Yano
  2017-03-23 17:04   ` Corinna Vinschen
  2017-03-23 14:56 ` Marco Atzeri
  1 sibling, 1 reply; 5+ messages in thread
From: Takashi Yano @ 2017-03-23 10:24 UTC (permalink / raw)
  To: cygwin

Hello,

With this test release, weird messages appear in several scenes,
such as link phase of gcc.

To reproduce this, try:
echo 'int main(){return 0;}' > test.c ; gcc test.c

Error Messages are:
      0 [main] ld 7180 dlclose: C:\cygwin64\lib\gcc\x86_64-pc-cygwin\5.4.0\cyglto_plugin.dll count 1
  30783 [main] ld 7180 dll_list::detach: HERE C:\cygwin64\lib\gcc\x86_64-pc-cygwin\5.4.0\cyglto_plugin.dll

Could you please check?

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

--
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] 5+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.8.0-0.2
  2017-03-22 20:15 [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.8.0-0.2 Corinna Vinschen
  2017-03-23 10:24 ` Takashi Yano
@ 2017-03-23 14:56 ` Marco Atzeri
  2017-03-23 17:19   ` Corinna Vinschen
  1 sibling, 1 reply; 5+ messages in thread
From: Marco Atzeri @ 2017-03-23 14:56 UTC (permalink / raw)
  To: cygwin

On 22/03/2017 20:48, Corinna Vinschen wrote:
> Hi folks,
>
>
> I uploaded a new Cygwin test release 2.8.0-0.2
>
> I'm planning for a release next week.  Yes, I already wrote that last
> week.  I'm still trying to find the cause for a bug, but either way,


Is the bug the cygserver one ?
https://cygwin.com/ml/cygwin/2017-03/msg00218.html

 > I'll release next week.  Please test.

Noted

>
> Thanks,
> Corinna

Thanks
Marco


--
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] 5+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.8.0-0.2
  2017-03-23 10:24 ` Takashi Yano
@ 2017-03-23 17:04   ` Corinna Vinschen
  0 siblings, 0 replies; 5+ messages in thread
From: Corinna Vinschen @ 2017-03-23 17:04 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 903 bytes --]

On Mar 23 18:41, Takashi Yano wrote:
> Hello,
> 
> With this test release, weird messages appear in several scenes,
> such as link phase of gcc.
> 
> To reproduce this, try:
> echo 'int main(){return 0;}' > test.c ; gcc test.c
> 
> Error Messages are:
>       0 [main] ld 7180 dlclose: C:\cygwin64\lib\gcc\x86_64-pc-cygwin\5.4.0\cyglto_plugin.dll count 1
>   30783 [main] ld 7180 dll_list::detach: HERE C:\cygwin64\lib\gcc\x86_64-pc-cygwin\5.4.0\cyglto_plugin.dll
> 
> Could you please check?

Fixed on git yesterday(*).  I forgot to remove debug messages from
testing, sorry.  I'll create -0.3 test releases soon.


Corinna

(*) https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8259db586ae57134039f6a01344d4169021709ae

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.8.0-0.2
  2017-03-23 14:56 ` Marco Atzeri
@ 2017-03-23 17:19   ` Corinna Vinschen
  0 siblings, 0 replies; 5+ messages in thread
From: Corinna Vinschen @ 2017-03-23 17:19 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 587 bytes --]

On Mar 23 11:24, Marco Atzeri wrote:
> On 22/03/2017 20:48, Corinna Vinschen wrote:
> > Hi folks,
> > 
> > 
> > I uploaded a new Cygwin test release 2.8.0-0.2
> > 
> > I'm planning for a release next week.  Yes, I already wrote that last
> > week.  I'm still trying to find the cause for a bug, but either way,
> 
> 
> Is the bug the cygserver one ?
> https://cygwin.com/ml/cygwin/2017-03/msg00218.html

Yes.


Corinna

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2017-03-23 17:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-22 20:15 [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.8.0-0.2 Corinna Vinschen
2017-03-23 10:24 ` Takashi Yano
2017-03-23 17:04   ` Corinna Vinschen
2017-03-23 14:56 ` Marco Atzeri
2017-03-23 17:19   ` 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).