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

Opening multiple csv files hangs when switching to second csv file #86

Closed
rolfkleef opened this issue Mar 23, 2017 · 2 comments
Closed

Comments

@rolfkleef
Copy link

I have a folder with two csv files. When I start atom * in that folder, I get to choose either table or text view for one of the files, but as soon as I switch to the second file Atom hangs: I see the dialog to choose, but Atom is non-responsive.

I can edit the first file, and I can close it: at that point Atom hangs as well. I can open and close other non-csv files, it's just when I switch to another tablr tab when Atom hangs.

I get the message:

 $ /usr/bin/atom: line 130: 26540 Segmentation fault      (core dumped) nohup "$ATOM_PATH" --executed-from="$(pwd)" --pid=$$ "$@" > "$ATOM_HOME/nohup.out" 2>&1
Failed to get crash dump id.
Report Id: 

The line number varies: 26540, 26726, 26927, 27153, 27911... Atom 1.15.0 x64 on Ubuntu, tablr 1.8.1

test1.csv:

A,B,C,D
1,2,3,4
5,6,7,8

test2.csv:

X,Y,Z
9,8,7
6,5,4
@abe33
Copy link
Owner

abe33 commented Mar 31, 2017

Hi @rolfkleef, sorry for the late reply.

I can confirm the issue, will try to find the root cause.

@abe33 abe33 closed this as completed in 126feac Mar 31, 2017
@rolfkleef
Copy link
Author

👍 merci!

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

2 participants