public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] Updated: gdb-7.10.1-1 (TEST)
@ 2016-01-14 16:02 Jon Turney
  2016-01-14 18:14 ` William M. (Mike) Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Jon Turney @ 2016-01-14 16:02 UTC (permalink / raw)
  To: cygwin


The following package has been updated in the Cygwin distribution:

* gdb-7.10.1-1

The GNU debugger allows you to debug programs written in C, C++, an 
other languages, by executing them in a controlled fashion and printing 
their data.

This is an update to the latest upstream version.  See the 
/usr/share/doc/gdb/NEWS file for a list of user-visible changes.

In addition, it contains the following patches carried forward from the 
previous Cygwin package:

* Teach the demangler to deal with '@'-decorated __stdcall functions
* Various fixes for Cygwin signal handling
* (experimental) Teach gdb how to unwind frames for the Cygwin signal 
delivery wrapper functions _sigbe and sigdelayed

and the following new patches:

* Warn rather than stopping with an error if realpath() for a DLL fails
(Tim Chick)
   Addresses: https://cygwin.com/ml/cygwin/2014-08/msg00401.html
* Fix a memory leak which would occur in the case when the result of 
realpath() is greater than or equal to SO_NAME_MAX_PATH_SIZE (Corinna 
Vinschen)

known issues:

There seems to be a regression since 7.8, apparently due to gdb core 
changes, where gdb experiences an internal error when attempting to 
single-step in one thread as another thread receives a SIGCHLD.

x86:

ed6bac1751b50c642dc8b416c4678f2d785ac4f5d94ae644cd335506851e37e69be102397517b826a07a414882d64e499e6ef2020d6eb8eb9e913d7b70e2c631 
*gdb-7.10.1-1-src.tar.xz
feac972d180f3620f6aec40fb5a1b8e4b3862ccfd2b57477243ea20f5a074bb4d0c8b421508584b9a1872b78085554ad5c68fffaac36475fc7e0dcdc446d3d3f 
*gdb-7.10.1-1.tar.xz
1758f6c3435b393887930d197d5fd2494f8f08d1977fd09b4f12bdabfd0a41657fbceb40a21fb2a31af41380a613a0635a3af0dc5638a3d9d5fd7f83a7a2ac92 
*gdb-debuginfo-7.10.1-1.tar.xz

x86_64:

758428a83148af8425cff2712ac15d842f449d824f0edc9bb8db1d1d84bf963e2f371372d0c645408c202914ffb088a9da32be5a9b62a637a71f2fe9b7d4614f 
*gdb-7.10.1-1-src.tar.xz
cd1fa152888faa3e4cb8e1d075604fb2e039d73acdd159d7c9553741fd7710778c742495c93476b234e3386d54bd5bdc5275007290b6eb940d70197feb21b573 
*gdb-7.10.1-1.tar.xz
38c13a067f06492a236141998d2cc5a97365c5c8c83dac8c7beddd83d86c900b7efacf5e3869121c27da3ab377fad6db47a6609d5605e2bdaac401cb88217870 
*gdb-debuginfo-7.10.1-1.tar.xz

--
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: [ANNOUNCEMENT] Updated: gdb-7.10.1-1 (TEST)
  2016-01-14 16:02 [ANNOUNCEMENT] Updated: gdb-7.10.1-1 (TEST) Jon Turney
@ 2016-01-14 18:14 ` William M. (Mike) Miller
  2016-01-15 10:09   ` Jon Turney
  0 siblings, 1 reply; 4+ messages in thread
From: William M. (Mike) Miller @ 2016-01-14 18:14 UTC (permalink / raw)
  To: cygwin

On Thu, Jan 14, 2016 at 10:11 AM, Jon Turney
<jon.turney@dronecode.org.uk> wrote:
>
> The following package has been updated in the Cygwin distribution:
>
> * gdb-7.10.1-1
>
> The GNU debugger allows you to debug programs written in C, C++, an other
> languages, by executing them in a controlled fashion and printing their
> data.
>
> This is an update to the latest upstream version.  See the
> /usr/share/doc/gdb/NEWS file for a list of user-visible changes.
>
> In addition, it contains the following patches carried forward from the
> previous Cygwin package:
>
> * Teach the demangler to deal with '@'-decorated __stdcall functions
> * Various fixes for Cygwin signal handling
> * (experimental) Teach gdb how to unwind frames for the Cygwin signal
> delivery wrapper functions _sigbe and sigdelayed
>
> and the following new patches:
>
> * Warn rather than stopping with an error if realpath() for a DLL fails
> (Tim Chick)
>   Addresses: https://cygwin.com/ml/cygwin/2014-08/msg00401.html
> * Fix a memory leak which would occur in the case when the result of
> realpath() is greater than or equal to SO_NAME_MAX_PATH_SIZE (Corinna
> Vinschen)
>
> known issues:
>
> There seems to be a regression since 7.8, apparently due to gdb core
> changes, where gdb experiences an internal error when attempting to
> single-step in one thread as another thread receives a SIGCHLD.

Does this version contain the fix that was discussed here a few months
ago for gdb arbitrarily starting extra threads, preventing stepping,
continuing, etc.?  (See the discussion containing
https://cygwin.com/ml/cygwin/2015-06/msg00321.html for context.)

-- 
William M. (Mike) Miller | Edison Design Group
william.m.miller@gmail.com

--
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: [ANNOUNCEMENT] Updated: gdb-7.10.1-1 (TEST)
  2016-01-14 18:14 ` William M. (Mike) Miller
