Jennifer Pioch wrote: > I'm unable to use the emacs history with set -o multiline. The history > lines are just appended and result in a garbled view. > > Release is ksh 2008-02-02 on Solaris 11/i686. CCFLAG flags are -g > Anyone seen this problem?
Yes, I am getting the same problem in Solaris 11/B83a and Solaris 11/B84 on x86 for debug builds (e.g. CCFLAGS set to "-g" or "-g -xs") using the Sun Studio 11 compiler but I am not getting it for optimized builds (e.g. -xO2) or my Linux x86 builds. Either this is an uninitalised variable/struct or a compiler bug which randomly manisfests itself (I can't narrow it down right now since dbx's Purify/valgrind-like "check -access" feature is broken (see http://mail.opensolaris.org/pipermail/tools-compilers/2008-March/000136.html) but I guess it's the same issue I've reported to Glenn a while ago which he wasn't able to reproduce on his side... ;-( ) ... ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) [EMAIL PROTECTED] \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 7950090 (;O/ \/ \O;) _______________________________________________ ast-developers mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-developers
