GoogleCodeArchives / editra

Automatically exported from code.google.com/p/editra
Other
0 stars 0 forks source link

segmentation fault on paste into Editra window #460

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn download latest Editra v0.5.33
2. sudo python setup.py install
3. previous copy of Editra had been installed the same method as 2.

What is the expected output? What do you see instead?
Expected paste. Program quit unexpectedly.

Run /usr/local/bin/Editra in a terminal window to capture output to stdout
got the following:
(python:3917): Gtk-CRITICAL **: gtk_widget_add_accelerator: assertion
`GTK_IS_WIDGET (widget)' failed
Segmentation fault

I believe the Gtk error was before pasting. Only the Segmentation fault
appears after pasting any text into Editra editor window.

IMPORTANT!!! Please answer these questions for any and ALL bug reports

What version of the product are you using? On what operating system?
Ubuntu 9.10 32bit in VMware, Editra v0.5.33 

What method of install was your version installed with (Binary/Source)?
Source

If from source: What version of python and wxPython are you using?
Python 2.6 (default in Ubuntu 9.10 although I have 2.5 and 3 series
installed as well the default when just typing python in a terminal is:
Python 2.6.4 (r264:75706, Dec  7 2009, 18:45:15) 
[GCC 4.4.1] on linux2

Please provide any additional information below.
let me know what you need!

Original issue reported on code.google.com by pythonnu...@gmail.com on 17 Jan 2010 at 11:57

GoogleCodeExporter commented 9 years ago
Duplicate of 418

Yes that gtk warning is harmless and not related to this issue.

Just to confirm this only happens when pasting text from an outside application 
into
Editra correct?

Thanks,

Cody

Original comment by CodyPrec...@gmail.com on 18 Jan 2010 at 12:06