Public bug reported:

Binary package hint: gnome-session

I testing XGL with Beryl, my [0]guide.
[0] http://wiki.beryl-project.org/index.php?title=Install/Ubuntu/Edgy/XGL

Testing XGL + Beryl with other session. Many problem with my [1]hardware : -(. 
Freeze and other problems. I reboot and core in gnome-panel. I report crash.
[1] 01:05.0 VGA compatible controller: ATI Technologies Inc ATI Radeon XPRESS 
200M 5955 (PCIE)


Oummm, problem:

# file /usr/bin/startgnomexgl.sh
# Work with excesive use cpu, problem with gnome-settings-daemon
#!/bin/sh
Xgl -fullscreen :1 -ac -br -accel glx:pbuffer -accel xv:pbuffer &
sleep 4  
export DISPLAY=:1 
exec gnome-session

change to:

# file /usr/bin/startgnomexgl.sh
# freezy gnome-panel, others problem and restart ubuntu and report of crash in 
gnome-panel
#!/bin/sh
Xgl :1 -fullscreen -ac -accel xv:pbuffer -accel glx:pbuffer &
DISPLAY=:1
cookie="$(xauth -i nextract - :0 | cut -d ' ' -f 9)"
xauth -i add :1 . "$cookie"
exec dbus-launch --exit-with-session gnome-session

ProblemType: Crash
Date: Tue Feb 20 23:20:52 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-session
Package: gnome-session 2.17.91-0ubuntu3
ProcCmdline: /usr/bin/gnome-session
ProcCwd: /home/caravena
ProcEnviron:
 LANGUAGE=es_CL:es
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=es_CL.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: gnome-session
StacktraceTop:
 ?? () from /lib/tls/i686/cmov/libc.so.6
 ?? () from /usr/lib/libglib-2.0.so.0
 ?? ()
 ?? ()
 ?? ()
Uname: Linux zeus 2.6.20-8-lowlatency #2 SMP PREEMPT Tue Feb 13 05:21:37 UTC 
2007 i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

** Affects: gnome-session (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
[apport] {Testing XGL + Beryl 0.2RC1} gnome-session crashed with SIGSEGV
https://launchpad.net/bugs/86627

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to