[Desktop-packages] [Bug 863773] Re: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet)

2014-12-03 Thread Rolf Leggewie
oneiric has seen the end of its life and is no longer receiving any updates. Marking the oneiric task for this ticket as Won't Fix. ** Changed in: pygobject (Ubuntu Oneiric) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 863773] Re: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet)

2012-08-20 Thread Martin Pitt
This was fixed in April already. ** Changed in: pygobject (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/863773 Title: gedit crashed

[Desktop-packages] [Bug 863773] Re: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet)

2012-04-27 Thread Bug Watch Updater
** Changed in: pygobject Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/863773 Title: gedit crashed with SIGSEGV in __memcpy_ssse3() (when

[Desktop-packages] [Bug 863773] Re: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet)

2011-12-12 Thread Launchpad Bug Tracker
This bug was fixed in the package gedit - 3.2.3-0ubuntu0.1 --- gedit (3.2.3-0ubuntu0.1) oneiric-proposed; urgency=low * New upstream release - Fixes crash when dragging text into gedit (LP: #863773) - Fixes Edit-Insert Date menu item (LP: #840765) *

[Desktop-packages] [Bug 863773] Re: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet)

2011-12-05 Thread John M
I confirm that installing the package from oneiric-proposed (gedit version 3.2.3-0ubuntu0.1) solves the issue ---i.e., drag and drop from nautilus no longer crashes gedit when the snippets plugin is enabled. -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 863773] Re: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet)

2011-12-05 Thread Martin Pitt
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/863773 Title: gedit crashed with SIGSEGV in __memcpy_ssse3()

[Desktop-packages] [Bug 863773] Re: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet)

2011-12-04 Thread Martin Pitt
Hello John, or anyone else affected, Accepted gedit into oneiric-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance!

[Desktop-packages] [Bug 863773] Re: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet)

2011-12-02 Thread Michael Terry
** Also affects: gedit (Ubuntu) Importance: Undecided Status: New ** Changed in: gedit (Ubuntu) Status: New = Fix Released ** Changed in: gedit (Ubuntu Oneiric) Assignee: (unassigned) = Michael Terry (mterry) ** Changed in: pygobject (Ubuntu Oneiric) Assignee: Michael

[Desktop-packages] [Bug 863773] Re: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet)

2011-12-02 Thread Michael Terry
I've uploaded gedit 3.2.3 to oneiric-proposed. Will subscribe ubuntu- sru. This is a good SRU candidate because it will crash gedit, causing data loss if you haven't saved. To reproduce, open gedit, enable the snippets plugin, and drag text from some other window into gedit. ** Changed in:

[Desktop-packages] [Bug 863773] Re: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet)

2011-11-30 Thread Michael
This page [1] suggests that this is fixed upstream in gedit 3.2.3. [1] http://askubuntu.com/questions/80992/cant-drag-and-drop-text-in- gedit -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pygobject in Ubuntu.

[Desktop-packages] [Bug 863773] Re: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet)

2011-11-30 Thread Sebastien Bacher
The corresponding commit is: http://git.gnome.org/browse/gedit/commit/?h=gnome-3-2id=d9e37ea7aced28f6d30026e097039e9bfb5cd106 Mike, do you think you could SRU that (or the 3.2.3 update maybe, the git logs seem to indicate the changes there should be fine in a SRU) -- You received this bug

[Desktop-packages] [Bug 863773] Re: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet)

2011-11-30 Thread Sebastien Bacher
the new version fixes bug #840765 as well -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/863773 Title: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet) Status

[Desktop-packages] [Bug 863773] Re: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet)

2011-10-31 Thread Martin Pitt
** Changed in: pygobject (Ubuntu) Status: Confirmed = Triaged ** Changed in: pygobject (Ubuntu Oneiric) Status: Confirmed = Triaged -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pygobject in Ubuntu.

[Desktop-packages] [Bug 863773] Re: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet)

2011-10-14 Thread Bug Watch Updater
** Changed in: pygobject Status: New = Confirmed ** Changed in: pygobject Importance: Medium = Critical -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/863773 Title:

[Desktop-packages] [Bug 863773] Re: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet)

2011-10-13 Thread Michael Terry
This is because of a Gtk.targets_include_uri(context.list_targets()) call in snippets plugin. I'm checking now if this is due to bad gtk bindings or not for drag contexts... -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gedit in

[Desktop-packages] [Bug 863773] Re: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet)

2011-10-13 Thread Michael Terry
Reproducable with just: from gi.repository import Gtk, Gdk Gtk.targets_include_uri([Gdk.Atom.intern('text/plain', False)]) I think this is a failure of pygobject to notice the 'disguised' GIR property of Gdk.Atom. I've filed an upstream bug about it. ** Package changed: gedit (Ubuntu) =

[Desktop-packages] [Bug 863773] Re: gedit crashed with SIGSEGV in __memcpy_ssse3() (when using snippet)

2011-10-13 Thread Bug Watch Updater
** Changed in: pygobject Status: Unknown = New ** Changed in: pygobject Importance: Unknown = Medium -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/863773 Title: gedit