stuartherbert / sublime-phpunit

PHPUnit Support for Sublime Text 2
https://github.com/stuartherbert/sublime-phpunit
Other
103 stars 20 forks source link

Default install hangs #18

Closed g105b closed 9 years ago

g105b commented 11 years ago

I think this is as simple as me not having the phpunit.xml file at the time of installation, but after installing the package sublime hangs on my system when opening a command palette or right clicking. Removing the package manually from my system fixed the problem.

Ubuntu 12.10, 64bit Sublime Text 2 v2.0.1 build 2217

g105b commented 11 years ago

timeout

Here's an image showing the hanged sublime... there's a message in the status bar saying 'Timeout whilst searching for phpunit.xml', but Ubuntu takes over and gives me the Force Quit menu ...

hanged

Removing the PHPUnit package solves this problem.

By the way I have a license for Sublime, just not installed it on this laptop

ingro commented 11 years ago

It happens to me too on Windows 7 64-bit...

stuartherbert commented 11 years ago

Do you have a project open in Sublime Text 2? (If you do, you'll have a 'Folders' panel on the left-hand side of your ST2 window).

ingro commented 11 years ago

Yes I've a project opened.

g105b commented 11 years ago

Yes, this happens project or no project.

nathggns commented 11 years ago

Any ideas? This behaviour occurs on OSX 10.8 too.

stuartherbert commented 11 years ago

This one is a bit of a puzzle. I've pushed an update to the plugin which might help - let me know.

g105b commented 11 years ago

Sorry, still no change on latest update

gecbla commented 11 years ago

Using ST2 2221 portable on Win7 x64 and calling a command palette from a tab with non-project file cause high CPU usage, makes ST non-responsive and I have to kill proces.

Yrwein commented 10 years ago

@gecbla I think it's the same issue fixed by #38

gecbla commented 10 years ago

@Yrwein Thanks for the info! I downloaded your fork and it's working as it should. But in meantime a moved to ST3, I'll give it a try that ST3 branch.

stuartherbert commented 9 years ago

Glad that @Yrwein patch has helped. This patch has been merged.

I've also pushed some additional fixes which should help. Please let me know if you have any further problems.