- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- gdb 5.3 signal6 error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 03:13 AM
08-09-2005 03:13 AM
Is anyone familiar with gdb that could assist with the error ?? Following is error they are receiving:
=>export DEBUG_PROG=/usr/local/bin/gdb
=>gdb /srvrs/wl/bea/jdk142_03/bin/java core
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 "hppa2.0w-hp-hpux11.11"...
Core was generated by `java'.
Program terminated with signal 6, Aborted.
__dld_list is not valid according to __dld_flags.
#0 0xc020c7e0 in ?? ()
(gdb) where
#0 0xc020c7e0 in ?? ()
Cannot access memory at address 0x0
(gdb) thr
[Current thread is 146 (system thread 668162)]
(gdb)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 03:16 AM
08-09-2005 03:16 AM
Re: gdb 5.3 signal6 error
Version 6.3 already gives me enough headaches to try and find what 5.3 would not support
Com'on now. 5.3 is over 3 years old!
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 03:27 AM
08-09-2005 03:27 AM
Re: gdb 5.3 signal6 error
Make: Don't know how to make ./../intl/libintl.a Stop
*** Error exit code 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 03:36 AM
08-09-2005 03:36 AM
Re: gdb 5.3 signal6 error
You'll need
http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/libiconv-1.10/
and
http://hpux.connect.org.uk/hppd/hpux/Gnu/gettext-0.14.1/
Install those, and *that* error is most likely gone
FWIW on *my* site, gdb 6.3 is also available. It's included in the gcc ports.
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 03:39 AM
08-09-2005 03:39 AM
Re: gdb 5.3 signal6 error
the only link I found:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=44495
Hope this helps,
Rgds,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 05:53 AM
08-09-2005 05:53 AM
Re: gdb 5.3 signal6 error
ar: creating libgdb.a
ranlib libgdb.a
Make: Don't know how to make ./../intl/libintl.a. Stop.
*** Error exit code 1
I've also attached the log from the configure and make run.
Is there anyplace I can pull down gdb-6.3 as a depot instead of running the make ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 06:11 AM
08-09-2005 06:11 AM
SolutionGets you gcc-3.4.4 + binutils + gdb-6.3 for HP-UX 11.11 and it contains both the 32 and the 64 bit build
You can also get the more recent gcc-4.0.1 + binutils-1.16.1 + gdb-6.3, but I have found it less reliable than gcc-3.4.4, asp in 64bit/threads
http://mirrors.develooper.com/hpux/gcc-4.0.1-11.11.sd.bz
Installation instructions here: http://mirrors.develooper.com/hpux/#Gcc
My HP ITRC site pages can be found at (please use LA as primary choice):
USA Los Angeles http://mirrors.develooper.com/hpux/
SGP Singapore https://www.beepz.com/personal/merijn/
USA Chicago http://ww.hpux.ws/merijn/
NL Hoofddorp http://www.cmve.net/~merijn/
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 07:44 AM
08-09-2005 07:44 AM
Re: gdb 5.3 signal6 error
Thanks