Skip to content

[BUG]: crash in DataLogWriterΒ #177

@virtuald

Description

@virtuald

Problem description

Reported on discord. Reproduced on my mac, looks like it's crashing in the log.flush for some reason.

from wpiutil import DataLogWriter
from wpiutil.log import IntegerLogEntry

log = DataLogWriter("something.wpilog")

e = IntegerLogEntry(log, "test")
e.append(5)
e.finish()

log.flush()
print("Done")

Operating System

MacOS

Installed Python Packages


Reproducible example code


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions