Skip to content

Some Dart SDK sources are missing from sky_engine/lib/_internal/vm/bin, causing problems when the debugger breaks in those libraries #168004

@FMorschel

Description

@FMorschel
OSError (OS Error: No address associated with hostname, errno = 7).

If you force the OSError mentioned above, with All Exceptions checked on VS Code breakpoints section, it will try to open flutter/bin/cache/pkg/sky_engine/lib/_internal/vm/bin/socket_patch.dart, but even on master, there is no bin folder under vm.

It is coming from pub_cache/hosted/pub.dev/http-1.3.0/lib/src/io_client.dart inside IOClient.send at var response = await stream.pipe(ioRequest) as HttpClientResponse;.

CC @DanTup

Metadata

Metadata

Assignees

No one assigned

    Labels

    engineflutter/engine related. See also e: labels.r: fixedIssue is closed as already fixed in a newer versionteam-engineOwned by Engine team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions