Bug#431938: devilspie: segmentation fault

2007-08-06 Thread Ross Burton
On Fri, 2007-07-06 at 01:08 -0400, Vladimir Z wrote:
> [EMAIL PROTECTED]:.devilspie$ devilspie
> got eof
> got eof
> 
> (devilspie:3378): Wnck-WARNING **: Unhandled action type (nil)
> 
> (devilspie:3378): Wnck-WARNING **: Unhandled action type (nil)
> 
> (devilspie:3378): Wnck-WARNING **: Unhandled action type (nil)
> 
> (devilspie:3378): Wnck-WARNING **: Unhandled action type (nil)
> Segmentation fault

Crashing on parser failure is clearly bad.

> [EMAIL PROTECTED]:.devilspie$ ls
> aterm.ds  firefox.ds  gjots  mrxvt.ds  pidgin.ds  thunderbird.ds  zim.ds
> [EMAIL PROTECTED]:.devilspie$ cat aterm.ds 
> (if (contains (application_name) "aterm") 
> (begin
> (set_workspace 1))
   ^ remove this
> (maximize)
> )
> )

> [EMAIL PROTECTED]:.devilspie$ cat mrxvt.ds 
> (if (contains (application_name) "mrxvt") 
> (begin
> (set_workspace 1))
  ^ and this
> (maximize)
> )
> )

Ross
-- 
Ross Burton mail: [EMAIL PROTECTED]
  jabber: [EMAIL PROTECTED]
 www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF



signature.asc
Description: This is a digitally signed message part


Bug#431938: devilspie: segmentation fault

2007-07-05 Thread Vladimir Z
Package: devilspie
Version: 0.20.2-1
Severity: grave
Justification: renders package unusable



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.21.5 (PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages devilspie depends on:
ii  libc6 2.5-9+b1   GNU C Library: Shared libraries
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libgtk2.0-0   2.10.13-1  The GTK+ graphical user interface 
ii  libwnck18 2.18.2-1   Window Navigator Construction Kit 
ii  libx11-6  2:1.0.3-7  X11 client-side library

devilspie recommends no packages.

-- no debconf information

devilspie crashes:

[EMAIL PROTECTED]:.devilspie$ devilspie
got eof
got eof

(devilspie:3378): Wnck-WARNING **: Unhandled action type (nil)

(devilspie:3378): Wnck-WARNING **: Unhandled action type (nil)

(devilspie:3378): Wnck-WARNING **: Unhandled action type (nil)

(devilspie:3378): Wnck-WARNING **: Unhandled action type (nil)
Segmentation fault

[EMAIL PROTECTED]:.devilspie$ ls
aterm.ds  firefox.ds  gjots  mrxvt.ds  pidgin.ds  thunderbird.ds  zim.ds
[EMAIL PROTECTED]:.devilspie$ cat aterm.ds 
(if (contains (application_name) "aterm") 
(begin
(set_workspace 1))  
(maximize)
)
)
[EMAIL PROTECTED]:.devilspie$ cat firefox.ds 
; Move firefox to workspace 2
(if 
  (is (application_name) "firefox-bin") 
  (set_workspace 2)
)
[EMAIL PROTECTED]:.devilspie$ cat mrxvt.ds 
(if (contains (application_name) "mrxvt") 
(begin
(set_workspace 1))  
(maximize)
)
)
[EMAIL PROTECTED]:.devilspie$ cat pidgin.ds 
(if
(and 
(is (application_name) "pidgin")
(is (window_name) "Buddy List")
)
(set_workspace 5)   
)

cat thunderbird.ds 
(if (contains (application_name) "Thunderbird") (set_workspace 2))

cat zim.ds 
(if (contains (application_name) "zim") (set_workspace 3))




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