-
Notifications
You must be signed in to change notification settings - Fork 104
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(cli): mcap cat
Sigsev on schemaless encoding
#847
Labels
bug
Something isn't working
Comments
Linear: FG-2431 |
jon-chuang
changed the title
bug(cli): Sigsev on schemaless encoding
bug(cli): Mar 13, 2023
mcap cat
Sigsev on schemaless encoding
Seems that the We should handle it as such. |
james-rms
added a commit
that referenced
this issue
Mar 19, 2023
Previously, we did not handle schema being a nullptr Fixes: #847 Co-authored-by: jon-chuang <jon-chuang@users.noreply.github.com> Co-authored-by: james-rms <james.r.m.smith@gmail.com>
jtbandes
added a commit
that referenced
this issue
Jul 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The following error is encountered:
Steps To Reproduce
In
python/mcap/tests/test_writer.py
:Expected Behavior
No Sigsev. Note that running with a schema works.
See the comment for
mcap.Writer.register_channel
:The text was updated successfully, but these errors were encountered: