atom / symbols-view

Jump to symbols in Atom
MIT License
164 stars 114 forks source link

SHIFT-CMD-r freezes atom #149

Closed alex-moreno closed 5 years ago

alex-moreno commented 8 years ago

In a big project, Drupal with several hundreds of files, pressing CMD-r simply freezes the app, until a message to force quit appears.

lee-dohm commented 8 years ago

Is this a Drupal site you're describing? Or the Drupal project itself? Is the repo you're experiencing this in public so that we can try to reproduce the problem?

alex-moreno commented 8 years ago

it's not project/code specific, I haven't tried in a different framework, I try it.

Sorry, is not CMD-r, but when you try to search in the whole project

alex-moreno commented 8 years ago

done the same with a clean new project (Symfony): https://github.com/symfony/symfony

CMD-SHIFT-R and boom. Maybe some incompatible packages?

lee-dohm commented 8 years ago

Could you give the following information?

caillioux commented 8 years ago

Hi lee-dohm, same issue here with a big php project

I guess that on a bigger project, loading more symbols kill the ctags reading.

alexchandel commented 8 years ago

I've seen this too. For a large folder, with dozens of subfolders and subprojects (i.e. my work folder), Atom hangs forever when I do Project Symbols.

Possible reproduction steps:

  1. Clone https://github.com/torvalds/linux.git to the folder ./Git/linux
  2. Clone https://github.com/rust-lang/rust.git to the folder ./Git/rust
  3. Clone https://github.com/DOCGroup/ACE_TAO.git to the folder ./Git/ACE_TAO
  4. Create tag files for them, and for ./Git.
  5. Open ./Git in Atom.
    • Atom hangs here for a while opening a large project
  6. Toggle Project Symbols
  7. Goodbye Atom

Stop doing synchronous work on the GUI thread. That stuff is only ok on Win32.

lee-dohm commented 7 years ago

If you can't reproduce a problem in Safe Mode, then a community package is often the cause. People have reported having good luck with the package-cop package helping them narrow things down to which package is causing the conflict.

On Jan 8, 2017, at 5:29 PM, nickooolas notifications@github.com wrote:

Who's running goto by v3ss0n?

I found this to be the culprit in my case, when I disabled it (uninstalled) things returned to normal.

(Side note: Perhaps need to get @v3ss0n to investigate)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

lee-dohm commented 7 years ago

@nickooolas My apologies, I missed the other message. I'm glad to hear that things are working for you now.

alexchandel commented 7 years ago

@lee-dohm My issue occurs in safe mode.

eimfach commented 7 years ago

Same Problem here: Windows 7 Atom 1.13.1 symbols-view 0.113.1 Occurs also with --safe

no-response[bot] commented 5 years ago

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.

alexchandel commented 5 years ago

@lee-dohm Please reopen this. I have this bug too, and I've given you a response to reproduce it in lieu of the original author.