[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#256846: nedit segfaults when resizing window



On Tue, 20 Jul 2004 21:30:56 +0200
Ingo Juergensmann <ij@spice.cologne.de> wrote:

> On Tue, Jul 20, 2004 at 08:27:01PM +0200, Alexandre Pineau wrote:
> 
> > Can you send me if you have the time the result of :
> > 1- On Nedit binary (from binary package) :
> > strings nedit
> > nm -D -S nedit
> > 2- On lesstif2 library package :
> > nm -D -S libXm.so.2.0.1
> 
> [ij@irulan:]~$ nedit
> nedit: Symbol XmStrings' has different size in shared object, consider
> re-linking
> Segmentation fault
> 
> The output of the above commands is attach as tarball... 

XmStrings have the same size in lesstif and in Nedit, so Nedit probably
don't call lesstif on your computer.

If I try a "ldd /usr/bin/nedit"
        libXp.so.6 => /usr/X11R6/lib/libXp.so.6 (0x40023000)
        libXm.so.2 => /usr/lib/libXm.so.2 (0x4002b000)  --> Lesstif is here
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x401a4000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x401b2000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40204000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4020d000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40224000)
        libm.so.6 => /lib/libm.so.6 (0x402eb000)
        libc.so.6 => /lib/libc.so.6 (0x4030d000)
        libdl.so.2 => /lib/libdl.so.2 (0x40440000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

Don't you have a line like this ?
	libXm.so.2 => /usr/X11R6/lib/libXm.so.2 (0x4001f000)
	
In this case, you have open motif installed...

> 
> -- 
> Ciao...              // 
>       Ingo         \X/
> 


-- alex
Il vente, c'est le vent de la mer qui nous tourmente. - Pierre Mac Orlan
http://alexandre.pineau.free.fr/



Reply to: