Skip to content

iOS: Terminated due to memory issue #80

Open
@Curvel

Description

@Curvel

After uploading one or multiple files the app crashes due to a memory issue. This happens at around 1:30 min. after the upload is started/finished (not sure).

The only log I get is: Message from debugger: Terminated due to memory issue

On my iPad it is reproducible 100% of the time.

Commit: dbdc47d

My three plist keys are:
FUMaximumConnectionsPerHost: 1
FUMaximumUploadOperation: 1
FUTimeoutInSeconds: 3600

My call:

taskId = await FlutterUploader().enqueue(
        url: url,
        files: [FileItem(path: file.path)],
        method: UploadMethod.POST,
        data: data,
        headers: headers,
      );

Device Info:

  • OS Version: iPhone OS 13.5 (Build 17G68)
  • Hardware model: iPad7,5

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions