Re: [Cooker] Crashing Metacity

2002-11-11 Thread Michal Bukovjan
Michal Bukovjan wrote:

Hi Frederic/cookers,

here is what I pried from gdb for the crashing metacity process:


Program received signal SIGSEGV, Segmentation fault.
0x08077680 in meta_stack_windows_cmp ()
(gdb) bt
#0  0x08077680 in meta_stack_windows_cmp ()
#1  0x0004 in ?? ()
#2  0x080d54d8 in ?? ()
#3  0x0813b890 in ?? ()
#4  0x080f20f8 in ?? ()
#5  0x40708688 in __check_rhosts_file () from /lib/i686/libc.so.6
#6  0x75c08506 in ?? ()
Cannot access memory at address 0x8b0674c0

All current cooker (metacity-2.4.3, gtk+2.0.7).

Hope this helps you solve the problem.
The problems started to appear after an update to gtk+2.0.7-1mdk (and 
continue up to today's cooker).

Michal



Still crashing with metacity-2.4.3-2mdk, this time like this (which 
should be more likely the cause of the crash, as it comes with gtk+-2.0.7):

-
Program received signal SIGSEGV, Segmentation fault. 

0x40385228 in gdk_drawable_set_colormap () from 
/usr/lib/libgdk-x11-2.0.so.0 
(gdb) bt 

  #0  0x40385228 in gdk_drawable_set_colormap () from 
/usr/lib/libgdk-x11-2.0.so.0 
#1  0x08155898 in ?? () 

  #2  0x0001 in ?? ()

Michal




[Cooker] Crashing Metacity

2002-11-08 Thread Michal Bukovjan
Hi Frederic/cookers,

here is what I pried from gdb for the crashing metacity process:


Program received signal SIGSEGV, Segmentation fault.
0x08077680 in meta_stack_windows_cmp ()
(gdb) bt
#0  0x08077680 in meta_stack_windows_cmp ()
#1  0x0004 in ?? ()
#2  0x080d54d8 in ?? ()
#3  0x0813b890 in ?? ()
#4  0x080f20f8 in ?? ()
#5  0x40708688 in __check_rhosts_file () from /lib/i686/libc.so.6
#6  0x75c08506 in ?? ()
Cannot access memory at address 0x8b0674c0

All current cooker (metacity-2.4.3, gtk+2.0.7).

Hope this helps you solve the problem.
The problems started to appear after an update to gtk+2.0.7-1mdk (and 
continue up to today's cooker).

Michal




Re: [Cooker] Crashing Metacity

2002-11-08 Thread gabor
On Fri, 2002-11-08 at 12:36, Michal Bukovjan wrote:
 Hi Frederic/cookers,
 
 here is what I pried from gdb for the crashing metacity process:
 
 
 Program received signal SIGSEGV, Segmentation fault.
 0x08077680 in meta_stack_windows_cmp ()
 (gdb) bt
 #0  0x08077680 in meta_stack_windows_cmp ()
 #1  0x0004 in ?? ()
 #2  0x080d54d8 in ?? ()
 #3  0x0813b890 in ?? ()
 #4  0x080f20f8 in ?? ()
 #5  0x40708688 in __check_rhosts_file () from /lib/i686/libc.so.6
 #6  0x75c08506 in ?? ()
 Cannot access memory at address 0x8b0674c0
 
 All current cooker (metacity-2.4.3, gtk+2.0.7).
 
 Hope this helps you solve the problem.
 The problems started to appear after an update to gtk+2.0.7-1mdk (and 
 continue up to today's cooker).

yes, i think it begun when gtk2 was updated to fontconfig/xft

gabor

 
 Michal