Gentoo Archives: gentoo-dev

From: Marko Mikulicic <marko@××××.org>
To: gentoo-dev@g.o
Subject: [gentoo-dev] GDB & threads ?
Date: Sat, 15 Jun 2002 08:10:20
Message-Id: 3D0B9041.60403@seul.org
1 Hello,
2
3 I have some strange problem debugging multi-threaded programs.
4 When debugging such a program with gdb (5.1.1) whenever a thread starts
5 it catches a signal SIG32 instead of showing "[New Thread whatever (LWP
6 whatever)]". Every threading capability is disabled and signal handling
7 is incorrect.
8
9 It seems that gdb was compiled without pthread support.
10 I have tried gdb 5.1.1 on mandrake 8.1 and all works.
11
12 I use glibc 2.2.4 on mandrake and 2.2.5-r2 on gentoo.
13
14 Has anyone experienced this problem ?
15
16 Marko

Replies

Subject Author
Re: [gentoo-dev] GDB & threads ? Francisco Gimeno <kikov@××××××××××.com>