This is the mail archive of the insight@sources.redhat.com mailing list for the Insight 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]

dl_debug.c???? Stopping on that code???


Trying for the first time to run insight. No matter what I seem to do it
stops on this dl_debug.c????  that is not part (or at least I did not
knowingly add to my program). And it listed in assembly, when I continue
I get a segmentation error. The code runs fine out side insight. And it
also runs fine in gdb on another linux on V 5.0 gdb. ny thoughts?

I tried it in native gdb, simular problems:
[fcg@kw4 parser]$ gdb parser_test
GNU gdb 5.3
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "i686-pc-linux-gnu"...
(gdb) set args s
(gdb) r
Starting program: /home/fcg/Gecka/parser/parser_test s
Error while reading shared library symbols:
Cannot find new threads: generic error
Cannot find user-level thread for LWP 30703: no LWP to satisfy query
(gdb) bt
#0  _dl_debug_state () at dl-debug.c:56
#1  0x40010197 in _dl_sysdep_start (start_argptr=0xbffec2c0,
    dl_main=0x40002520 <dl_main>) at ../sysdeps/generic/dl-sysdep.c:208
#2  0x40002441 in _dl_start_final (arg=0xbffec2c0,
bootstrap_map_p=0xbffec08c,
    start_time=493332180866518) at rtld.c:263
#3  0x40002233 in _dl_start () at rtld.c:216
Current language:  auto; currently c
(gdb)


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