Hi,
I created a shared library a while ago and its been running fine for months. Now suddenly it has stopped working, but only on one machine (Sun Ultra 10) !
The C Shared Library is being called from some C++ code and had been working fine until tested on this one particular machine. Nothing has changed since the last build other than testing on this machine for the first time.
The _init() is performed perfectly as is the _fini().
However the library has two functions also... one called from the C++ and another called from within this.
The first function was being called ok but just quitting (in mid air! seemingly) before calling the second and just returns -1.
Today however, the first one is being called from C++ but just immediately returning -1 !
Anybody got any ideas ? I am seriously stumped.
Regards,.
Brian.
I created a shared library a while ago and its been running fine for months. Now suddenly it has stopped working, but only on one machine (Sun Ultra 10) !
The C Shared Library is being called from some C++ code and had been working fine until tested on this one particular machine. Nothing has changed since the last build other than testing on this machine for the first time.
The _init() is performed perfectly as is the _fini().
However the library has two functions also... one called from the C++ and another called from within this.
The first function was being called ok but just quitting (in mid air! seemingly) before calling the second and just returns -1.
Today however, the first one is being called from C++ but just immediately returning -1 !
Anybody got any ideas ? I am seriously stumped.
Regards,.
Brian.