google-code-export / ulipad

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

auto completion crashs ulipad #170

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. from the editor window type "from MyModule import foo" with
auto-completion option enabled.
2. type "foo." 

What is the expected output? What do you see instead?
auto completion window pop-up with completion suggestions.
no auto completion window pop-up and ulipad crash

What version of the product are you using? On what operating system?
3.9 and r476, Ubuntu 8.10 

Please provide any additional information below.
crash occurred on this project:
svn checkout https://garage.maemo.org/svn/mediabox

Original issue reported on code.google.com by yatzh...@gmail.com on 9 Dec 2008 at 3:37

GoogleCodeExporter commented 9 years ago
Because auto completion of ulipad will try to run the code, so if the code has 
some 
conflict with ulipad, it may crash. And in the project you provided, I can't 
find the 
MyModule module, where is it?

Original comment by limo...@gmail.com on 9 Dec 2008 at 4:14

GoogleCodeExporter commented 9 years ago
MyModule is just a sample, It'll crash on all modules in this project.

Original comment by yatzh...@gmail.com on 10 Dec 2008 at 2:28

GoogleCodeExporter commented 9 years ago
I tried and found no errors. I don't know how do you test?

Original comment by limo...@gmail.com on 10 Dec 2008 at 3:01

GoogleCodeExporter commented 9 years ago
My test procedure is just start ulipad and open MediaBox.py then type "gtk." on 
a new
line. It'll crash ulipad on my Ubuntu box, and throws a segmentation fault. 
It seems no crash occurred and the auto completion works fine when I trying to 
run
ulipad in Winpdb.

Original comment by yatzh...@gmail.com on 10 Dec 2008 at 12:49

GoogleCodeExporter commented 9 years ago
Just as I said above, when you type xxx. ulipad will execute that statement, 
and this  
may cause some problems. I think when importing gtk may conflict with wxpython, 
or 
conflict with thread. It's hard to fix for now.

Original comment by limo...@gmail.com on 10 Dec 2008 at 1:20

GoogleCodeExporter commented 9 years ago
I changed my Ubuntu themes Human-Clearlooks to Human and the auto completion 
works
fine then.

Original comment by r.mihai...@gmail.com on 14 Mar 2009 at 7:47