This is the mail archive of the gdb@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]

Re: Remote mutli-threaded debugging with large number of threads


On Mon, Jul 16, 2007 at 01:38:08PM +0200, m.sikorski0@poczta.onet.pl wrote:
> After looking further into it and trying to narrow down issue cause I found out that probably not number of threads does matter here, but amount of debug information or binary size.
> The improper case operated on binary of ~17MB (with debug symbols) - after removing symbols from all app threads except of one it seems to be working fine (binary size reduced to ~7MB).
> 
> Does anyone have any comments/suggestions? Is there any configuration change to support large binaries or is this simply a bug in GDB?

It is extremely unlikely that this is it either.  It is probably some
specific characteristic of the second application, e.g. a confusing
bit of debug info.

-- 
Daniel Jacobowitz
CodeSourcery


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