Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atom crashing #183

Open
venatiodecorus opened this issue Mar 29, 2017 · 6 comments
Open

Atom crashing #183

venatiodecorus opened this issue Mar 29, 2017 · 6 comments

Comments

@venatiodecorus
Copy link

This has worked fine for me up until recently but now it crashes on the same codebase I have been using it on. My Atom and plugin should be fully up to date. Not sure exactly what the issue is. Disappointed to have to stop using it but no choice currently.

@aurovrata
Copy link

aurovrata commented Apr 2, 2017

I am not sure if this is related, but my Atom project window crashes when ctags successfully builds a reference to my WordPress project files. The (.tags) file produced is between 15Mb to 75Mb depending on the exclude paths I configure in the settings (I need to increase the timeout settings to be make sure ctags completes). Initially when I Rebuild the ctags symbols, the session runs fine and I am able to goto delcarations, however, when I restart Atom, the project window crashes and I have to close (only) this window, delete the .tags file, and reopen my project to get it to work again.

I just realised that issue 147 & 157 reports this problem

@michaeldever
Copy link

Same issue here, large ctags file causes Atom to crash on opening.

@andypearson
Copy link

andypearson commented Jul 17, 2017

I'm seeing this problem too. I had a flail around disabling various plugins and eventually worked out that it was atom-ctags causing an "The editor has crashed" error.

Disabling the plugin fixed it.
Deleting and rebuilding .tags fixed it.

Annoyingly, I forgot to backup the .tags before I deleted it. So I wonder if it was somehow "corrupt?". That's pure speculation.

My .tags weren't particularly large:

-rw-r--r--    1 andypearson  staff    16M 14 Jul 17:49 .tags
-rw-r--r--    1 andypearson  staff   6.6K 14 Jul 17:49 .tags1

And a crash report: Atom Helper_2017-07-17-114552_three-headed-monkey.crash.txt

@venatiodecorus
Copy link
Author

i should mention my ctags file was fairly large was well, 100+MB

@rpuntaie
Copy link

Version 1.23.3 of atom still crashed with ctags .tags file not fitting to
the expectations of atom-ctags.

atom-ctags crashed with this format, which vim can handle quite well

srs01	srs.rst	/^\.\. _`srs0`:/;"	

atom-ctags did not crash with

srs01	srs.rst	//;"		line:5

i.e.

srs01\tsrs.rst\t//;"\t\tline:5

This is the extended format according to http://ctags.sourceforge.net/FORMAT.

atom-ctags seems not to consider the pattern,
but only the line:xxx. In the Readme.md it is mentioned that ctags -R --fields=+KSn
should be used to generate the .tags file.

It is no good, that atom crashes, though.

It would also be great if the pattern could be considered.

@designbyadrian
Copy link

Crashed when generating a 32 MB file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants