Public bug reported:

1) Open Meld with two files from command line.
2) Close meld

At the console appears the next lines when you close meld:
/usr/lib/meld/meld/meldwindow.py:576: Warning: g_object_set_qdata: assertion 
`G_IS_OBJECT (object)' failed
  self.notebook.append_page( page.widget, nbl)


I use meld with git to check differences with these config:
cat .gitconfig
[diff]
        external = /usr/local/bin/diff.py


This script is /usr/local/bin/diff.py 
#!/usr/bin/python

import sys
import os

os.system('meld "%s" "%s"' % (sys.argv[2], sys.argv[5]))


So if I do:

git diff  <commit> file

When I close meld it crash with the G_IS_OBJECT.


At ubuntu 9.10 it works fine, but with the last ubuntu (11.10), meld and glib, 
it crash.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: meld 1.5.2-1ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CheckboxSubmission: 070ee660fbfb538b46e658849fd5bd28
CheckboxSystem: d00f84de8a555815fa1c4660280da308
Date: Thu Dec 29 16:38:11 2011
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=es:en
 PATH=(custom, no user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: meld
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug meld oneiric

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

Title:
  /usr/lib/meld/meld/meldwindow.py:576: Warning: g_object_set_qdata:
  assertion `G_IS_OBJECT (object)' failed

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

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

Reply via email to