pawandubey / superswitcher

Automatically exported from code.google.com/p/superswitcher
GNU General Public License v2.0
0 stars 0 forks source link

Segfault at startup within enlightenment (e16) #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. configure xinitrc to exec e16 at startup
2. $startx
3. open a terminal (I use urxvt)
4. $superswitcher

What is the expected output? What do you see instead?

$ superswitcher 
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".

(superswitcher:10741): GLib-CRITICAL **: g_ascii_strcasecmp: assertion `s1
!= NULL' failed

(superswitcher:10741): Wnck-CRITICAL **: wnck_workspace_get_number:
assertion `WNCK_IS_WORKSPACE (space)' failed
Segmentation fault

What version of the product are you using? On what operating system?
Superswitcher 0.6
Archlinux
Enlightenment 0.16.8.15
(Composite enabled)
gconf 2.24.0
libwnck 2.26.0
dbus-glib 0.78

Please provide any additional information below.

Original issue reported on code.google.com by yuzi...@gmail.com on 8 Apr 2009 at 2:19

GoogleCodeExporter commented 8 years ago
About those Xlib warnings:
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".

I actually get them whenever I run any GUI program. It's harmless and
well-documented: http://bbs.archlinux.org/viewtopic.php?id=65403

So they can be safely ignored, ie. they are most likely not the cause of the 
subsequent:

(superswitcher:10741): GLib-CRITICAL **: g_ascii_strcasecmp: assertion `s1
!= NULL' failed

(superswitcher:10741): Wnck-CRITICAL **: wnck_workspace_get_number:
assertion `WNCK_IS_WORKSPACE (space)' failed
Segmentation fault

Original comment by yuzi...@gmail.com on 8 Apr 2009 at 3:55