This is the mail archive of the gdb@sources.redhat.com 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: SIGTRAP or SIG32 when remote debugging threads


On Mon, Mar 22, 2004 at 09:47:46AM +0100, Lukas Heiniger wrote:
> On Friday 19 March 2004 18:28, Daniel Jacobowitz wrote:
> > On Fri, Mar 19, 2004 at 11:07:34AM +0100, Lukas Heiniger wrote:
> > > I'm trying to do thread debugging on an arm7 target with a gdb 6.0
> > > snapshot and gdbserver. I've been searching this list for two days now
> > > but haven't found an answer to my problem.
> >
> > Have you set solib-absolute-prefix?  It doesn't look like it.
> 
> Thanks
> 
> I do have set solib-absolute-prefix to .../target_fs
> 
> where target_fs contains a copy of the target file system (including /lib 
> and /usr/lib ...)
> 
> solib-search-path is not set, however. I tried various combinations with
> solib-search-path and solib-absolute-prefix but still I always get
> 
> Program received signal SIG32, Real-time event 32.
> 0x40088534 in ?? ()

You may have to debug GDB to find out why it is not loading shared
libraries then.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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