>>>>> "Mario" == Mario Mommer <[EMAIL PROTECTED]> writes:
Mario> Hi, I'm using lyx 1.2.1 w. xforms 0.89, and I observed the Mario> following bug: I open a new document and type "whatever" Mario> I open another new document Mario> I go to the old one and mark something. Then I type C-C Mario> I go back to the second document. It faints Mario> Here's the backtrace. Mario> (gdb) backtrace Mario> #0 0xffffffff in ?? () Mario> #1 0x402c3eff in vfprintf () from /lib/libc.so.6 Mario> #2 0x402cce97 in fprintf () from /lib/libc.so.6 Mario> #3 0x400cc870 in P_errmsg () from /home/mommer/local/lib/libforms.so.0.89 This is typical of having a libformas version compiled for glibc 2.0 (like the one redhat proposes on some versions) and using it with glibc 2.[12]. Xforms is just trying to display some error message here (it happens with cut and paste for unknown reasons). Either get an xforms rpm from ftp.lyx.org/pub/lyx/contrib or compile yourself xforms 1.0rc4 from ftp.lyx.org/pub/xforms/OpenSource. JMarc