Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jul 2015 09:58:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201149] devel/gdb: Add fork tracing
Message-ID:  <bug-201149-13-5gb8pNOaSB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201149-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201149-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=201149

--- Comment #2 from luca.pizzamiglio@gmail.com ---
Created attachment 158906
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158906&action=edit
Test case that cause a crash

This is simple program using fork().
Step to reproduce the error:

$ gdb791 ./hello-fork
[..]
(gdb) set follow-fork-mode child
(gdb) break 11
(gdb) run
thread.c:805: internal-error: int is_thread_state(ptid_t, enum thread_state):
Assertion `tp' failed.

-- 
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-201149-13-5gb8pNOaSB>