Bug#296313: [felash@gmail.com: Bug#296313: wmaker crashes on specific operations in eclipse 3]

2005-02-24 Thread Julien Wajsberg
On Mon, 21 Feb 2005 20:35:38 -0600, Marcelo E. Magallon
[EMAIL PROTECTED] wrote:
 Hi,
 
  any clues?

Not really... I didn't have time to look further this problem yet.

But I got into the same behaviour using a powerpoint presentation in
ooimpress; however, using the core file, it crashes somewhere
completely different :

#0  handleMapRequest (ev=0x0) at /home/julien/temp/wmaker-0.91.0/src/event.c:540
540 if (scr-last_dock) {
(gdb) l
535  * This is to let the Dock know that the application it launched
536  * has already been mapped (eg: it has finished launching).
537  * It is not necessary for normally docked apps, but is needed for
538  * apps that were forcedly docked (like with dockit).
539  */
540 if (scr-last_dock) {
541 if (wwin  wwin-main_window!=None 
wwin-main_window!=window)
542 wDockTrackWindowLaunch(scr-last_dock, wwin-main_window);
543 else
544 wDockTrackWindowLaunch(scr-last_dock, window);
(gdb) bt
#0  handleMapRequest (ev=0x0) at /home/julien/temp/wmaker-0.91.0/src/event.c:540
#1  0x080b24cb in WMHandleEvent (event=0xba40) at
/home/julien/temp/wmaker-0.91.0/WINGs/wevent.c:231
#2  0x0808d7da in manageAllWindows (scr=0x819d808, crashRecovery=1) at
/home/julien/temp/wmaker-0.91.0/src/startup.c:1018
#3  0x0808d33e in StartUp (defaultScreenOnly=0) at
/home/julien/temp/wmaker-0.91.0/src/startup.c:849
#4  0x08073a27 in real_main (argc=2, argv=0xbce4) at
/home/julien/temp/wmaker-0.91.0/src/main.c:860
#5  0x080736c6 in main (argc=2, argv=0xbce4) at
/home/julien/temp/wmaker-0.91.0/src/main.c:638


Should I open another bug for this ? It seems easier : the scr
variable is null :
(gdb) p scr
$1 = (WScreen *) 0x0

It was returned by :
530scr = wScreenForRootWindow(ev-xmaprequest.parent);

Mmm BTW, the ev argument to handleMapRequest is NULL too, so I don't
understand why it doesn't crash before that !
For example : ev-xmaprequest.window (line 507) or
ev-xmaprequest.parent (line 530).

 -- Forwarded message --
 From: Julien WAJSBERG [EMAIL PROTECTED]
 To: Debian Bug Tracking System [EMAIL PROTECTED]
 Date: Mon, 21 Feb 2005 18:16:18 +0100
 Subject: Bug#296313: wmaker crashes on specific operations in eclipse 3
 Package: wmaker
 Version: 0.91.0-7
 Severity: important
 
 Hi,
 
 With eclipse 3.0.1, I get the following crash in wmaker : when I try to
 create a new class, or when I try to export a Javadoc, wmaker crashes.
 
 I have a core, so I did a backtrace :
 
 #0  0x0809f680 in wNETWMShowingDesktop (scr=0x0, show=0)
 at /home/julien/temp/wmaker-0.91.0/src/wmspec.c:527
 #1  0x080a1588 in wNETWMProcessClientMessage (event=0x0)
 at /home/julien/temp/wmaker-0.91.0/src/wmspec.c:1519
 #2  0x0806b91f in handleClientMessage (event=0xbb90)
 at /home/julien/temp/wmaker-0.91.0/src/event.c:982
 #3  0x080b24cb in WMHandleEvent (event=0xbb90)
 at /home/julien/temp/wmaker-0.91.0/WINGs/wevent.c:231
 #4  0x0806ac39 in EventLoop ()
 at /home/julien/temp/wmaker-0.91.0/src/event.c:325
 #5  0x08073a44 in real_main (argc=2, argv=0xbce4)
 at /home/julien/temp/wmaker-0.91.0/src/main.c:867
 #6  0x080736c6 in main (argc=2, argv=0xbce4)
 at /home/julien/temp/wmaker-0.91.0/src/main.c:638
 
 And list :
 
 (gdb) l
 522 tmp = tmp-prev;
 523 }
 524 wins[i++] = NULL;
 525
 526 scr-netdata-show_desktop = wins;
 527 updateShowDesktop(scr, True);
 528 } else if (scr-netdata-show_desktop != NULL) {
 529 /* FIXME: get rid of workspace flashing ! */
 530 int ws = scr-current_workspace;
 531 WWindow **tmp;
 
 I can get other information if you need it.
 
 The problem is not important when I want to create a class, because
 wmaker restarts immediately.
 But when I want to export a Javadoc, the window then doesn't answer
 to any event anymore.
 
 --
 Julien Wajsberg
 
 -- System Information:
 Debian Release: 3.1
   APT prefers unstable
   APT policy: (500, 'unstable'), (500, 'testing')
 Architecture: i386 (i686)
 Kernel: Linux 2.6.10
 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
 
 Versions of packages wmaker depends on:
 ii  cpp 4:3.3.5-1The GNU C preprocessor (cpp)
 ii  debianutils 2.13.0   Miscellaneous utilities specific 
 t
 ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries 
 an
 ii  libfontconfig1  2.2.3-4  generic font configuration 
 library
 ii  libfreetype62.1.7-2.3FreeType 2 font engine, shared 
 lib
 ii  libwraster3 0.91.0-7 Shared libraries of Window Maker 
 r
 ii  libx11-66.8.1-0.4X Window System protocol client 
 li
 ii  libxext66.8.1-0.4X Window System miscellaneous 
 exte
 ii  libxft2 2.1.2-6  FreeType-based font

Bug#296313: wmaker crashes on specific operations in eclipse 3

2005-02-21 Thread Julien WAJSBERG
Package: wmaker
Version: 0.91.0-7
Severity: important

Hi,

With eclipse 3.0.1, I get the following crash in wmaker : when I try to
create a new class, or when I try to export a Javadoc, wmaker crashes.

I have a core, so I did a backtrace :

#0  0x0809f680 in wNETWMShowingDesktop (scr=0x0, show=0)
at /home/julien/temp/wmaker-0.91.0/src/wmspec.c:527
#1  0x080a1588 in wNETWMProcessClientMessage (event=0x0)
at /home/julien/temp/wmaker-0.91.0/src/wmspec.c:1519
#2  0x0806b91f in handleClientMessage (event=0xbb90)
at /home/julien/temp/wmaker-0.91.0/src/event.c:982
#3  0x080b24cb in WMHandleEvent (event=0xbb90)
at /home/julien/temp/wmaker-0.91.0/WINGs/wevent.c:231
#4  0x0806ac39 in EventLoop ()
at /home/julien/temp/wmaker-0.91.0/src/event.c:325
#5  0x08073a44 in real_main (argc=2, argv=0xbce4)
at /home/julien/temp/wmaker-0.91.0/src/main.c:867
#6  0x080736c6 in main (argc=2, argv=0xbce4)
at /home/julien/temp/wmaker-0.91.0/src/main.c:638

And list :

(gdb) l
522 tmp = tmp-prev;
523 }
524 wins[i++] = NULL;
525
526 scr-netdata-show_desktop = wins;
527 updateShowDesktop(scr, True);
528 } else if (scr-netdata-show_desktop != NULL) {
529 /* FIXME: get rid of workspace flashing ! */
530 int ws = scr-current_workspace;
531 WWindow **tmp;


I can get other information if you need it.

The problem is not important when I want to create a class, because
wmaker restarts immediately.
But when I want to export a Javadoc, the window then doesn't answer
to any event anymore.

-- 
Julien Wajsberg

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages wmaker depends on:
ii  cpp 4:3.3.5-1The GNU C preprocessor (cpp)
ii  debianutils 2.13.0   Miscellaneous utilities specific t
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libfontconfig1  2.2.3-4  generic font configuration library
ii  libfreetype62.1.7-2.3FreeType 2 font engine, shared lib
ii  libwraster3 0.91.0-7 Shared libraries of Window Maker r
ii  libx11-66.8.1-0.4X Window System protocol client li
ii  libxext66.8.1-0.4X Window System miscellaneous exte
ii  libxft2 2.1.2-6  FreeType-based font drawing librar
ii  libxrender1 0.9.0-0.4X Rendering Extension client libra
ii  xlibs   6.8.1-0.4X Window System client libraries m
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information


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



Bug#296313: [felash@gmail.com: Bug#296313: wmaker crashes on specific operations in eclipse 3]

2005-02-21 Thread Marcelo E. Magallon
Hi,

 any clues?
---BeginMessage---
Package: wmaker
Version: 0.91.0-7
Severity: important

Hi,

With eclipse 3.0.1, I get the following crash in wmaker : when I try to
create a new class, or when I try to export a Javadoc, wmaker crashes.

I have a core, so I did a backtrace :

#0  0x0809f680 in wNETWMShowingDesktop (scr=0x0, show=0)
at /home/julien/temp/wmaker-0.91.0/src/wmspec.c:527
#1  0x080a1588 in wNETWMProcessClientMessage (event=0x0)
at /home/julien/temp/wmaker-0.91.0/src/wmspec.c:1519
#2  0x0806b91f in handleClientMessage (event=0xbb90)
at /home/julien/temp/wmaker-0.91.0/src/event.c:982
#3  0x080b24cb in WMHandleEvent (event=0xbb90)
at /home/julien/temp/wmaker-0.91.0/WINGs/wevent.c:231
#4  0x0806ac39 in EventLoop ()
at /home/julien/temp/wmaker-0.91.0/src/event.c:325
#5  0x08073a44 in real_main (argc=2, argv=0xbce4)
at /home/julien/temp/wmaker-0.91.0/src/main.c:867
#6  0x080736c6 in main (argc=2, argv=0xbce4)
at /home/julien/temp/wmaker-0.91.0/src/main.c:638

And list :

(gdb) l
522 tmp = tmp-prev;
523 }
524 wins[i++] = NULL;
525
526 scr-netdata-show_desktop = wins;
527 updateShowDesktop(scr, True);
528 } else if (scr-netdata-show_desktop != NULL) {
529 /* FIXME: get rid of workspace flashing ! */
530 int ws = scr-current_workspace;
531 WWindow **tmp;


I can get other information if you need it.

The problem is not important when I want to create a class, because
wmaker restarts immediately.
But when I want to export a Javadoc, the window then doesn't answer
to any event anymore.

-- 
Julien Wajsberg

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages wmaker depends on:
ii  cpp 4:3.3.5-1The GNU C preprocessor (cpp)
ii  debianutils 2.13.0   Miscellaneous utilities specific t
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libfontconfig1  2.2.3-4  generic font configuration library
ii  libfreetype62.1.7-2.3FreeType 2 font engine, shared lib
ii  libwraster3 0.91.0-7 Shared libraries of Window Maker r
ii  libx11-66.8.1-0.4X Window System protocol client li
ii  libxext66.8.1-0.4X Window System miscellaneous exte
ii  libxft2 2.1.2-6  FreeType-based font drawing librar
ii  libxrender1 0.9.0-0.4X Rendering Extension client libra
ii  xlibs   6.8.1-0.4X Window System client libraries m
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information


---End Message---