Bug#427406: metacity: No more mouse/keyboard-input possible after (...): watch out for metacity-dialog!

2007-06-07 Thread Claudius Hubig
Hi,

Josselin Mouette [EMAIL PROTECTED] wrote:
Thanks for your input. Unfortunately I'm still not able to reproduce the
bug.

It would be very nice if either of you could install libgtk2.0-0-dbg,
rebuild the package with debugging symbols and obtain, when the lockup
occurs, a backtrace of both metacity and metacity-dialog, as explained
in the wiki: http://wiki.debian.org/HowToGetABacktrace

I now followed the article to get packages with debugging symbols and
then did the following on a virtual terminal:

$ export DISPLAY=:0.0
(gdb) gdb metacity
(gdb) set pagination 0
(gdb) set logging on
(gdb) run --replace

[Switch to X, telling Claws-Mail to get mail/news]

# ifdown eth0

[Switch to X, clicking on the x button  fast switch to VT, then waiting a 
bit]

$ ps -A | grep metacity-dialog

= metacity-dialog is active

(gdb) CTRL+C
(gdb) bt
(gdb) bt full
(gdb) quit

# /etc/init.d/gdm restart

The file gdb.txt created by gdb is attached.

I hope I did everything as expected,

Greetings,

Claudius
-- 
Mail:[EMAIL PROTECTED] ICQ:   224491597  ,= ,-_-. =. 
Jabber:[EMAIL PROTECTED] SIP: [EMAIL PROTECTED] ((_/)o o(\_))
MSN:[EMAIL PROTECTED] Nightfall.org:23Claudius  `-'(. .)`-'
Yahoo:  [EMAIL PROTECTED] Using: [Opera|Gaim|[EMAIL PROTECTED]  \_/  GNU
Starting program: /usr/bin/metacity --replace
Failed to read a valid object file image from memory.
[Thread debugging using libthread_db enabled]
[New Thread -1219225920 (LWP 4049)]

Program received signal SIGINT, Interrupt.
[Switching to Thread -1219225920 (LWP 4049)]
0xb7f66410 in ?? ()
#0  0xb7f66410 in ?? ()
#1  0xbf801f98 in ?? ()
#2  0x0400 in ?? ()
#3  0x0817ad20 in ?? ()
#4  0xb7a39173 in __read_nocancel () from /lib/i686/cmov/libpthread.so.0
#5  0xb79b51a4 in ?? () from /usr/lib/libglib-2.0.so.0
#6  0x0014 in ?? ()
#7  0x0817ad20 in ?? ()
#8  0x0400 in ?? ()
#9  0xb79a7654 in g_string_set_size () from /usr/lib/libglib-2.0.so.0
#10 0xb7981dfe in ?? () from /usr/lib/libglib-2.0.so.0
#11 0x08178708 in ?? ()
#12 0x0817ad20 in ?? ()
#13 0x0400 in ?? ()
#14 0xbf802008 in ?? ()
#15 0xbf802090 in ?? ()
#16 0x0003 in ?? ()
#17 0xbf801fe8 in ?? ()
#18 0xb79fe41e in g_object_unref () from /usr/lib/libgobject-2.0.so.0
#19 0xb7982b39 in g_io_channel_read_to_end () from /usr/lib/libglib-2.0.so.0
#20 0x08058b98 in io_from_ping_dialog (channel=0x8178708, condition=G_IO_IN, 
data=0x0) at delete.c:261
#21 0xb79b4c9d in ?? () from /usr/lib/libglib-2.0.so.0
#22 0x08178708 in ?? ()
#23 0x0001 in ?? ()
#24 0x in ?? ()
#0  0xb7f66410 in ?? ()
No symbol table info available.
#1  0xbf801f98 in ?? ()
No symbol table info available.
#2  0x0400 in ?? ()
No symbol table info available.
#3  0x0817ad20 in ?? ()
No symbol table info available.
#4  0xb7a39173 in __read_nocancel () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#5  0xb79b51a4 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#6  0x0014 in ?? ()
No symbol table info available.
#7  0x0817ad20 in ?? ()
No symbol table info available.
#8  0x0400 in ?? ()
No symbol table info available.
#9  0xb79a7654 in g_string_set_size () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#10 0xb7981dfe in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#11 0x08178708 in ?? ()
No symbol table info available.
#12 0x0817ad20 in ?? ()
No symbol table info available.
#13 0x0400 in ?? ()
No symbol table info available.
#14 0xbf802008 in ?? ()
No symbol table info available.
#15 0xbf802090 in ?? ()
No symbol table info available.
#16 0x0003 in ?? ()
No symbol table info available.
#17 0xbf801fe8 in ?? ()
No symbol table info available.
#18 0xb79fe41e in g_object_unref () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#19 0xb7982b39 in g_io_channel_read_to_end () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#20 0x08058b98 in io_from_ping_dialog (channel=0x8178708, condition=G_IO_IN, 
data=0x0) at delete.c:261
str = 0x0
len = 0
err = (GError *) 0x0
#21 0xb79b4c9d in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#22 0x08178708 in ?? ()
No symbol table info available.
#23 0x0001 in ?? ()
No symbol table info available.
#24 0x in ?? ()
No symbol table info available.
The program is running.  Exit anyway? (y or n) 


signature.asc
Description: PGP signature


Bug#427406: metacity: No more mouse/keyboard-input possible after (...): watch out for metacity-dialog!

2007-06-06 Thread Josselin Mouette
Le mercredi 06 juin 2007 à 09:23 +0200, Marco Bravi a écrit :
 Dear all,
 
 I noticed this behaviour on my system about two months ago (metacity
 1.18.0 at the time) and could not chase it away.
 
 I noticed that when this happens (go to console mode if you can, or ssh
 into) there is a dangling metacity-dialog process. Kill it and you're
 done.

Thanks for your input. Unfortunately I'm still not able to reproduce the
bug.

It would be very nice if either of you could install libgtk2.0-0-dbg,
rebuild the package with debugging symbols and obtain, when the lockup
occurs, a backtrace of both metacity and metacity-dialog, as explained
in the wiki: http://wiki.debian.org/HowToGetABacktrace

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#427406: metacity: No more mouse/keyboard-input possible after (...): watch out for metacity-dialog!

2007-06-06 Thread Marco Bravi
Dear all,

I noticed this behaviour on my system about two months ago (metacity
1.18.0 at the time) and could not chase it away.

I noticed that when this happens (go to console mode if you can, or ssh
into) there is a dangling metacity-dialog process. Kill it and you're
done.

Not sure why this happens, tho

Regards from

Marco



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