[Bug 915152] Re: gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

2013-11-10 Thread Eduardo de Santana Medeiros Alexandre
When I disabled the 'dashboard' plugin, it starts all right.

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

Title:
  gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

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

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


[Bug 915152] Re: gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

2013-11-10 Thread Eduardo de Santana Medeiros Alexandre
I don't have to open any file, and then it closes. Almost impossible to
work.

But I do have a dashboard plugin that opens the it starts.


gedit > ../log.txt 2>../err.txt

err.txt

Traceback (most recent call last):
  File "/usr/lib/gedit/plugins/sessionsaver/__init__.py", line 67, in 
do_activate
self._insert_menu()
  File "/usr/lib/gedit/plugins/sessionsaver/__init__.py", line 118, in 
_insert_menu
self._update_session_menu()
  File "/usr/lib/gedit/plugins/sessionsaver/__init__.py", line 84, in 
_update_session_menu
_("Recover '%s' session") % session.name,
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 14: 
ordinal not in range(128)

(gedit:7720): Gtk-CRITICAL **: gtk_list_store_set_column_types:
assertion `priv->columns_dirty == 0' failed

(gedit:7720): Gtk-CRITICAL **: gtk_window_set_default: assertion
`gtk_widget_get_can_default (default_widget)' failed

(gedit:7720): Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion 
`g_utf8_validate (text, len, NULL)' failed
**
GtkSourceView:ERROR:gtksourcecontextengine.c:5586:update_syntax: assertion 
failed: (g_slist_length (ce->priv->invalid) <= 1)


If I open a text file gedit somelife.txt, it starts ok.

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

Title:
  gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

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

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


[Bug 915152] Re: gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

2013-10-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gtksourceview3 (Ubuntu)
   Status: New => Confirmed

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

Title:
  gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

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

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


[Bug 915152] Re: gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

2013-10-07 Thread Marwane K.A.
I confirm that the BOM character crashes Gedit, removing it puts
everthing back in order (an easy way is to recreate the file by
copy/pasting the file contents with another editor, in my case Geany).

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

Title:
  gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

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

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


[Bug 915152] Re: gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

2013-09-11 Thread Anthony Borrow
Just a quick followup, when I did cat version.php I received the
following as the first line:



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

Title:
  gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

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

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

[Bug 915152] Re: gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

2013-09-11 Thread Anthony Borrow
http://stackoverflow.com/questions/3255993/how-do-i-remove-i-from-the-
beginning-of-a-file indicates BOM (byte order mark) to be the culprit

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

Title:
  gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

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

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


[Bug 915152] Re: gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

2013-09-11 Thread Anthony Borrow
gedit version.php 
**
GtkSourceView:ERROR:gtksourcecontextengine.c:5520:update_syntax: assertion 
failed: (g_slist_length (ce->priv->invalid) <= 1)
Aborted

I had a file that would not open and I was getting this error. Perhaps
having a file to test against will help resolve this issue. If I can be
of any help just let me know. Peace - Anthony

** Attachment added: "a sample file that was producing this error"
   
https://bugs.launchpad.net/ubuntu/+source/gtksourceview3/+bug/915152/+attachment/3816908/+files/version.php

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

Title:
  gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

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

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


[Bug 915152] Re: gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

2013-07-28 Thread Richard Eames
I ran into this bug today. It happened when I dragged the attached file
from nautilus to gedit over an sftp connection. The strange thing is if
I created a new file, and c&p the contents from "recovery.html" to the
new file, then dragged it to gedit it didn't crash, I'm guessing due to
file endings. Dragging/opening it from a local filesystem worked.

gedit:
  Installed: 3.6.2-0ubuntu1
  Candidate: 3.6.2-0ubuntu1
  Version table:
 *** 3.6.2-0ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
100 /var/lib/dpkg/status

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

Title:
  gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

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

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


[Bug 915152] Re: gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

2013-07-28 Thread Richard Eames
** Attachment added: "Cause"
   
https://bugs.launchpad.net/ubuntu/+source/gtksourceview3/+bug/915152/+attachment/3752579/+files/recovery.html

** Changed in: gtksourceview3 (Ubuntu)
   Status: Invalid => New

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

Title:
  gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

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

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


[Bug 915152] Re: gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

2013-07-28 Thread Richard Eames
** Attachment added: "Backtrace"
   
https://bugs.launchpad.net/ubuntu/+source/gtksourceview3/+bug/915152/+attachment/3752578/+files/gdb-gedit.txt

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

Title:
  gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

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

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


[Bug 915152] Re: gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

2013-07-23 Thread KillaW0lf04
Hi, i can consistently reproduce this with a file. I would prefer not to
share this publicly as it is a personal file but maybe you could tell me
what i could look out for within its content?

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

Title:
  gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

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

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


[Bug 915152] Re: gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

2013-03-28 Thread Sebastien Bacher
** Changed in: gtksourceview3 (Ubuntu)
   Status: Expired => Triaged

** Changed in: gtksourceview3 (Ubuntu)
   Status: Triaged => Invalid

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

Title:
  gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

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

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


[Bug 915152] Re: gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

2012-04-01 Thread Launchpad Bug Tracker
[Expired for gtksourceview3 (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: gtksourceview3 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

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

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


[Bug 915152] Re: gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

2012-02-01 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please answer these questions:

* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.

** Summary changed:

- gedit crashed with SIGABRT in g_assertion_message()
+ gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

** Visibility changed to: Public

** Changed in: gedit (Ubuntu)
   Status: New => Incomplete

** Package changed: gedit (Ubuntu) => gtksourceview3 (Ubuntu)

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

Title:
  gedit crashed with SIGABRT: (g_slist_length (ce->priv->invalid) <= 1)

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

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