[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall() with overlay-scrollbars

2011-10-07 Thread Martin Pitt
I think this was fixed for good with bug 805303, so it's a duplicate.
However, as both bugs already have tons of duplicates, I just close
this, instead of generating even more bug spam mail by duplicating.

** Changed in: overlay-scrollbar (Ubuntu Oneiric)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848808

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall() with overlay-
  scrollbars

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/848808/+subscriptions

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


[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall()

2011-09-29 Thread Martin Pitt
I can reproduce this. Running metacity in gdb is a bit tricky as it
keeps locking up, but I was able to generate a core file, and then
produce a stack trace with full symbols from it. This was run with
--sync.

** Attachment added: full stack trace with --sync
   
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/848808/+attachment/2478545/+files/sync-stacktrace.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848808

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/848808/+subscriptions

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


[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall()

2011-09-29 Thread Martin Pitt
I did a few obvious checks:

 * unapplying all our patches doesn't help
 * upstream git head doesn't have any code changes since 2.34.1
 * upstream git head with -g -O0 still crashes

Right before it crashes, metacity logs

   Log level 16: Native children wider or taller than 65535 pixels are
not supported

so we need to find out where it tries to allocate or change such a big
widget.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848808

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/848808/+subscriptions

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


[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall()

2011-09-29 Thread Jean-Baptiste Lallement
I don't know it it's related, but if I disable overlay scrollbar before running 
vlc, then metacity doesn't crash
$ export LIBOVERLAY_SCROLLBAR=0
$ vlc
works fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848808

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/848808/+subscriptions

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


[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall()

2011-09-29 Thread Martin Pitt
And indeed we see in the stack trace:

#12 0x7fc81b7c18dd in _gdk_pixmap_new (drawable=0x134c5a0,
width=564, height=65535, depth=24)

even though the log message says that 65535 should still just barely
fit, it does seem like a bug.

No part of the stack trace goes through metacity here, it seems to be an
internal repaint operation in GTK 2 (gdk_window_update_idle()).

Chris just pointed out that I'm seeing a different crash than the
original reporter here. Unfortunately for the dupe checker they are
indistinguishable. However, I'm investigating the one I see for now, as
it's the one I can reliably reproduce.

Note that it won't make much sense to report this upstream. Both GTK 2
and metacity are obsolete and unmaintained, and for 12.04 we ought to
find another window manager  for unity 2D.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848808

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/848808/+subscriptions

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


[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall()

2011-09-29 Thread Didier Roche
ah, so vlc is making metacity crashes? Seems related to a fix I just
pushed for bug #805303 (linked to overlay-scrollbar)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848808

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/848808/+subscriptions

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


[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall()

2011-09-29 Thread Martin Pitt
I confirm that with LIBOVERLAY_SCROLLBAR=0 these don't happen. This is
most probably a dupe of bug 805303.

** Package changed: metacity (Ubuntu Oneiric) = overlay-scrollbar
(Ubuntu Oneiric)

** Summary changed:

- metacity crashed with SIGABRT in __kernel_vsyscall()
+ metacity crashed with SIGABRT in __kernel_vsyscall() with overlay-scrollbars

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848808

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall() with overlay-
  scrollbars

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/848808/+subscriptions

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


[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall() with overlay-scrollbars

2011-09-29 Thread Martin Pitt
** Changed in: overlay-scrollbar (Ubuntu Oneiric)
 Assignee: Canonical Desktop Team (canonical-desktop-team) = Canonical 
Desktop Experience Team (canonical-dx-team)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848808

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall() with overlay-
  scrollbars

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/848808/+subscriptions

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


[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall() with overlay-scrollbars

2011-09-29 Thread Jean-Baptiste Lallement
** Tags added: rls-mgr-o-tracking

** Description changed:

  i was installing a package via metacity. I tried to install two packages
  simultaneously.
+ 
+ TEST CASE
+ 1. Start VLC
+ 2. Click on the 'play list' button
+ 
+ Result:
+ This crash
+ 
+ WORKAROUND
+ Disable overlay scrollbars before starting vlc. From a terminal run
+ $ export LIBOVERLAY_SCROLLBAR=0
+ $ vlc
  
  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: metacity 1:2.34.1-1ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-11.17-generic 3.0.4
  Uname: Linux 3.0.0-11-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 1.22.1-0ubuntu2
  Architecture: i386
  Date: Tue Sep 13 15:22:58 2011
  ExecutablePath: /usr/bin/metacity
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110901)
  ProcCmdline: metacity
  ProcEnviron:
-  LANGUAGE=en_IN:en
-  PATH=(custom, no user)
-  LANG=en_IN
-  SHELL=/bin/bash
+  LANGUAGE=en_IN:en
+  PATH=(custom, no user)
+  LANG=en_IN
+  SHELL=/bin/bash
  Signal: 6
  SourcePackage: metacity
  StacktraceTop:
-  __kernel_vsyscall ()
-  raise () from /lib/i386-linux-gnu/libc.so.6
-  abort () from /lib/i386-linux-gnu/libc.so.6
-  ?? ()
-  ?? ()
+  __kernel_vsyscall ()
+  raise () from /lib/i386-linux-gnu/libc.so.6
+  abort () from /lib/i386-linux-gnu/libc.so.6
+  ?? ()
+  ?? ()
  Title: metacity crashed with SIGABRT in __kernel_vsyscall()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848808

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall() with overlay-
  scrollbars

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/848808/+subscriptions

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

[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall()

2011-09-28 Thread Aurélien Gâteau
In the beginning of vlc.out there is a line which says:

  Blocked: call to putenv(LIBOVERLAY_SCROLLBAR=0)

That could be the problem. Anyone knows where this Blocked line comes
from?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848808

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/848808/+subscriptions

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


[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall()

2011-09-28 Thread Aurélien Gâteau
Never mind, comment #62 from bug #805303 explains the reason for the
Blocked line.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848808

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/848808/+subscriptions

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


[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall()

2011-09-27 Thread Jean-Baptiste Lallement
@Dmitry, yes it still happens with Qt 4:4.7.4-0ubuntu4
The output of vlc is attached

** Attachment added: vlc.out
   
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/848808/+attachment/2467934/+files/vlc.out

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848808

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/848808/+subscriptions

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


[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall()

2011-09-27 Thread Jean-Baptiste Lallement
easily reproduced with VLC

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848808

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/848808/+subscriptions

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


[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall()

2011-09-27 Thread Dmitry Shachnev
It seems that you are still experiencing that bug (#805303), maybe it's
a good idea to reopen it?

Some other people also get it with the patched version, see comments 69, 71, 73.
And comment 62 suggests that this can happen because of calling putenv() in 
multi-thread application.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848808

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/848808/+subscriptions

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


[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall()

2011-09-26 Thread Jean-Baptiste Lallement
bumping to high due to the number of duplicates.
I can reproducibly produce this crash with VLC.

Test case:
1. Start VLC
2. Click on the 'play list' button 

result this crash

** Changed in: metacity (Ubuntu Oneiric)
   Importance: Medium = High

** Changed in: metacity (Ubuntu Oneiric)
Milestone: None = ubuntu-11.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848808

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/848808/+subscriptions

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


[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall()

2011-09-26 Thread Dmitry Shachnev
@Jean-Baptiste: It should have been fixed in bug 805303, can you please
ensure that you have the latest Qt and then paste here terminal output
of VLC?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848808

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/848808/+subscriptions

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


[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall()

2011-09-25 Thread balo
i set the --sync option, i create bug report when crash.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848808

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/848808/+subscriptions

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


[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall()

2011-09-24 Thread balo
happened with me when i set the volume with my keyboard.
i can't reproduce it, happening sometimes but always unexpectedly.

often it happens while using vlc (hide / show, and other operations)
see my duplicated bug: #858322 i hope this help

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848808

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/848808/+subscriptions

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


[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall()

2011-09-24 Thread Chris Coulson
Can someone recreate this whilst running metacity with the --sync
option? The stacktrace here isn't much use, as it's not where the actual
error occurred

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848808

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/848808/+subscriptions

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


[Bug 848808] Re: metacity crashed with SIGABRT in __kernel_vsyscall()

2011-09-23 Thread Pedro Villavicencio
this seems to still be an issue with latest package on Oneiric,
targeting to it so it can be fixed there.

** Visibility changed to: Public

** Also affects: metacity (Ubuntu Oneiric)
   Importance: Medium
   Status: Confirmed

** Changed in: metacity (Ubuntu Oneiric)
   Status: Confirmed = Triaged

** Changed in: metacity (Ubuntu Oneiric)
 Assignee: (unassigned) = Canonical Desktop Team (canonical-desktop-team)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848808

Title:
  metacity crashed with SIGABRT in __kernel_vsyscall()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/848808/+subscriptions

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