Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Albert Chin <gdb@mlists.thewrittenword.com>
To: gdb@sources.redhat.com
Subject: [6.2.1] internal-error: Invalid or unsupported encoding
Date: Fri, 22 Oct 2004 14:52:00 -0000	[thread overview]
Message-ID: <20041022112430.GL48422@mail1.thewrittenword.com> (raw)

$ uname -a
SunOS gax 5.8 Generic_108528-27 sun4u sparc SUNW,Sun-Fire-V250
$ g++ -v
Reading specs from
/opt/TWWfsw/gcc332/lib/gcc-lib/sparc-sun-solaris2.8/3.3.2/specs
Configured with: /opt/build/gcc-3.3.2/configure --enable-nls
--with-included-gettext --enable-shared --enable-libgcj
--enable-threads --datadir=/opt/TWWfsw/gcc332/share
--with-local-prefix=/opt/TWWfsw/gcc332 --prefix=/opt/TWWfsw/gcc332
Thread model: posix
gcc version 3.3.2 (TWW)
$ gdb --version
GNU gdb 6.2.1
Copyright 2004 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 "sparc-sun-solaris2.8".

$ cat libmy.cc
#include <stdio.h>

int func()
{
  return printf("func\n");
}

$ cat static.cc
#include <stdio.h>

extern int func();

int main()
{
  func();
}

$ g++ -g -fPIC -c -o libmy.o libmy.cc
$ ar cr libmy.a libmy.o
$ ranlib libmy.a
$ g++ -g static.cc -L. -lmy
$ ./a.out
func

$ gdb a.out
GNU gdb 6.2.1
Copyright 2004 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 "sparc-sun-solaris2.8"...
dwarf2-frame.c:1136: internal-error: Invalid or unsupported encoding
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) 

Is this PR1618?

Making libmy a shared library works fine.

-- 
albert chin (china@thewrittenword.com)


             reply	other threads:[~2004-10-22 11:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-22 14:52 Albert Chin [this message]
2004-10-25  9:52 ` Mark Kettenis
2004-10-26  7:51   ` Albert Chin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041022112430.GL48422@mail1.thewrittenword.com \
    --to=gdb@mlists.thewrittenword.com \
    --cc=gdb@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox