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

Crash when starting several threads in parallel #3

Closed
OlivierLeBozec opened this issue Jan 12, 2017 · 1 comment
Closed

Crash when starting several threads in parallel #3

OlivierLeBozec opened this issue Jan 12, 2017 · 1 comment

Comments

@OlivierLeBozec
Copy link
Owner

On a big file start PCR processing, then untick the PCR box : the thread is still running in background.
Start the PTS analysis -> Crash.

@OlivierLeBozec
Copy link
Owner Author

I think it is because the file is used in different threads with different position within. Maybe one open file instance per thread can be implemented .

OlivierLeBozec added a commit that referenced this issue Jan 22, 2017
Open one instance of the file per thread, instead of one for all.

Try to correct also bug : big files > 4GB seems overflow in file size #1
Can only be checked at work.
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

1 participant