joe | 2 Apr 2008 22:10

New Project Bug - Crashes Eric4

To Reproduce:
Open Fresh Eric4.
Open New Project Dialog.
Triple Click Project Directory: to type in a new path.
Hit a key.  You will receive a Python crash window.
Leaves hanging pythonw.exe task.

Environment:
Windows XP SP2
Python 2.5.1
Qt 4.3.4 (GPL)
PyQt 4.3.3 (GPL)
sip 4.7.4
QScintilla 2.2
Eric4 - 4.1.1 r1972

Other instability:
Able to crash the same way with deleting back through the drive slash
(down to c:).  Seems to be an issue with the path "type ahead" drop down
functionality, when editing the path in place.

Work around:
Using the path dialog for Project Directory by clicking the [...] button
works without issue.

Joe Sacher
objectref | 3 Apr 2008 23:27
Picon
Favicon

RE: New Project Bug - Crashes Eric4

I can confirm this too, both in Xp and Vista.

-----Original Message-----
From: eric-bounces@...
[mailto:eric-bounces@...] On Behalf Of joe@...
Sent: Wednesday, April 02, 2008 11:11 PM
To: eric@...
Subject: [Eric] New Project Bug - Crashes Eric4

To Reproduce:
Open Fresh Eric4.
Open New Project Dialog.
Triple Click Project Directory: to type in a new path.
Hit a key.  You will receive a Python crash window.
Leaves hanging pythonw.exe task.

Environment:
Windows XP SP2
Python 2.5.1
Qt 4.3.4 (GPL)
PyQt 4.3.3 (GPL)
sip 4.7.4
QScintilla 2.2
Eric4 - 4.1.1 r1972

Other instability:
Able to crash the same way with deleting back through the drive slash
(down to c:).  Seems to be an issue with the path "type ahead" drop down
functionality, when editing the path in place.

(Continue reading)

Detlev Offenbach | 5 Apr 2008 13:51
Picon
Favicon

Re: New Project Bug - Crashes Eric4

Hello,

unfortunately I cannot reproduce it over here in Xp. However, the completer 
only displays a list, if the path starts with a drive. This is pure Qt and 
cannot be influenced by eric4. eric just sets up a QCompleter and that's it. 
Maybe I can get a copy of the traceback window (I hope you get a nice stack 
trace).

Regards,
Detlev

On Donnerstag, 3. April 2008, objectref wrote:
> I can confirm this too, both in Xp and Vista.
>
> -----Original Message-----
> From: eric-bounces@...
> [mailto:eric-bounces@...] On Behalf Of joe@...
> Sent: Wednesday, April 02, 2008 11:11 PM
> To: eric@...
> Subject: [Eric] New Project Bug - Crashes Eric4
>
> To Reproduce:
> Open Fresh Eric4.
> Open New Project Dialog.
> Triple Click Project Directory: to type in a new path.
> Hit a key.  You will receive a Python crash window.
> Leaves hanging pythonw.exe task.
>
> Environment:
> Windows XP SP2
(Continue reading)


Gmane