Hi, I'm using lyx 1.2.1 w. xforms 0.89, and I observed the following bug:

I open a new document and type "whatever"

I open another new document

I go to the old one and mark something. Then I type C-C

I go back to the second document. It faints

Here's the backtrace.

Regs,
        Mario.

me@ratatouille:~> gdb lyx
GNU gdb 20010316
Copyright 2001 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain 
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-suse-linux"...
(gdb) run
Starting program: /home/mommer/local/bin/lyx

Program received signal SIGSEGV, Segmentation fault.
0xffffffff in ?? ()
(gdb) backtrace
#0  0xffffffff in ?? ()
#1  0x402c3eff in vfprintf () from /lib/libc.so.6
#2  0x402cce97 in fprintf () from /lib/libc.so.6
#3  0x400cc870 in P_errmsg () from /home/mommer/local/lib/libforms.so.0.89
#4  0x4006a164 in handle_clipboard_event ()
    from /home/mommer/local/lib/libforms.so.0.89
#5  0x4007d895 in do_interaction_step ()
    from /home/mommer/local/lib/libforms.so.0.89
#6  0x4007d8da in fl_treat_interaction_events ()
    from /home/mommer/local/lib/libforms.so.0.89
#7  0x4007d914 in fl_check_forms ()
    from /home/mommer/local/lib/libforms.so.0.89
#8  0x08259e69 in GUIRunTime::runTime ()
#9  0x080dfa04 in LyXGUI::runTime ()
#10 0x080e05ee in LyX::LyX ()
#11 0x08122b68 in main ()
#12 0x402917ee in __libc_start_main () from /lib/libc.so.6
(gdb) info locals
No symbol table info available.
(gdb) up
#1  0x402c3eff in vfprintf () from /lib/libc.so.6
(gdb)


Reply via email to