Find the answer to your Linux question:
Results 1 to 3 of 3
Hi, **Apologies if this thread does not belong to this discussion forum** We are starting a application using autosys and its crashing when loading the shared libraries. However we are ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    3

    application crashes when loading shared libraries

    Hi,

    **Apologies if this thread does not belong to this discussion forum**

    We are starting a application using autosys and its crashing when loading the shared libraries.

    However we are successful in manually starting the application using the autosys user id.

    We tried using the exact same LD_LIBRARY_PATH, LANG and LC_ALL values. But still the application crashes when started using autosys.

    We used the LD_DEBUG=all variable for detecting any differences but no success.

    Could there be a conflict in symbol name in autosys and one of the shared libraries.

    Any idea in troubleshooting this problem

  2. #2
    Just Joined! ManishSinha's Avatar
    Join Date
    Dec 2007
    Location
    Manipal,India
    Posts
    28
    Can you furnish more information?

  3. #3
    Just Joined!
    Join Date
    Mar 2009
    Posts
    3
    The problem was solved. The reason for the crash was that the third party library was looking for certain environment variables when loading. These variables were nto mentioned in the documentation.

    they were not available in the autosys environment but present in the normal session. Hence the applicaiton crashed while running with autosys but crashed when run manually.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...