@ 2016-01-15 10:09   ` Jon Turney
  2016-01-15 13:51     ` William M. (Mike) Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Jon Turney @ 2016-01-15 10:09 UTC (permalink / raw)
  To: cygwin; +Cc: William M. (Mike) Miller

On 14/01/2016 15:53, William M. (Mike) Miller wrote:
> On Thu, Jan 14, 2016 at 10:11 AM, Jon Turney
> <jon.turney@dronecode.org.uk> wrote:
>>
>> The following package has been updated in the Cygwin distribution:
>>
>> * gdb-7.10.1-1
>>
[...]
>
> Does this version contain the fix that was discussed here a few months
> ago for gdb arbitrarily starting extra threads, preventing stepping,
> continuing, etc.?  (See the discussion containing
> https://cygwin.com/ml/cygwin/2015-06/msg00321.html for context.)

It includes the patch from [1] which that thread eventually leads to

I hope that fixes your issue, but I can't test that.

[1] https://sourceware.org/bugzilla/show_bug.cgi?id=18127

--
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: [ANNOUNCEMENT] Updated: gdb-7.10.1-1 (TEST)
  2016-01-15 10:09   ` Jon Turney
@ 2016-01-15 13:51     ` William M. (Mike) Miller
  0 siblings, 0 replies; 4+ messages in thread
From: William M. (Mike) Miller @ 2016-01-15 13:51 UTC (permalink / raw)
  To: cygwin

On Thu, Jan 14, 2016 at 6:33 PM, Jon Turney <jon.turney@dronecode.org.uk> wrote:
> On 14/01/2016 15:53, William M. (Mike) Miller wrote:
>>
>> On Thu, Jan 14, 2016 at 10:11 AM, Jon Turney
>> <jon.turney@dronecode.org.uk> wrote:
>>>
>>>
>>> The following package has been updated in the Cygwin distribution:
>>>
>>> * gdb-7.10.1-1
>>>
> [...]
>>
>>
>> Does this version contain the fix that was discussed here a few months
>> ago for gdb arbitrarily starting extra threads, preventing stepping,
>> continuing, etc.?  (See the discussion containing
>> https://cygwin.com/ml/cygwin/2015-06/msg00321.html for context.)
>
>
> It includes the patch from [1] which that thread eventually leads to
>
> I hope that fixes your issue, but I can't test that.
>
> [1] https://sourceware.org/bugzilla/show_bug.cgi?id=18127

Great, thanks.  I'll give it a try as soon as it gets to my usual
mirror (wasn't there yet when I checked earlier).

-- 
William M. (Mike) Miller | Edison Design Group
william.m.miller@gmail.com

--
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:[~2016-01-15  0:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-14 16:02 [ANNOUNCEMENT] Updated: gdb-7.10.1-1 (TEST) Jon Turney
2016-01-14 18:14 ` William M. (Mike) Miller
2016-01-15 10:09   ` Jon Turney
2016-01-15 13:51     ` William M. (Mike) Miller

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