public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bangerth at dealii dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/13686] New: Missing symbol in libstdc++ from std::map
Date: Wed, 14 Jan 2004 21:19:00 -0000	[thread overview]
Message-ID: <20040114211911.13686.bangerth@dealii.org> (raw)

I have a program that when compiled with present mainline and 
run yields this message: 
 
me-tomography/forward> ./forward  
./forward: relocation error: /home/bangerth/p/deal.II/1/deal.II/lib/
libdeal_II_3d.so: symbol 
_ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_, version 
GLIBCXX_3.4 not defined in file libstdc++.so.6 with link time reference 
 
The missing symbol is 
   std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, 
std::_Rb_tree_node_base*, std::_Rb_tree_node_base&) 
 
This function is actually in libstdc++: 
  gcc-3.4-pre/lib> nm libstdc++.so | grep 
  _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_ 
00052770 T _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_ 
 
So it looks like as if it was just not versioned or something. 
Since the program is rather large and I have no experience with this 
kind of bugs, I thought I'd first ask you libstdc++ people whether this 
triggers something with someone. Maybe it is just missing from some kind 
of versioning or linker script. If none of you can figure out what's going 
wrong, I can still try to come up with something smaller, but I have no 
clue where to start. 
 
W.

-- 
           Summary: Missing symbol in libstdc++ from std::map
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bangerth at dealii dot org
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13686


             reply	other threads:[~2004-01-14 21:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-14 21:19 bangerth at dealii dot org [this message]
2004-01-14 21:33 ` [Bug libstdc++/13686] " bangerth at dealii dot org
2004-01-14 22:25 ` pinskia at gcc dot gnu dot org
2004-01-14 22:33 ` bangerth at dealii dot org

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=20040114211911.13686.bangerth@dealii.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).