Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6226887
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T09:06:56+00:00 2026-05-24T09:06:56+00:00

I get this error message many times when trying to do objdump of my

  • 0

I get this error message many times when trying to do objdump of my executable or shared library compiled on AIX 5.3. For any other executable on this machine it works fine.
This executable also crashes at runtime (at string assignment).

I’m not sure if it matters, but during the linking I have few warnings like:
ld: 0711-224 WARNING: Duplicate symbol: non-virtual thunk to XYZ::~XYZ()
Whole executable is build directly from .o files (and one external library, but I’m sure it’s fine).

Something tells me that it can be connected to weak symbols, but I have no idea how to solve that problem.
Any idea what could be wrong or what more I can check to proceed with this?

I also tried to include all cpp files in one big file and then compile this. I still get segmentation fault but in other place (now in g_strXXXXX.erase() – erasing of global string).
Part of stack trace looks like this:

(…)

.#3 0x101d8534 in __static_initialization_and_destruction_0(int, int) (__initialize_p=1, __priority=65535) at ../../licserver/someclass1.cpp:4

.#4 0x101d8df0 in GLOBAL_I_fc_softc () at ../../shared/someclass1.cpp:225

.#5 0x103c81fc in GLOBAL_FI_licserver_unittest ()

.#6 0xd03aadb0 in mod_init1 () from /usr/lib/libc.a(shr.o)

.#7 0xd03aacc4 in __modinit () from /usr/lib/libc.a(shr.o)

.#8 0x100001d4 in __start ()
(gdb) GLOBAL_I_fc_softc

So looks like some problem with libc or libstdc++?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T09:06:57+00:00Added an answer on May 24, 2026 at 9:06 am

    You were actually right john, thanks a lot!
    There was a “static initialization order fiasco” problem with my code.
    After replacing all suspicious global objects with function calls problem seems to be solved.

    So I changed:

    CFoo g_F;
    

    into:

    CFoo& GetF() {
      static CFoo F;
      return F;
    }
    

    And it’s fine now. For this part of code I didn’t need multithreading support, otherwise I would use singleton I guess (too much code to just rid of that global variables).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I get this error message when installing SQL 2005 Analysis services. The cabinet File
I get this error message in Eclipse: Access restriction: The type DirectoryWalker is not
Yesterday I testet a lot on my device. Suddenly I get this error message
When loading up a solution in VS2008 I get this message: An error was
I get this message when compiling C++ on gcc 4.3 error: ‘NULL’ was not
When retrieving packages with Cabal, I frequently get errors with this message: user error
I get this error: Can't locate Foo.pm in @INC Is there an easier way
I get this error on an update panel within a popupControlExtender which is within
I get this error when I do an svn update : Working copy XXXXXXXX
I get this error:- You have an error in your SQL syntax; check the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.