Patch-ID# 100493-01 Keywords: occasional, dumps, core,save,crash,binder Synopsis: OpenWindows V3: Binder core dumps occasionally on Save Date: 4/Mar/92 SunOS release: Unbundled Product: OpenWindows Unbundled Release: 3 Topic: Binder core dumps occasionally on Save BugId's fixed with this patch: 1075063, 1076313, 1077657 1075063 Binder core dumps occasionally on Save 1076313 binder -network corrupts cetables file for classing engine 1077657 Multiple free()'s in CE database write code Architectures for which this patch is available: sun4 Patches which may conflict with this patch: Obsoleted by: Files included with this patch: libce.a libce.so.0.0 binder Problem Description: Binder core dumps occasionally on Save INSTALL: As root, 1. Rename the current libce* files in $OPENWINHOME/lib, e.g. mv $OPENWINHOME/lib/libce.a $OPENWINHOME/lib/libce.a-FCS mv $OPENWINHOME/lib/libce.so.0.0 $OPENWINHOME/lib/libce.so.0.0-FCS 2. Copy the new library files into place. From, for example, patchdir cp -p libce.a $OPENWINHOME/lib cp -p libce.so.0.0 $OPENWINHOME/lib 3. Rename the current binder executable, e.g. mv $OPENWINHOME/bin/binder $OPENWINHOME/bin/binder-FCS 4. Copy the new executable into place. cp /patchdir/binder $OPENWINHOME/bin/binder