Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Open multiple files in CLI freeze atom #16120

@PapsOu

Description

@PapsOu

Prerequisites

Description

Trying to open all files from a directory freeze atom and all the OS.

Steps to Reproduce

FILES="";

for i in $(seq 1 15)
do
    echo "File #$i" > "file_$i.txt";
    FILES="${FILES} file_${i}.txt";
done

echo "atom${FILES}"

Execute the output command :

atom file_1.txt file_2.txt file_3.txt file_4.txt file_5.txt file_6.txt file_7.txt file_8.txt file_9.txt file_10.txt file_11.txt file_12.txt file_13.txt file_14.txt file_15.txt

Expected behavior: atom should open all files in current workspace

Actual behavior: atom freeze and never open files

Reproduces how often: 100%

Versions

You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.

$ atom --version
Atom    : 1.19.7
Electron: 1.6.9
Chrome  : 56.0.2924.87
Node    : 7.4.0
$ apm --version
apm  1.18.4
npm  3.10.10
node 6.9.5 x64
python 2.7.12
git 2.7.4

Additional Information

$ uname -a
Linux hostname 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64 x86_64 
x86_64 GNU/Linux

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions