Skip to content

Large files support porblems #5

@Robyroc

Description

@Robyroc

The application exposes segmentation faults when dealing with large files. This is due to the fact that files are passed via tcp like all other messages and are handled in a similar way. The whole packet needs to stay in memory in order to extract some useful information for the decoding process. The system was proved to fail on a 80MB message, but the critical size may vary depending on the machine involved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions