Ahh, why isn't there an alias for [EMAIL PROTECTED] ;)

-- 
Martin Mokrejs <[EMAIL PROTECTED]>
PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs
MIPS / Institute for Bioinformatics <http://mips.gsf.de>
GSF - National Research Center for Environment and Health
Ingolstaedter Landstrasse 1, D-85764 Neuherberg, Germany
tel.: +49-89-3187 3616 , fax: +49-89-3187 3585

---------- Forwarded message ----------
From: Martin MOKREJŠ <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Fri, 24 May 2002 14:45:39 +0200 (CEST)
Subject: gdb-5.2 on alpha/Tru64 5.1A

Hi,
  I've just compiled gdb for my box using cc, and I get the error below.
Can you please tell me what I'm supposed to do? TIA.

bontebok$ hash -r
bontebok$ gdb ./mcl ./core
GNU gdb 5.2
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 "alphaev67-dec-osf5.1"...mdebugread.c:2446: 
gdb-internal-error: Section index is uninitialized

An internal GDB error was detected.  This may make further
debugging unreliable.  Quit this debugging session? (y or n) y

Create a core file containing the current state of GDB? (y or n) y
IOT/Abort trap (core dumped)
bontebok$ hash
hits    command
   1    /home/users/mokrejs/bin/gdb
bontebok$ dbx /home/users/mokrejs/bin/gdb ./core
dbx version 5.1
Type 'help' for help.
Core file created by program "gdb"

signal IOT/Abort trap at >*[__kill, 0x3ff800e8908]      beq     a3, 0x3ff800e8920
(dbx) where
>  0 __kill(0x0, 0x4, 0x3ff00000000, 0x14015dc2d, 0x3ff801a9c14) [0x3ff800e8908]
   1 (unknown)() [0x3ff801ee108]
   2 __tis_raise(0x3ff801a9c14, 0x1400719bc, 0x3ff801229d8, 0x100000006, 
0x3ff801869b4) [0x3ff801229d4]
   3 raise(0x3ff801229d8, 0x100000006, 0x3ff801869b4, 0x14001a838, 0x3ff801a9c44) 
[0x3ff801869b0]
   4 abort(0x120056b68, 0x0, 0x0, 0x0, 0x3ff00000000) [0x3ff801a9c40]
   5 internal_verror(0x11fffae50, 0x100000018, 0x14001adc0, 0x14001add0, 0x10000098e) 
[0x120056b64]
   6 internal_error(0x14001adc0, 0x98e, 0x14001add0, 0x0, 0x1) [0x120056c08]
   7 (unknown)() [0x1200d88e0]
   8 mdebug_build_psymtabs(0x12014580c, 0x140119ee0, 0x1400ff060, 0x0, 0x0) 
[0x1200d4eb0]
   9 (unknown)() [0x120145808]
  10 syms_from_objfile(0x0, 0x0, 0x0, 0x0, 0x0) [0x12006aaa8]
  11 symbol_file_add(0x140071778, 0x0, 0x0, 0x0, 0x1400dc300) [0x12006ae60]
  12 (unknown)() [0x12006b030]
  13 (unknown)() [0x1200641e8]
  14 do_catch_errors(0x1200641ec, 0x0, 0x120064114, 0x746920666f207365, 0x120063f14) 
[0x120064110]
  15 (unknown)() [0x120063f10]
  16 catch_errors(0x6, 0x120064264, 0x1200641c0, 0x11fffba88, 0x100000000) 
[0x120064174]
  17 catch_command_errors(0x100000000, 0x100000001, 0x1200550d8, 0x12006aff0, 
0x11fffe030) [0x120064260]
  18 (unknown)() [0x1200550d4]
  19 do_catch_errors(0x0, 0x0, 0x0, 0x0, 0x120063f14) [0x120064110]
  20 (unknown)() [0x120063f10]
  21 catch_errors(0x6, 0x1200557c8, 0x1200546f0, 0x11fffbfe8, 0x0) [0x120064174]
  22 main(0x0, 0x140018a00, 0x1200545fc, 0x3, 0x11fffc018) [0x1200557c4]
(dbx) quit
bontebok$ echo $LD_LIBRARY_PATH 
/home/users/mokrejs/bin:/usr/local/bin:/usr/local/netscape-4.78:/usr/sbin:/sbin:/usr/local/lsf/bin:/home/proj/pedant2.6/PERL:/home/proj/pedant2/ORPHEUS2:/usr/local/mysql/bin:/usr/local/netpbm-9.16/bin:/home/users/mokrejs/bin:/usr/bin:/bin:/usr/dt/bin:/home/app/bio/bin:/home/app/lsf/bin:/usr/local/perl/bin:/usr/local/bin/X11:/usr/local/bin:/usr/bin/X11:/usr/local/gimp-1.2/bin:/usr/local/Acrobat-4.05/bin:/usr/local/ImageMagick-5.2.0/bin:/usr/local/mozilla:/home/users/mokrejs/lib
bontebok$ export LD_LIBRARY_PATH=/home/users/mokrejs/lib:$LD_LIBRARY_PATH 
bontebok$ dbx 
enter object file name (default is `a.out'): bontebok$ 
bontebok$ 
bontebok$ 
bontebok$ gdb
GNU gdb 5.2
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 "alphaev67-dec-osf5.1".
(gdb) quit
bontebok$ gdb ./mcl ./core
GNU gdb 5.2
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 "alphaev67-dec-osf5.1"...mdebugread.c:2446: 
gdb-internal-error: Section index is uninitialized

An internal GDB error was detected.  This may make further
debugging unreliable.  Quit this debugging session? (y or n) n

Create a core file containing the current state of GDB? (y or n) n

Core was generated by `gdb'.
Program terminated with signal 6, Aborted.
Reading symbols from /sbin/loader...(no debugging symbols found)...done.
Loaded symbols for /sbin/loader
Reading symbols from /usr/local/lib/libncurses.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/local/lib/libncurses.so
Reading symbols from /usr/shlib/libm.so...mdebugread.c:2441: gdb-internal-error: 
sect_index_data not initialized

An internal GDB error was detected.  This may make further
debugging unreliable.  Quit this debugging session? (y or n) y

Create a core file containing the current state of GDB? (y or n) n
bontebok$ 


-- 
Martin Mokrejs <[EMAIL PROTECTED]>
PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs
MIPS / Institute for Bioinformatics <http://mips.gsf.de>
GSF - National Research Center for Environment and Health
Ingolstaedter Landstrasse 1, D-85764 Neuherberg, Germany
tel.: +49-89-3187 3616 , fax: +49-89-3187 3585



_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb

Reply via email to