Re: [Eric] Segmentation Fault on Exit

2010-06-18 Thread detlev
On Donnerstag, 17. Juni 2010, masetto wrote:
> Hi,
> 
> this is the first time i try this Python IDE and it looks very nice :)
> I was trying to figure out how to configure autocompletion. Autocompletion
> -> from Source works perfectly but, if possible, i'd like to "extend it" (i
> didn't understood how does work the APIs)...
> 
> Well, i've installed eric4:
> 
> apt-get install libqt4-dev
> apt-get install python-sip4
> apt-get install python-qscintilla2
> 
> and it starts without any problem.
> The problem is the segmentation fault when i close the program.
> Let's say that i write some python code.
> Then, i save the source code and then "File" -> "Quit"
> 
> Here is the debug print:
> 
> $ eric4 --debug
> DEBUG:root:Importing Preferences
> Warning: translation file 'qt_en_US'could not be loaded.
> Using default.
> Warning: translation file 'eric4_en_US'could not be loaded.
> Using default.
> Warning: translation file 'qscintilla_en_US'could not be loaded.
> Using default.
> DEBUG:root:Importing packages...
> DEBUG:root:Generating Main Window...
> DEBUG:root:Initializing Plugin Manager...
> DEBUG:root:Generating Main User Interface...
> DEBUG:root:Creating Layout...
> DEBUG:root:Creating Viewmanager...
> DEBUG:root:Creating toolboxes...
> DEBUG:root:Created Layout
> DEBUG:root:Creating Debugger UI...
> DEBUG:root:Creating Programs Dialog...
> DEBUG:root:Creating Shortcuts Dialog...
> DEBUG:root:Setting up connections...
> DEBUG:root:Initializing Tools...
> DEBUG:root:Registering Objects...
> DEBUG:root:Initializing Actions...
> DEBUG:root:Initializing Menus...
> DEBUG:root:Initializing Toolbars...
> DEBUG:root:Initializing Statusbar...
> DEBUG:root:Activating Plugins...
> DEBUG:root:Restoring Toolbarmanager...
> 
> #Everything goes fine, the program starts without any problem
> 
> #Quit Program
> 
> DEBUG:root:Shutting down, result 0
> Segmentation fault   ???
> 
> I'm on Ubuntu 10.04 LTS - 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3
> 19:31:57 UTC 2010 x86_64 GNU/Linux
> 
> Any ideas?

No. Did you try latest version?

Detlev
-- 
Detlev Offenbach
det...@die-offenbachs.de
___
Eric mailing list
Eric@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/eric


[Eric] Segmentation Fault on Exit

2010-06-17 Thread masetto
Hi,

this is the first time i try this Python IDE and it looks very nice :)
I was trying to figure out how to configure autocompletion. Autocompletion
-> from Source works perfectly but, if possible, i'd like to "extend it" (i
didn't understood how does work the APIs)...

Well, i've installed eric4:

apt-get install libqt4-dev
apt-get install python-sip4
apt-get install python-qscintilla2

and it starts without any problem.
The problem is the segmentation fault when i close the program.
Let's say that i write some python code.
Then, i save the source code and then "File" -> "Quit"

Here is the debug print:

$ eric4 --debug
DEBUG:root:Importing Preferences
Warning: translation file 'qt_en_US'could not be loaded.
Using default.
Warning: translation file 'eric4_en_US'could not be loaded.
Using default.
Warning: translation file 'qscintilla_en_US'could not be loaded.
Using default.
DEBUG:root:Importing packages...
DEBUG:root:Generating Main Window...
DEBUG:root:Initializing Plugin Manager...
DEBUG:root:Generating Main User Interface...
DEBUG:root:Creating Layout...
DEBUG:root:Creating Viewmanager...
DEBUG:root:Creating toolboxes...
DEBUG:root:Created Layout
DEBUG:root:Creating Debugger UI...
DEBUG:root:Creating Programs Dialog...
DEBUG:root:Creating Shortcuts Dialog...
DEBUG:root:Setting up connections...
DEBUG:root:Initializing Tools...
DEBUG:root:Registering Objects...
DEBUG:root:Initializing Actions...
DEBUG:root:Initializing Menus...
DEBUG:root:Initializing Toolbars...
DEBUG:root:Initializing Statusbar...
DEBUG:root:Activating Plugins...
DEBUG:root:Restoring Toolbarmanager...

#Everything goes fine, the program starts without any problem

#Quit Program

DEBUG:root:Shutting down, result 0
Segmentation fault   ???

I'm on Ubuntu 10.04 LTS - 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3
19:31:57 UTC 2010 x86_64 GNU/Linux

Any ideas?

Thanks :)
___
Eric mailing list
Eric@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/eric