Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FormatException #39

Open
jwinarske opened this issue Jun 12, 2024 · 1 comment
Open

FormatException #39

jwinarske opened this issue Jun 12, 2024 · 1 comment
Assignees

Comments

@jwinarske
Copy link

Seeing FormatException on tip of tree (not consistently on SDK 3.19.3):

#0      _Utf8Decoder.convertChunked (dart:convert-patch/convert_patch.dart:1845:7)
#1      _Utf8ConversionSink.addSlice (dart:convert/string_conversion.dart:304:28)
#2      _Utf8ConversionSink.add (dart:convert/string_conversion.dart:300:5)
#3      _ConverterStreamEventSink.add (dart:convert/chunked_conversion.dart:69:18)
#4      _SinkTransformerStreamSubscription._handleData (dart:async/stream_transformers.dart:111:24)
#5      _rootRunUnary (dart:async/zone.dart:1407:47)
#6      _CustomZone.runUnary (dart:async/zone.dart:1308:19)
#7      _CustomZone.runUnaryGuarded (dart:async/zone.dart:1217:7)
#8      _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:339:11)
#9      _BufferingStreamSubscription._add (dart:async/stream_impl.dart:271:7)
#10     _SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:784:19)
#11     _StreamController._add (dart:async/stream_controller.dart:658:7)
#12     _StreamController.add (dart:async/stream_controller.dart:606:5)
#13     _Socket._onData (dart:io-patch/socket_patch.dart:2447:41)
#14     _rootRunUnary (dart:async/zone.dart:1415:13)
#15     _CustomZone.runUnary (dart:async/zone.dart:1308:19)
#16     _CustomZone.runUnaryGuarded (dart:async/zone.dart:1217:7)
#17     _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:339:11)
#18     _BufferingStreamSubscription._add (dart:async/stream_impl.dart:271:7)
#19     _SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:784:19)
#20     _StreamController._add (dart:async/stream_controller.dart:658:7)
#21     _StreamController.add (dart:async/stream_controller.dart:606:5)
#22     new _RawSocket.<anonymous closure> (dart:io-patch/socket_patch.dart:1936:33)
#23     _NativeSocket.issueReadEvent.issue (dart:io-patch/socket_patch.dart:1379:14)
#24     _microtaskLoop (dart:async/schedule_microtask.dart:40:21)
@basemosama
Copy link
Member

Thank you for reporting this issue. To help us diagnose and fix the problem, could you please provide a minimal reproducible example? This will allow us to reproduce the issue on our end and understand the context better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants