gdb 7.3.1 crashes (segmentation fault) when you try to debug a multithread application. This patch solves this serious stability bug. gdb 7.x versions are important, because advanced IDEs (like KDevelop 4) require at least gdb 7, they doesn't work with gdb 6. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->ohauer I'll take it.
ohauer 2011-11-06 18:12:32 UTC FreeBSD ports repository Modified files: devel/gdb Makefile devel/gdb/files fbsd-threads.c Log: - fix segfault if debugging a multithread application - bump PORTREVISION - small portlint fixes PR: ports/162093 Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer) Revision Changes Path 1.10 +6 -5 ports/devel/gdb/Makefile 1.2 +8 -3 ports/devel/gdb/files/fbsd-threads.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks!