Skip to content

When running a Flutter iOS app in debug mode the app crashes with error #9417

Description

@ivictoruan

It seems to happen when closing a RawSecureSocket.

Steps to Reproduce

  1. Run a Flutter app on iOS (debug build) and open network in Flutter DevTools.
  2. Perform network requests (HTTPS).
  3. After some socket closures, the app throws the above exception.

Expected behavior

Sockets should close normally without any errors being printed in the debug console or terminal.

Actual behavior

When closing sockets, the app prints the _idToSocketStatistic assertion error in the terminal/debug console and may crash in debug mode.

Additional context

  • Happens only in debug mode (profiling enabled).
  • Likely related to socket profiling cleanup logic in dart:io/network_profiling.dart.

Environment

  • DevTools version: 2.48.0
  • IDE: VSCode
  • Connected Device: iOS (arm64, 64-bit)
  • Connected app type: Flutter native (debug build)
  • Dart version: 3.9.0
  • Flutter version: 3.35.1 (stable)
  • Framework / Engine: 20f8274939 / 1e9a811bf8

Metadata

Metadata

Assignees

Labels

P1high priority issues at the top of the work list, actively being worked on.bugSomething isn't workingscreen: networkIssues with the Network screen.

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions