Bug#608162: metacity: Enabling compositing causes several applications to crash X server

2011-03-02 Thread Julien Cristau
On Tue, Mar  1, 2011 at 21:26:46 -0500, Jeremy wrote:

 Okay, so here's what happens:
 
 I CTRL-ALT-F1 log in su to root terminal
 
 #gdb attach 2526  (which is the PID of Xorg)
 then it goes through a bunch of
 
 reading symbols...loaded symbols
 
 Finally, it outputs:
 
 0xaddressin __Select_nocancel () at
 ../sysdeps/unix.syscall-template.S:82
 82../sysdeps/unix/syscall-template.S: No such file or
 directory.
 in ../sysdeps/unix/syscall-template.S
 
 I then type
 
 (gdb) handle SIGPIPE nostop
 *output here*
 (gdb)cont
 Continuing.
 
 I then press CTRL-ALT-F7 and it freezes.
 
That's expected.  The VT switch requires the cooperation of the X
server, but it's blocked waiting for input in gdb (because it involves
sending SIGUSR1 to X).  And even handle SIGUSR1 nostop won't be enough,
since once you've crashed X you'll want to get back to gdb, which
involves a new VT switch with X blocked waiting for input in gdb.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608162: metacity: Enabling compositing causes several applications to crash X server

2011-03-01 Thread Jeremy
Okay, so here's what happens:

I CTRL-ALT-F1 log in su to root terminal

#gdb attach 2526  (which is the PID of Xorg)
then it goes through a bunch of

reading symbols...loaded symbols

Finally, it outputs:

0xaddressin __Select_nocancel () at
../sysdeps/unix.syscall-template.S:82
82../sysdeps/unix/syscall-template.S: No such file or
directory.
in ../sysdeps/unix/syscall-template.S

I then type

(gdb) handle SIGPIPE nostop
*output here*
(gdb)cont
Continuing.

I then press CTRL-ALT-F7 and it freezes.

Jeremy

On Tue, Feb 22, 2011 at 7:14 PM, Jeremy jeremyb...@gmail.com wrote:

 No, if I recall, I do it from the first virtual terminal, and then it locks
 up.  I'll have to double check though.

 Jeremy

 On Tue, Feb 22, 2011 at 11:25 PM, Cyril Brulebois k...@debian.org wrote:

 Hi,

 Jeremy jeremyb...@gmail.com (22/02/2011):
  I've tried a few times to get a backtrace, but every time try to
  attach GDB to the process, it freezes up.  I'm going to try again,
  to tell you exactly what happens.

 you're not trying to attach from within X, are you? :)

 KiBi.

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)

 iEYEARECAAYFAk1kRgIACgkQeGfVPHR5Nd33/QCfU3zfKwtXGhdnyZadyyooW2Ad
 eSYAoMT+D5eSkRM6O5w6MGC5JhhUUSeV
 =Kz/I
 -END PGP SIGNATURE-





Bug#608162: metacity: Enabling compositing causes several applications to crash X server

2011-03-01 Thread Jeremy
Err... then I tried CTRL-ALT-DELETE, it jumped quickly to the desktop and
then back to the terminal as it shut down.  I have no idea what this means.

Jeremy

On Tue, Mar 1, 2011 at 9:26 PM, Jeremy jeremyb...@gmail.com wrote:

 Okay, so here's what happens:

 I CTRL-ALT-F1 log in su to root terminal

 #gdb attach 2526  (which is the PID of Xorg)
 then it goes through a bunch of

 reading symbols...loaded symbols

 Finally, it outputs:

 0xaddressin __Select_nocancel () at
 ../sysdeps/unix.syscall-template.S:82
 82../sysdeps/unix/syscall-template.S: No such file or
 directory.
 in ../sysdeps/unix/syscall-template.S

 I then type

 (gdb) handle SIGPIPE nostop
 *output here*
 (gdb)cont
 Continuing.

 I then press CTRL-ALT-F7 and it freezes.

 Jeremy


 On Tue, Feb 22, 2011 at 7:14 PM, Jeremy jeremyb...@gmail.com wrote:

 No, if I recall, I do it from the first virtual terminal, and then it
 locks up.  I'll have to double check though.

 Jeremy

 On Tue, Feb 22, 2011 at 11:25 PM, Cyril Brulebois k...@debian.orgwrote:

 Hi,

 Jeremy jeremyb...@gmail.com (22/02/2011):
  I've tried a few times to get a backtrace, but every time try to
  attach GDB to the process, it freezes up.  I'm going to try again,
  to tell you exactly what happens.

 you're not trying to attach from within X, are you? :)

 KiBi.

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)

 iEYEARECAAYFAk1kRgIACgkQeGfVPHR5Nd33/QCfU3zfKwtXGhdnyZadyyooW2Ad
 eSYAoMT+D5eSkRM6O5w6MGC5JhhUUSeV
 =Kz/I
 -END PGP SIGNATURE-






Bug#608162: metacity: Enabling compositing causes several applications to crash X server

2011-03-01 Thread Jeremy
Okay, I was able to start debugging it with the -core option in the X
startup instead and now I can't get it to crash.

I guess close this bug report.  We can open it if it crashes again, and I'll
get the core dump next time.

On Tue, Mar 1, 2011 at 9:29 PM, Jeremy jeremyb...@gmail.com wrote:

 Err... then I tried CTRL-ALT-DELETE, it jumped quickly to the desktop and
 then back to the terminal as it shut down.  I have no idea what this means.

 Jeremy


 On Tue, Mar 1, 2011 at 9:26 PM, Jeremy jeremyb...@gmail.com wrote:

 Okay, so here's what happens:

 I CTRL-ALT-F1 log in su to root terminal

 #gdb attach 2526  (which is the PID of Xorg)
 then it goes through a bunch of

 reading symbols...loaded symbols

 Finally, it outputs:

 0xaddressin __Select_nocancel () at
 ../sysdeps/unix.syscall-template.S:82
 82../sysdeps/unix/syscall-template.S: No such file or
 directory.
 in ../sysdeps/unix/syscall-template.S

 I then type

 (gdb) handle SIGPIPE nostop
 *output here*
 (gdb)cont
 Continuing.

 I then press CTRL-ALT-F7 and it freezes.

 Jeremy


 On Tue, Feb 22, 2011 at 7:14 PM, Jeremy jeremyb...@gmail.com wrote:

 No, if I recall, I do it from the first virtual terminal, and then it
 locks up.  I'll have to double check though.

 Jeremy

 On Tue, Feb 22, 2011 at 11:25 PM, Cyril Brulebois k...@debian.orgwrote:

 Hi,

 Jeremy jeremyb...@gmail.com (22/02/2011):
  I've tried a few times to get a backtrace, but every time try to
  attach GDB to the process, it freezes up.  I'm going to try again,
  to tell you exactly what happens.

 you're not trying to attach from within X, are you? :)

 KiBi.

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)

 iEYEARECAAYFAk1kRgIACgkQeGfVPHR5Nd33/QCfU3zfKwtXGhdnyZadyyooW2Ad
 eSYAoMT+D5eSkRM6O5w6MGC5JhhUUSeV
 =Kz/I
 -END PGP SIGNATURE-







Bug#608162: metacity: Enabling compositing causes several applications to crash X server

2011-02-22 Thread Cyril Brulebois
Hi Jeremy.

Cyril Brulebois k...@debian.org (16/01/2011):
 if you're talking about the backtrace in the X log, that's normal,
 that's what glibc's backtrace() gives. You need to use gdb to get a
 full backtrace:
   http://pkg-xorg.alioth.debian.org/xsf-docs/howtos/use-gdb.html

Ping?

KiBi.


signature.asc
Description: Digital signature


Bug#608162: metacity: Enabling compositing causes several applications to crash X server

2011-02-22 Thread Jeremy
Hi KiBi,

I've tried a few times to get a backtrace, but every time try to attach GDB
to the process, it freezes up.  I'm going to try again, to tell you exactly
what happens.

