Opened 7 years ago

Closed 6 years ago

Last modified 43 years ago

#470 closed Bugs (Works For Me)

Crash on closing php tag/control operator

Reported by: digitaltarsier Owned by: ed_mann
Priority: 5 Milestone:
Component: PHP Editor Version: None
Keywords: Cc:

Description

My appologies if this has been reported.  I looked and
didn't see it.  Also thank all of you for working to
make such a great IDE!  I know I love it.

In Eclipse Version: 3.1.2 (Build id: M20060118-1600) on
MacOSX using PHPEclipse 1.1.7 and also at home on
Ubuntu Linux using Eclipse 3.1 (sorry no version
numbers I'm at work currently) I have been able to
repeatedly produce the following bug.

If I type in the code below I can get Eclipse to crash
on a fairly regular basis:

<?php
if ( count($list) ) {
?>
   text
<?php
} // if


As soon as I am finished typing "// if" the mouse
cursor starts spinning and Eclipse becomes unresponsive
and I have to force quit it.  This does not always
happen, but happens fairly often.  Seeing as I use
PHPEclipse for all my PHP development and I use it 8
hours a day it crashes almost every day because of this.

I can live with it but hope that whomever sees this
will help resolve the problem.  Thanks again for all
the hard work!

Change History (6)

comment:1 Changed 6 years ago by axelcl

Logged In: YES 
user_id=1143825
Originator: NO

Hmmh, I cannot reproduce this with the latest CVS code on my windows box?

comment:2 Changed 6 years ago by emann

Logged In: YES 
user_id=430467
Originator: NO

Eric,

Are you still having this problem? Have you tried 1.1.8?

Thanks.

comment:3 Changed 6 years ago by digitaltarsier

Logged In: YES 
user_id=1502144
Originator: YES

I happily use PHPEclipse on Windows XP and Ubuntu Linux without any problems also.  This issue seems to only exist on OS X.

comment:4 Changed 6 years ago by dizmo

Logged In: YES 
user_id=742309
Originator: NO

Hi Eric,
I've attempted to reproduce this using OS X 10.4, PHPEclipse nightly, and Eclipse 3.1.2 and I was unsuccessful. It doesn't crash as described in the inital bug report. Could you please test using PHPEclipse nightly from http://phpeclipse.sourceforge.net/update/nightly/ and let us know if it still crashes.

Cheers,
AJ

comment:5 Changed 6 years ago by dizmo

  • Status changed from assigned to closed

comment:6 Changed 6 years ago by digitaltarsier

Logged In: YES 
user_id=1502144
Originator: YES

The problem seems to be resolved in 1.2.0.200705250040NGT.  Thanks all!
Note: See TracTickets for help on using tickets.