far tool fails to compile
This worked a couple weeks ago on my linux machine - suddenly it's not.
In my directory I have a server-side asc file (myapp.asc). If I type:
/opt/adobe/fms/tools/far -compile myapp.asc
I get a dump that looks like:
Copyright(c) 1993-2009 Adobe Systems Incorporated. All Rights Reserved.
Failed to compile script : myapp.asc
*** glibc detected *** /opt/adobe/fms/tools/far: free(): invalid pointer: 0x08764330 ***
======= Backtrace: =========
/lib/libc.so.6[0x80f595]
/lib/libc.so.6(cfree+0x59)[0x80f9d9]
/lib/libc.so.6(fclose+0x136)[0x7fdc96]
/opt/adobe/fms/tools/far(_ZN3fms4util10TCFileUtil6fcloseEP8_IO_FILE+0x23)[0x80756f3]
/opt/adobe/fms/tools/far(main+0x117e)[0x806c71a]
/lib/libc.so.6(__libc_start_main+0xdc)[0x7bbe9c]
/opt/adobe/fms/tools/far(__gxx_personality_v0+0xa1)[0x8068f11]
======= Memory map: ========
00124000-00149000 r-xp 00000000 fd:00 37290028 /lib/libm-2.5.so
00149000-0014a000 r--p 00024000 fd:00 37290028 /lib/libm-2.5.so
0014a000-0014b000 rw-p 00025000 fd:00 37290028 /lib/libm-2.5.so
0014d000-0022d000 r-xp 00000000 fd:00 34753334 /usr/lib/libstdc++.so.6.0.8
0022d000-00231000 r--p 000df000 fd:00 34753334 /usr/lib/libstdc++.so.6.0.8
...
08117000-0811c000 rw-p 000ce000 fd:00 19104144 /opt/adobe/fms/tools/far
08751000-08772000 rw-p 08751000 00:00 0 [heap]
b7fea000-b7fee000 rw-p b7fea000 00:00 0
b7ff7000-b7ff8000 rw-p b7ff7000 00:00 0
bfc9a000-bfcaf000 rw-p bffea000 00:00 0 [stack]
Aborted
I'm running Centos 5.5 - uname shows 2.6.18-194.32.1.el5.centos.plus.
If anyone could point me in the right direction, I'd appreciate it. I just need it to compile. Thanks.
