Memory Fault

We run Sybase SQL anywhere 5.5 on a QNX 4.25 machine and there is a
utility called “ems” which I think has been created by person before me.

What this utility does is, it allows the clients to access the database
from the network. When I try to run the “ems” program (this is located
in /usr/bin) it gives me the following error:

#ems &
%1 + 1694 running ems

//1/usr/bin/ems terminated (SIGSEGV) at 0007:000224F8
%1 + 1694 Memory Fault ems

Any suggestions…

Thanks

You will need debug this using the source to ems. Without
the source there isn’t much we can do.

This error means the program did something illegal (use
of bad pointer, etc) the number show is the address
where the illegal operation occured. Using the debugger wd
or with the map file you can identify where the error occured.

“lalit” <lalit@engrs.unl.edu> wrote in message
news:39CBAA7D.47753930@engrs.unl.edu

We run Sybase SQL anywhere 5.5 on a QNX 4.25 machine and there is a
utility called “ems” which I think has been created by person before me.

What this utility does is, it allows the clients to access the database
from the network. When I try to run the “ems” program (this is located
in /usr/bin) it gives me the following error:

#ems &
%1 + 1694 running ems

//1/usr/bin/ems terminated (SIGSEGV) at 0007:000224F8
%1 + 1694 Memory Fault ems

Any suggestions…

Thanks