[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Re: freebsd 4.5 core dumpage
Joachim Leidinger wrote:
>, I did'nt recompile anything of my FreeBSD and I let FreeBSD so as it
>is. The only thing to get IC running without a core dump is
>/PATH-TO-INTERCHANGE/bin/interchange
># if(defined $Global::Variable->{MV_DOLLAR_ZERO}) {
># $0 = $Global::Variable->{MV_DOLLAR_ZERO};
># $0 = "interchange --> $Global::VendRoot"
># if length($0) < 2;
># }
># else {
># $0 = 'interchange';
># }
Thanks for your replies
here is 4.8.3 bin/interchange which is different then your example and the
others I have read on the archives.
----snip--------
if (defined $Global::Variable->{MV_DOLLAR_ZERO}) {
if ($Global::Variable->{MV_DOLLAR_ZERO}) {
if (length($Global::Variable->{MV_DOLLAR_ZERO}) > 1) {
$0 = $Global::Variable->{MV_DOLLAR_ZERO};
}
else {
$0 = "interchange --> $Global::VendRoot";
}
}
# do nothing if MV_DOLLAR_ZERO is defined but false
}
else {
$0 = 'interchange';
}
-----snip---------
Now I have commented out this stuff in many ways as possible from reading
archives.
Thank you for help.
James;
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.