Skip to content

Does not work with big amount of files #6

Closed
@asannikov

Description

I'm looping big ~10k files using this call for each iteration:
fileInfos := et.ExtractMetadata(file)

After the ~7k loops the program hangs. I debugged a bit and found that it hangs in https://github.com/barasher/go-exiftool/blob/master/exiftool.go#L121 on the line: fmt.Fprintln(e.stdin, executeArg)

i tried to run the same file in 10k loops. Works fine. With the different files does not work.

Can it be that e.stdin is overflowed?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions