Skip to content

NetworkInterface.list() crashes #205

@FlutterIssues

Description

@FlutterIssues

Issue by kyorohiro
Saturday Oct 17, 2015 at 02:15 GMT
Originally opened as https://github.com/flutter/engine/issues/1655


Following code cause to crash application

[source]
import 'dart:io';
import 'dart:convert';
import 'dart:async';

main() async {
List interfaces = await NetworkInterface.list(
includeLoopback: true, includeLinkLocal: true);
}

[project]
https://github.com/kyorohiro/hello_skyengine/tree/master/dartio_networkinterface

Metadata

Metadata

Assignees

No one assigned

    Labels

    c: crashStack traces logged to the consoleplatform-androidAndroid applications specificallywaiting for customer responseThe Flutter team cannot make further progress on this issue until the original reporter responds

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions