Hi,
I am migrating from hp unix to aix unix (version 5.8). When I run one particular perl script I am getting a memory fault (coredump) error. The only thing that I changed in the script was:
current (hp unix) - #!/sbin/sh
new (aix unix) - #!/bin/sh
I am also using DBI instead of CT_LIB to connect to a Sybase database.
I don't know that much about the sh binary file. Is it possible that this is the cause? I commented out that line in the script and I still get the same error message. Is there a utility that will help me find out which line of code is causing the memory fault error?
Thanks,
Mark
I am migrating from hp unix to aix unix (version 5.8). When I run one particular perl script I am getting a memory fault (coredump) error. The only thing that I changed in the script was:
current (hp unix) - #!/sbin/sh
new (aix unix) - #!/bin/sh
I am also using DBI instead of CT_LIB to connect to a Sybase database.
I don't know that much about the sh binary file. Is it possible that this is the cause? I commented out that line in the script and I still get the same error message. Is there a utility that will help me find out which line of code is causing the memory fault error?
Thanks,
Mark