[Bug 818857] Re: _pygi_argument_from_g_value: code should not be reached

2017-01-30 Thread CarlosAJY
El error lo analicé con cierto detalle, pues me ha afectado mucho en mi trabajo, la discusión del mismo es algo extensa, así que publiqué algo al respecto: -- You received this bug notification because you are a

[Bug 818857] Re: _pygi_argument_from_g_value: code should not be reached

2016-03-25 Thread marseille
Thanks! Turning off the mutli-edit stopped gedit 3.10.4 from crashing when I open certain html files with dirty code. I was getting a slight variation of the error: $ gedit

[Bug 818857] Re: _pygi_argument_from_g_value: code should not be reached

2015-03-18 Thread Weslley da Silva Pereira
It worked! Just turn off the plugin. Thanks Marv-CZ. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/818857 Title: _pygi_argument_from_g_value: code should not be reached To manage notifications

[Bug 818857] Re: _pygi_argument_from_g_value: code should not be reached

2015-03-18 Thread positivek
I also got Gedit to not crash by turning off the Multi Edit plugin. Gedit: 3.10.4 Ubuntu: Description:Ubuntu 14.04.2 LTS Release:14.04 Codename: trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 818857] Re: _pygi_argument_from_g_value: code should not be reached

2014-08-19 Thread Marv-CZ
This is caused by multiedit plugin, see https://bugzilla.redhat.com/show_bug.cgi?id=1036235#c10 ** Bug watch added: Red Hat Bugzilla #1036235 https://bugzilla.redhat.com/show_bug.cgi?id=1036235 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 818857] Re: _pygi_argument_from_g_value: code should not be reached

2014-05-29 Thread Andrey Gelman
The same behaviour here. Just to provide additional debugging information, I have run it with gdb: $ gdb /usr/bin/gedit (gdb) run 1.txt Starting program: /usr/bin/gedit 1.txt [Thread debugging using libthread_db enabled] Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1. **

[Bug 818857] Re: _pygi_argument_from_g_value: code should not be reached

2013-07-27 Thread walterclozet
gdb rhythmbox info ** (rhythmbox:6848): CRITICAL **: Converting of type 'void' is not implemented ** ERROR:../../gi/pygi-argument.c:1903:_pygi_argument_from_g_value: code should not be reached Program received signal SIGABRT, Aborted. [Switching to Thread 0x7fff98b6a700 (LWP 6898)]

[Bug 818857] Re: _pygi_argument_from_g_value: code should not be reached

2011-09-05 Thread Tobias Wolf
So I get a different error now: TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases ** ERROR:/build/buildd/pygobject-2.90.3/gi/_gobject/pygobject.c:904:pygobject_new_full: assertion failed: (tp != NULL) Program

[Bug 818857] Re: _pygi_argument_from_g_value: code should not be reached

2011-08-22 Thread Tobias Wolf
Why is this invalid, Andrea? Different plugins can crash Gedit, that should not be possible. You conclusion seems premature. Here's a traceback just using the new LaTeX plugin: $ gdb gedit GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08 Copyright (C) 2011 Free Software Foundation, Inc.

[Bug 818857] Re: _pygi_argument_from_g_value: code should not be reached

2011-08-17 Thread Andrea Cimitan
(gdb) r Starting program: /usr/bin/gedit [Thread debugging using libthread_db enabled] [New Thread 0xb7d93b70 (LWP 22942)] [New Thread 0xb7592b70 (LWP 22943)] [New Thread 0xb6bffb70 (LWP 22944)] WARNING:SourceCodeBrowserPlugin:Settings schema not installed. Plugin will not be configurable.

[Bug 818857] Re: _pygi_argument_from_g_value: code should not be reached

2011-08-17 Thread Andrea Cimitan
It's the SourceCodeBrowserPlugin. ** Changed in: gedit (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/818857 Title: _pygi_argument_from_g_value: code

[Bug 818857] Re: _pygi_argument_from_g_value: code should not be reached

2011-08-17 Thread John M
@Andrea Cimitan: No, it's not. I have both the gedit-latex and the source code browser plugins from git. I only get that error when opening a .tex file (even wit the source code browser plugin disabled or completely removed). -- You received this bug notification because you are a member of

[Bug 818857] Re: _pygi_argument_from_g_value: code should not be reached

2011-08-17 Thread Tobias Wolf
I don’t have the browser plugin at all. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/818857 Title: _pygi_argument_from_g_value: code should not be reached To manage notifications about this bug

[Bug 818857] Re: _pygi_argument_from_g_value: code should not be reached

2011-08-16 Thread Tobias Wolf
I get this error as well using the revamped gedit-latex plugin from git.gnome.org. I don't have time to debug now, but I get an additional line of output before the segfault: ** (gedit:4312): CRITICAL **: Converting of type 'error' is not implemented **

[Bug 818857] Re: _pygi_argument_from_g_value: code should not be reached

2011-08-01 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please try to obtain a backtrace following the instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload the backtrace (as an attachment) to the bug report. This will greatly help us in tracking down