Jeremy

On Tue, Feb 22, 2011 at 10:39 PM, Cyril Brulebois k...@debian.org wrote:

 Hi Jeremy.

 Cyril Brulebois k...@debian.org (16/01/2011):
  if you're talking about the backtrace in the X log, that's normal,
  that's what glibc's backtrace() gives. You need to use gdb to get a
  full backtrace:
http://pkg-xorg.alioth.debian.org/xsf-docs/howtos/use-gdb.html

 Ping?

 KiBi.

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)

 iEYEARECAAYFAk1kOykACgkQeGfVPHR5Nd2ZoQCfbyhvAEU1Vpz8eL9M9F5l1oqu
 TGIAn2U2y3RdR+76DUQ6twA9J9MZYNZ/
 =HFzo
 -END PGP SIGNATURE-




Bug#608162: metacity: Enabling compositing causes several applications to crash X server

2011-02-22 Thread Cyril Brulebois
Hi,

Jeremy jeremyb...@gmail.com (22/02/2011):
 I've tried a few times to get a backtrace, but every time try to
 attach GDB to the process, it freezes up.  I'm going to try again,
 to tell you exactly what happens.

you're not trying to attach from within X, are you? :)

KiBi.


signature.asc
Description: Digital signature


Bug#608162: metacity: Enabling compositing causes several applications to crash X server

2011-02-22 Thread Jeremy
No, if I recall, I do it from the first virtual terminal, and then it locks
up.  I'll have to double check though.

Jeremy

On Tue, Feb 22, 2011 at 11:25 PM, Cyril Brulebois k...@debian.org wrote:

 Hi,

 Jeremy jeremyb...@gmail.com (22/02/2011):
  I've tried a few times to get a backtrace, but every time try to
  attach GDB to the process, it freezes up.  I'm going to try again,
  to tell you exactly what happens.

 you're not trying to attach from within X, are you? :)

 KiBi.

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)

 iEYEARECAAYFAk1kRgIACgkQeGfVPHR5Nd33/QCfU3zfKwtXGhdnyZadyyooW2Ad
 eSYAoMT+D5eSkRM6O5w6MGC5JhhUUSeV
 =Kz/I
 -END PGP SIGNATURE-




Bug#608162: metacity: Enabling compositing causes several applications to crash X server

2011-01-15 Thread Cyril Brulebois
Hi Jeremy,

Jeremy Salwen jeremyb...@gmail.com (27/12/2010):
 I get a backtrace from the X server, which I will try to attach.  I
 installed the xserver-xorg-core-dbg, as well as a libmesa-dri (or
 something like that) dbg package, but the backtraces I'm getting
 still don't list function names.

if you're talking about the backtrace in the X log, that's normal,
that's what glibc's backtrace() gives. You need to use gdb to get a
full backtrace:
  http://pkg-xorg.alioth.debian.org/xsf-docs/howtos/use-gdb.html

KiBi.


signature.asc
Description: Digital signature


Bug#608162: metacity: Enabling compositing causes several applications to crash X server

2010-12-28 Thread Josselin Mouette
reassign 608162 xserver-xorg-video-intel
thanks

Hi,

Le lundi 27 décembre 2010 à 21:17 -0500, Jeremy Salwen a écrit :
 After enabling compositing in metacity (by using gconf-editor), the X server
 will repeatedly crash when I start up certain applications.

Thanks for your report. Please always report crashes against the package
containing the program that crashes. In this case, the X server.

 Compositing will work when enabled, and for some applications it seems fine.
 However, it will crash the X server when some applications are started.
 Quadrapassel and glxgears will crash the X server immediately.  Chromium-
 browser will first open up a window, but then crash within half a second while
 it appears to be attempting to resize itself.  All of these work fine when
 compositing is not enabled.

So it crashes as soon as it uses 3D. As a reminder for X maintainers:
metacity uses RENDER compositing, not 3D. It’s never been a furiously
fast compositor, but it usually works fine, especially on Intel which
has the best 2D acceleration out there.

 I get a backtrace from the X server, which I will try to attach.  I installed
 the xserver-xorg-core-dbg, as well as a libmesa-dri (or something like that)
 dbg package, but the backtraces I'm getting still don't list function names.

-- 
 .''`.
: :' : “You would need to ask a lawyer if you don't know
`. `'   that a handshake of course makes a valid contract.”
  `---  J???rg Schilling




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608162: metacity: Enabling compositing causes several applications to crash X server

2010-12-27 Thread Jeremy Salwen
Package: metacity
Version: 1:2.30.1-3
Severity: normal

After enabling compositing in metacity (by using gconf-editor), the X server
will repeatedly crash when I start up certain applications.

Compositing will work when enabled, and for some applications it seems fine.
However, it will crash the X server when some applications are started.
Quadrapassel and glxgears will crash the X server immediately.  Chromium-
browser will first open up a window, but then crash within half a second while
it appears to be attempting to resize itself.  All of these work fine when
compositing is not enabled.

I get a backtrace from the X server, which I will try to attach.  I installed
the xserver-xorg-core-dbg, as well as a libmesa-dri (or something like that)
dbg package, but the backtraces I'm getting still don't list function names.



-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages metacity depends on:
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-6   The Cairo 2D vector graphics libra
ii  libcanberra-gtk0  0.24-1 Gtk+ helper for playing widget eve
ii  libcanberra0  0.24-1 a simple abstract interface for pl
ii  libgconf2-4   2.28.1-6   GNOME configuration database syste
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface
ii  libgtop2-72.28.1-1   gtop system monitoring library (sh
ii  libice6   2:1.0.7-1  X11 Inter-Client Exchange library
ii  libmetacity-private0  1:2.30.1-3 library for the Metacity window ma
ii  libpango1.0-0 1.28.3-1   Layout and rendering of internatio
ii  libsm62:1.2.0-1  X11 Session Management library
ii  libstartup-notification0  0.10-1 library for program launch feedbac
ii  libx11-6  2:1.3.3-4  X11 client-side library
ii  libxcomposite11:0.4.3-1  X11 Composite extension library
ii  libxcursor1   1:1.1.11-1 X cursor management library
ii  libxdamage1   1:1.1.3-1  X11 damaged region extension libra
ii  libxext6  2:1.1.2-1  X11 miscellaneous extension librar
ii  libxfixes31:4.0.5-1  X11 miscellaneous 'fixes' extensio
ii  libxinerama1  2:1.1.1-1  X11 Xinerama extension library
ii  libxrandr22:1.3.1-1  X11 RandR extension library
ii  libxrender1   1:0.9.6-1  X Rendering Extension client libra
ii  metacity-common   1:2.30.1-3 shared files for the Metacity wind
ii  zenity2.30.0-1   Display graphical dialog boxes fro

Versions of packages metacity recommends:
ii  gnome-session [x-session-mana 2.30.2-3   The GNOME Session Manager - GNOME

Versions of packages metacity suggests:
ii  gnome-control-center  1:2.30.1-2 utilities to configure the GNOME d
ii  gnome-themes  2.30.2-1   official themes for the GNOME desk
ii  xdg-user-dirs 0.13-2 tool to manage well known user dir

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.26-dsa-amd64 x86_64 Debian
Current Operating System: Linux jeremy-netbook 2.6.32-5-amd64 #1 SMP Fri Dec 10 
15:35:08 UTC 2010 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 
root=UUID=7dedffdc-0c4f-4e7f-ade1-76151fd24642 ro quiet acpi_osi=Linux
Build Date: 02 December 2010  01:10:32AM
xorg-server 2:1.7.7-10 (Julien Cristau jcris...@debian.org) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Mon Dec 27 21:02:29 2010
(==) Using config file: /etc/X11/xorg.conf
(==) Using system config directory /usr/share/X11/xorg.conf.d
(==) ServerLayout X.org Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Input Device Keyboard0
(**) |--Input Device Synaptics Touchpad
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/100dpi/ does not exist.
Entry