On Mon, Feb 28, 2000 at 01:05:29AM -0500, Shawn Koons wrote:
> Kayvan;
> 
> I am running mandrake 6.5 on a P-200 w/82M ram. I have xforms 0.88.1-5.

Okay.

> I found the file "core" but do not know how to run "gdb"  [...]

To run gdb on this, do the following:

        gdb /usr/bin/lyx core 

You will get something like this:

        GNU gdb 4.17.0.11 with Linux support
        Copyright 1998 Free Software Foundation, Inc.
        [...]
        This GDB was configured as "i386-redhat-linux"...
        Core was generated by `lyx'.
        Program terminated with signal 4, Illegal instruction.
        Reading symbols from /usr/X11R6/lib/libforms.so.0.88...done.
        Reading symbols from /usr/X11R6/lib/libXpm.so.4...done.
        Reading symbols from /usr/X11R6/lib/libSM.so.6...done.
        Reading symbols from /usr/X11R6/lib/libICE.so.6...done.
        Reading symbols from /usr/X11R6/lib/libX11.so.6...done.
        Reading symbols from /usr/lib/libstdc++-libc6.1-1.so.2...done.
        Reading symbols from /lib/libm.so.6...done.
        Reading symbols from /lib/libc.so.6...done.
        Reading symbols from /lib/ld-linux.so.2...done.
        #0  0x402749ee in __select ()

Now, at the gdb prompt, type:

        where

This will show something like:

        (gdb) where
        #0  0x402749ee in __select ()
        #1  0x4008a848 in xpmDataTypes ()
        #2  0x40046427 in get_next_event ()
        #3  0x400451fc in do_interaction_step ()
        #4  0x40045b49 in fl_treat_interaction_events ()
        #5  0x40045b84 in fl_check_forms ()
        #6  0x80a981d in LyXGUI::runTime ()
        #7  0x80aab1b in LyX::LyX ()
        #8  0x80ce745 in main ()
        #9  0x401e3cb3 in __libc_start_main (main=0x80ce6a0 <main>, argc=1, 
            argv=0xbffff894, init=0x804d73c <_init>, fini=0x814d078 <_fini>, 
            rtld_fini=0x4000a350 <_dl_fini>, stack_end=0xbffff88c)
            at ../sysdeps/generic/libc-start.c:78
        (gdb) 

You will run all these commands in a terminal.

You can select and paste using the left mouse button and the middle button:
To select a region of text, move the cursor to the beginning of the block
and press the first mouse button down. Holding this button down, drag the
mouse to the end of the block and release. The whole text should be selected.

Now, in your mailer, press the *middle* mouse button and the text you just
selected should be inserted at the place where you put the cursor.

If you don't have gdb, you should install it and then follow these instructions
so that we have half a chance at fixing your complaint.

Just so you don't get the idea that that I am a total nice guy: RTFM! ;-)

                        ---Kayvan
-- 
Kayvan A. Sylvan                   | Proud husband of      | Father to my kids:
Sylvan Associates, Inc.            | Laura Isabella Sylvan | Katherine Yelena
http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory

Reply via email to