[Bug 885330] Re: gedit crashed with SIGSEGV in g_slice_alloc() when opening file with zeros

2011-11-19 Thread Sergey Basalaev
** Attachment removed: valgrind.log
   
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/885330/+attachment/2600547/+files/valgrind.log

** Attachment removed: valgrind2.log
   
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/885330/+attachment/2600548/+files/valgrind2.log

** Attachment removed: valgrind3.log
   
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/885330/+attachment/2600549/+files/valgrind3.log

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

Title:
  gedit crashed with SIGSEGV in g_slice_alloc() when opening file with
  zeros

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/885330/+subscriptions

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


[Bug 885330] Re: gedit crashed with SIGSEGV in g_slice_alloc() when opening file with zeros

2011-11-19 Thread Sergey Basalaev
Ok, I followed instructions on wiki and surprisingly under valgrind
gedit does not crash. It crashes only in case when I remove 'G_SLICE
=always-malloc' from command. Log is for that case.

** Attachment added: valgrind.log.gz
   
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/885330/+attachment/2601554/+files/valgrind.log.gz

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

Title:
  gedit crashed with SIGSEGV in g_slice_alloc() when opening file with
  zeros

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/885330/+subscriptions

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


[Bug 885330] Re: gedit crashed with SIGSEGV in g_slice_alloc() when opening file with zeros

2011-11-17 Thread Sergey Basalaev
Is I still can reproduce it with 3.2.2-0ubuntu1
Can you describe me the correct way to get a valgrind log? I ran `valgrind 
gedit example.txt` three times and got three different traces.

** Attachment added: valgrind.log
   
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/885330/+attachment/2600547/+files/valgrind.log

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

Title:
  gedit crashed with SIGSEGV in g_slice_alloc() when opening file with
  zeros

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/885330/+subscriptions

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


[Bug 885330] Re: gedit crashed with SIGSEGV in g_slice_alloc() when opening file with zeros

2011-11-17 Thread Sergey Basalaev
** Attachment added: valgrind2.log
   
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/885330/+attachment/2600548/+files/valgrind2.log

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

Title:
  gedit crashed with SIGSEGV in g_slice_alloc() when opening file with
  zeros

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/885330/+subscriptions

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


[Bug 885330] Re: gedit crashed with SIGSEGV in g_slice_alloc() when opening file with zeros

2011-11-17 Thread Sergey Basalaev
** Attachment added: valgrind3.log
   
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/885330/+attachment/2600549/+files/valgrind3.log

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

Title:
  gedit crashed with SIGSEGV in g_slice_alloc() when opening file with
  zeros

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/885330/+subscriptions

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


[Bug 883937] Re: gedit crashes while opening file with zeros

2011-11-08 Thread Sergey Basalaev
*** This bug is a duplicate of bug 885330 ***
https://bugs.launchpad.net/bugs/885330

** This bug has been marked a duplicate of bug 885330
   gedit crashed with SIGSEGV in g_slice_alloc() when opening file with zeros

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

Title:
  gedit crashes while opening file with zeros

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

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


[Bug 887681] Re: memory leak in spell checker plugin

2011-11-08 Thread Sergey Basalaev
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/887681

Title:
  memory leak in spell checker plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit-plugins/+bug/887681/+subscriptions

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


[Bug 887681] [NEW] memory leak in spell checker plugin

2011-11-08 Thread Sergey Basalaev
Public bug reported:

Spell checker plugin does not free resources after document is closed.

Steps to reproduce:

1. Open gedit
2. Enable spell checker plugin
3. Open document in gedit, notice that memory usage of gedit increased (by 
approx. 10 MB for me)
4. Close document, notice that memory usage is not decreased
5. Open the same document again, notice that memory usage of gedit increased 
again

After repeating steps 3-5 a couple of dozens times gedit consumes much
of RAM.

This also works if spellchecker is the only enabled plugin so this is
not an issue of another plugin. And if the spellchecker is disabled then
I unable to reproduce this behavior (after opening/closing about 50
files memory usage increased by just ~0.5 MB).

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gedit 3.2.1-0ubuntu2
ProcVersionSignature: Ubuntu 3.1.0-2.3-generic 3.1.0
Uname: Linux 3.1.0-2-generic i686
ApportVersion: 1.25-0ubuntu1
Architecture: i386
Date: Wed Nov  9 00:27:10 2011
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
SourcePackage: gedit
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gedit-plugins (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 oneiric

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

Title:
  memory leak in spell checker plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit-plugins/+bug/887681/+subscriptions

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


[Bug 883937] Re: gedit crashes while opening file with zeros

2011-11-02 Thread Sergey Basalaev
Ok, I did this and reported bug #885330. Um... launchpad says that
report is private. Is it ok to change it to public and mark this as
duplicate?

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

Title:
  gedit crashes while opening file with zeros

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

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


[Bug 883937] [NEW] gedit crashes while opening file with zeros

2011-10-30 Thread Sergey Basalaev
Public bug reported:

Gedit crashes if it tries to open file that contains zero bytes (like
file example.txt in attachment).

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gedit 3.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Mon Oct 31 02:02:17 2011
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
SourcePackage: gedit
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gedit (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug crash i386 oneiric

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

Title:
  gedit crashes while opening file with zeros

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

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


[Bug 883937] Re: gedit crashes while opening file with zeros

2011-10-30 Thread Sergey Basalaev
Crash log when launching gedit from terminal

** Attachment added: Crash log
   
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/883937/+attachment/2579394/+files/crash.log

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

Title:
  gedit crashes while opening file with zeros

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

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


[Bug 883937] Re: gedit crashes while opening file with zeros

2011-10-30 Thread Sergey Basalaev
** Attachment added: File that causes crash
   https://bugs.launchpad.net/bugs/883937/+attachment/2579391/+files/example.txt

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

Title:
  gedit crashes while opening file with zeros

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

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


[Bug 577584] Re: gedit crashes when opening an empty file

2011-10-30 Thread Sergey Basalaev
*** This bug is a duplicate of bug 586848 ***
https://bugs.launchpad.net/bugs/586848

** This bug has been marked a duplicate of bug 586848
   gedit just exits when I try to open a zero byte(empty) file.

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

Title:
  gedit crashes when opening an empty file

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

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


[Bug 74008] Re: Include the window border doesn't work by default (with compiz)

2011-10-13 Thread Sergey Basalaev
Is this bug still actual? Everything works for me.
Ubuntu 11.10, Gnome Classic

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

Title:
  Include the window border doesn't work by default (with compiz)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/74008/+subscriptions

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


[Bug 288290] Re: gedit bracket completion plugin incorrectly does not disable

2011-10-13 Thread Sergey Basalaev
** Bug watch added: GNOME Bug Tracker #636884
   https://bugzilla.gnome.org/show_bug.cgi?id=636884

** Also affects: gedit-plugins via
   https://bugzilla.gnome.org/show_bug.cgi?id=636884
   Importance: Unknown
   Status: Unknown

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

Title:
  gedit bracket completion plugin incorrectly does not disable

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit-plugins/+bug/288290/+subscriptions

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


[Bug 791179] Re: gnome-about-me fails to launch

2011-07-15 Thread Sergey Basalaev
Yes, It's still a bug for me. The solution is to install package
evolution-data-server which contains referenced program
/usr/lib/evolution/e-addressbook-factory. But it's not in dependencies.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/791179

Title:
  gnome-about-me fails to launch

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/791179/+subscriptions

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


[Bug 791179] Re: gnome-about-me fails to launch

2011-07-15 Thread Sergey Basalaev
 evolution-data-server is on the Natty CD. How did you end up without it?
I don't understand what is the meaning of this line. Do you say that I need to 
install all that is on Natty CD? Well, this demand is very strange because I 
have no need of things like Transmission or Mono on my PC. Or you are assuming 
that I have fresh install? No, sorry, that's not the case. I'd installed it as 
Kubuntu 7.04 and then upgraded on a regular basis till 11.04. Then I've 
installed core Gnome packages: metacity, gnome-session, gnome-panel and some 
end-user applications as well. All works fine except gnome-about-me which 
behaves as described in first message. Investigation showed that this is not an 
error in the program but a lack of dependency: gnome-about-me relies on 
'/usr/lib/evolution/e-addressbook-factory' but the package does not depend on a 
package which provides that program. Anyway, marking bug as invalid for reason 
'hey it's on CD' seems very strange (not to say unprofessional) to me. No 
offence.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/791179

Title:
  gnome-about-me fails to launch

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/791179/+subscriptions

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


[Bug 791179] [NEW] gnome-about-me fails to launch

2011-06-01 Thread Sergey Basalaev
Public bug reported:

Binary package hint: gnome-control-center

Package probably misses required dependencies.
When trying to launch from terminal:

$ gnome-about-me
Gtk-Message: Failed to load module canberra-gtk-module

(gnome-about-me:3783): libebook-WARNING **: e-book.c:3079: cannot
activate book: Call error StartServiceByName for
org.gnome.evolution.dataserver.AddressBook:
GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to
execute program /usr/lib/evolution/e-addressbook-factory: Success

(gnome-about-me:3783): libebook-WARNING **: e-book.c:3079: cannot
activate book: Call error StartServiceByName for
org.gnome.evolution.dataserver.AddressBook:
GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to
execute program /usr/lib/evolution/e-addressbook-factory: Success

about-me-properties-ERROR **: Call error StartServiceByName for 
org.gnome.evolution.dataserver.AddressBook: 
GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute 
program /usr/lib/evolution/e-addressbook-factory: Success
aborting...

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: gnome-control-center 1:2.32.1-0ubuntu15
ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4
Uname: Linux 2.6.38-9-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Wed Jun  1 18:17:04 2011
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
ProcEnviron:
 LANGUAGE=ru:en
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 natty

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/791179

Title:
  gnome-about-me fails to launch

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


[Bug 791179] Re: gnome-about-me fails to launch

2011-06-01 Thread Sergey Basalaev
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/791179

Title:
  gnome-about-me fails to launch

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


[Bug 778531] [NEW] missing dependency or files in python-gnomeapplet

2011-05-06 Thread Sergey Basalaev
Public bug reported:

Binary package: python-gnomeapplet
Version: 2.32.0-0ubuntu2

Steps to reproduce bug:
1) install python-gnomeapplet package
2) In python console:

 import gnomeapplet
Traceback (most recent call last):
  File stdin, line 1, in module
ImportError: No module named bonobo.ui

Module 'bonobo.ui' is missing. There is no package like python-bonobo or
something so it is unclear to me what else I should install. Without it
module 'gnomeapplet' is unusable.

** Affects: gnome-python-desktop (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-python-desktop in Ubuntu.
https://bugs.launchpad.net/bugs/778531

Title:
  missing dependency or files in python-gnomeapplet

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


[Bug 756572] Re: Reverts to root theme when power not connected

2011-04-16 Thread Sergey Basalaev
Can confirm. But I'm using Gnome2  metacity. All icons, metacity themes
and fonts are switched to defaults. Moreover I can't change them back
through the appearance settings.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in Ubuntu.
https://bugs.launchpad.net/bugs/756572

Title:
  Reverts to root theme when power not connected

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