Bug#360729: nedit segfaults when pressing escape in a menu

2006-04-15 Thread Thorsten Haude
reassign 360729 lesstif2

Hi,

* Mathijs Romans wrote (2006-04-04 15:27):
>I have this backtrace for you:
>
>#0  0xb7e28364 in _XmMenuEscape (w=0x82bf9a8, ev=0xbf800a9c, params=0x0, 
>num_params=0xb7d7d6e4)
>at ../../../lib/Xm-2.1/MenuUtil.c:326
>#1  0xb7d6f08a in _XtMatchAtom () from /usr/X11R6/lib/libXt.so.6
>#2  0xb7d6f5c6 in _XtMatchAtom () from /usr/X11R6/lib/libXt.so.6
>#3  0xb7d6fbea in _XtTranslateEvent () from /usr/X11R6/lib/libXt.so.6
>#4  0xb7d48cb9 in XtDispatchEventToWidget () from 
>/usr/X11R6/lib/libXt.so.6
>#5  0xb7d495a8 in _XtOnGrabList () from /usr/X11R6/lib/libXt.so.6
>#6  0xb7d4979d in XtDispatchEvent () from /usr/X11R6/lib/libXt.so.6
>#7  0xb7d49c04 in XtAppMainLoop () from /usr/X11R6/lib/libXt.so.6
>#8  0x0804f8ce in main (argc=1, argv=0xbf803194) at nedit.c:760

This looks like a Lesstif problem to me.


Thorsten
-- 
The best leaders are those barely known to their followers; after them, those
they love; after them, those they fear; after them, those they despise.
- Lao Tzu


pgpzcZPRRxpQw.pgp
Description: PGP signature


Bug#360729: nedit segfaults when pressing escape in a menu

2006-04-15 Thread Thorsten Haude
Hi,

* Mathijs Romans wrote (2006-04-04 15:27):
>I have this backtrace for you:
>
>#0  0xb7e28364 in _XmMenuEscape (w=0x82bf9a8, ev=0xbf800a9c, params=0x0, 
>num_params=0xb7d7d6e4)
>at ../../../lib/Xm-2.1/MenuUtil.c:326
>#1  0xb7d6f08a in _XtMatchAtom () from /usr/X11R6/lib/libXt.so.6
>#2  0xb7d6f5c6 in _XtMatchAtom () from /usr/X11R6/lib/libXt.so.6
>#3  0xb7d6fbea in _XtTranslateEvent () from /usr/X11R6/lib/libXt.so.6
>#4  0xb7d48cb9 in XtDispatchEventToWidget () from 
>/usr/X11R6/lib/libXt.so.6
>#5  0xb7d495a8 in _XtOnGrabList () from /usr/X11R6/lib/libXt.so.6
>#6  0xb7d4979d in XtDispatchEvent () from /usr/X11R6/lib/libXt.so.6
>#7  0xb7d49c04 in XtAppMainLoop () from /usr/X11R6/lib/libXt.so.6
>#8  0x0804f8ce in main (argc=1, argv=0xbf803194) at nedit.c:760

The stack only slightly grazes NEdit's code. This and the symptom
leads me to believe that it's again the toolkit, not NEdit.


Thorsten
-- 
The goal is to keep the bewildered herd bewildered. It's unnecessary for them to
trouble themselves with what's happening in the world. In fact, it's undesirable
- if they see too much of reality they may set themselves to change it.
- Noam Chomsky


pgpW6L5HxJS8m.pgp
Description: PGP signature


Bug#360729: nedit segfaults when pressing escape in a menu

2006-04-04 Thread Mathijs Romans

I have this backtrace for you:

#0  0xb7e28364 in _XmMenuEscape (w=0x82bf9a8, ev=0xbf800a9c, params=0x0, 
num_params=0xb7d7d6e4)

at ../../../lib/Xm-2.1/MenuUtil.c:326
#1  0xb7d6f08a in _XtMatchAtom () from /usr/X11R6/lib/libXt.so.6
#2  0xb7d6f5c6 in _XtMatchAtom () from /usr/X11R6/lib/libXt.so.6
#3  0xb7d6fbea in _XtTranslateEvent () from /usr/X11R6/lib/libXt.so.6
#4  0xb7d48cb9 in XtDispatchEventToWidget () from 
/usr/X11R6/lib/libXt.so.6

#5  0xb7d495a8 in _XtOnGrabList () from /usr/X11R6/lib/libXt.so.6
#6  0xb7d4979d in XtDispatchEvent () from /usr/X11R6/lib/libXt.so.6
#7  0xb7d49c04 in XtAppMainLoop () from /usr/X11R6/lib/libXt.so.6
#8  0x0804f8ce in main (argc=1, argv=0xbf803194) at nedit.c:760

I am struggling a bit to get the libraries with debugging information to 
link with the executable and the like, if you need more information let me 
know.


Mathijs


On Tue, 4 Apr 2006, Thorsten Haude wrote:


Hi,

* Mathijs Romans wrote (2006-04-04 13:58):

When I use a menu, for example by pressing Alt-c, and the press Escape, I get a 
segfault.
I tried getting the debian source and compiling it, which gave me a hint of the 
error:

Program received signal SIGSEGV, Segmentation fault.
0xb7ee7364 in _XmMenuEscape () from /usr/lib/libXm.so.2
(gdb) Terminated


Do you have a backtrace or a core?


Thorsten
--
The history of Liberty is a history of the limitation of government power.
   - Woodrow Wilson




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#360729: nedit segfaults when pressing escape in a menu

2006-04-04 Thread Thorsten Haude
Hi,

* Mathijs Romans wrote (2006-04-04 13:58):
>When I use a menu, for example by pressing Alt-c, and the press Escape, I get 
>a segfault.
>I tried getting the debian source and compiling it, which gave me a hint of 
>the error:
>
>Program received signal SIGSEGV, Segmentation fault.
>0xb7ee7364 in _XmMenuEscape () from /usr/lib/libXm.so.2
>(gdb) Terminated

Do you have a backtrace or a core?


Thorsten
-- 
The history of Liberty is a history of the limitation of government power.
- Woodrow Wilson


pgp9xuwBfkAPK.pgp
Description: PGP signature


Bug#360729: nedit segfaults when pressing escape in a menu

2006-04-04 Thread Mathijs Romans
Package: nedit
Version: 1:5.5-2
Severity: normal

When I use a menu, for example by pressing Alt-c, and the press Escape, I get a 
segfault.
I tried getting the debian source and compiling it, which gave me a hint of the 
error:

Program received signal SIGSEGV, Segmentation fault.
0xb7ee7364 in _XmMenuEscape () from /usr/lib/libXm.so.2
(gdb) Terminated

It is possibly related to Bug#343215. Other output:

[EMAIL PROTECTED]:~$ nedit -V
NEdit 5.5
Sep 30, 2004

 Built on: Linux, 486, GNU C
 Built at: Feb 18 2006, 17:25:56
   With Motif: 2.1.0 [@(#)GNU/LessTif Version 2.1 Release 0.94.4]
Running Motif: 2.1 [unknown]
   Server: The X.Org Foundation 6090
   Visual: 24-bit TrueColor (ID 0x23, Default)
   Locale: C

[EMAIL PROTECTED]:~$ ldd /usr/bin/nedit 
linux-gate.so.1 =>  (0xe000)
libXp.so.6 => /usr/X11R6/lib/libXp.so.6 (0xb7f2c000)
libXm.so.2 => /usr/lib/libXm.so.2 (0xb7de8000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb7dd9000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0xb7d89000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0xb7d8)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0xb7d68000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7c9d000)
libm.so.6 => /lib/tls/libm.so.6 (0xb7c77000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7b3e000)
libXft.so.2 => /usr/lib/libXft.so.2 (0xb7b2b000)
libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb7b22000)
libdl.so.2 => /lib/tls/libdl.so.2 (0xb7b1e000)
/lib/ld-linux.so.2 (0xb7f49000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb7aef000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7a8)
libz.so.1 => /usr/lib/libz.so.1 (0xb7a6c000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb7a4c000)
[EMAIL PROTECTED]:~$ ls /usr/X11R6/lib/libXm*
/usr/X11R6/lib/libXmu.so/usr/X11R6/lib/libXmuu.so
/usr/X11R6/lib/libXmu.so.6.2   /usr/X11R6/lib/libXmu.a
/usr/X11R6/lib/libXmu.so.6  /usr/X11R6/lib/libXmuu.so.1  
/usr/X11R6/lib/libXmuu.so.1.0  /usr/X11R6/lib/libXmuu.a
[EMAIL PROTECTED]:~$ ls /usr/lib/libXm*
/usr/lib/libXm.so/usr/lib/libXmHTML.so.1  /usr/lib/libXm.la
/usr/lib/libXm.so.1  /usr/lib/libXm.so.2.0.1  /usr/lib/libXm.so.1.0.2
/usr/lib/libXm.so.2  /usr/lib/libXm.a /usr/lib/libXmHTML.so.1.1.7
[EMAIL PROTECTED]:/usr/X11R6/lib$ dpkg -l|grep lesstif
ii  lesstif1 0.93.94-12OSF/Motif 1.2 
implementation released under LGPL
ii  lesstif2 0.94.4-1.1OSF/Motif 2.1 
implementation released under LGPL
ii  lesstif2-dev 0.94.4-1.1development 
library and header files for LessTif 2.1

Then I removed lesstif1, but the problem persisted.

Hope this helps.
Mathijs

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.4
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages nedit depends on:
ii  lesstif2  1:0.94.4-1.1   OSF/Motif 2.1 implementation relea
ii  libc6 2.3.6-4GNU C Library: Shared libraries an
ii  libice6   6.9.0.dfsg.1-5 Inter-Client Exchange library
ii  libsm66.9.0.dfsg.1-5 X Window System Session Management
ii  libx11-6  6.9.0.dfsg.1-5 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-5 X Window System miscellaneous exte
ii  libxp66.9.0.dfsg.1-5 X Window System printing extension
ii  libxt66.9.0.dfsg.1-5 X Toolkit Intrinsics

nedit recommends no packages.

-- debconf-show failed


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]