Skip to content

Application Crash During Long-Duration Motion Rendering #35

@abujafari

Description

@abujafari

Describe the bug
When using the Render package to render long-duration motions, the application crashes and exits unexpectedly around the 27-second mark.

To Reproduce
Steps to reproduce the behavior:

  1. Initiate a rendering task for a motion exceeding 27 seconds.
  2. Set pixelRatio to 2.
  3. Set fps to 30.
  4. Set simultaneousHandlers to 2.
  5. Observe the application crash around the 27-second mark.

Expected behavior
The application should complete the rendering process without crashing, regardless of the motion's duration.

Platform (please complete the following information):

  • Device: Samsung Galaxy S23 Ultra
  • Operating System: [Android 14]

Additional context
The issue may be related to memory management during extended rendering tasks. As a potential workaround, rendering in 10-second chunks and then combining the frames into a single video might alleviate the problem. I am willing to assist in creating a merge request to address this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions