Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2015 15:35:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200001] devel/gdb: gdb 7.9 crashes on certain core files
Message-ID:  <bug-200001-13-UxzOGVdiMl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200001-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200001-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200001

--- Comment #8 from Eric Badger <eric@badgerio.us> ---
(In reply to Eric Badger from comment #7)

I think Luca's patch can work here, but the setting of ptid happens too late;
when enumerating threads, the old thread isn't matched and so a new (duplicate)
is created. Attached a possible patch that seems to handle correctly core files
and the case of attaching to running processes with multiple threads.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200001-13-UxzOGVdiMl>