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

[Bug] Export is hanging when enabling flag GPMF_FLAGS_STORE_ALL_TIMESTAMPS #11

Open
AdrienMarty opened this issue Feb 14, 2023 · 1 comment

Comments

@AdrienMarty
Copy link

I have tested the library on a Linux x86 setup and built with given instructions.
It seems that enabling this flag is stucking the program execution.

Here is the function used that is causing the hang.

GPMFWriteStreamStoreStamped(handleB, STR2FOURCC("SnrB"), GPMF_TYPE_FLOAT, sizeof(float), samples, &testValue, GPMF_FLAGS_STORE_ALL_TIMESTAMPS, tick);

It seems related to an internal interlock issue.

@dnewman-gpsw
Copy link
Collaborator

Please try the fix now applied to the develop branch, as it is about time that was merge into master.

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

Successfully merging a pull request may close this issue.

2 participants