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

Segfault sorting multiple files #13

Closed
charles-randall opened this issue Mar 24, 2021 · 0 comments
Closed

Segfault sorting multiple files #13

charles-randall opened this issue Mar 24, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@charles-randall
Copy link
Contributor

Also probably the same as issue #7

Sorting multiple files also appears broken,


$ cat a.txt
a
$ cat b.txt
b
$ /tmp/msort a.txt
a
$ /tmp/msort b.txt
b
$ /tmp/msort a.txt b.txt 
Segmentation fault (core dumped)

Can you reproduce this?

@mayank-02 mayank-02 added the bug Something isn't working label Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants