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 ...
- 03-26-2009 #1Just 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
- 03-29-2009 #2
- 03-30-2009 #3Just 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.


Reply With Quote