This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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]

gdb and binutils branch master updated. 15a9128a964499b78bd70ef3d2dc73edce56d825


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  15a9128a964499b78bd70ef3d2dc73edce56d825 (commit)
      from  19e1c431f72007f8a7a6a8e8b2511c74f3e8a000 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=15a9128a964499b78bd70ef3d2dc73edce56d825

commit 15a9128a964499b78bd70ef3d2dc73edce56d825
Author: Tristan Gingold <tristan.gingold@adacore.com>
Date:   Wed Apr 9 10:23:19 2014 +0200

    darwin: fix thinko (free thread port after threads are discovered).
    
    Due to a thinko, a message could be not understood and ignored.  The result
    was a dead-lock (gdb is waiting for an event that never happen).  The port
    of the thread was deallocated before new threads are discovered.  As a
    consequence, the origin of the message was unknown (instead of being
    linked to the newly created thread).
    
    gdb/
    	* darwin-nat.c (darwin_check_new_threads): Fix port leak, add
    	comments.
    	(darwin_decode_exception_message): Free port only after use.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog    |    6 ++++++
 gdb/darwin-nat.c |   28 ++++++++++++++++++++++++----
 2 files changed, 30 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
gdb and binutils


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