Stack Overflow in a program #56134
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
triage-automation
See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Steps to reproduce
run main -> watch log for prints.
Expected results
A sorted list of times.
Actual results
Unhandled exception:
Stack Overflow
#0 DateTime._equivalentSeconds (dart:core-patch/date_patch.dart:403:3)
#1 DateTime._timeZoneOffsetInSeconds (dart:core-patch/date_patch.dart:421:29)
#2 DateTime._toLocalTimeOffset (dart:core-patch/date_patch.dart:479:18)
#3 DateTime._brokenDownDateToValue (dart:core-patch/date_patch.dart:330:33)
#4 DateTime.parse (dart:core/date_time.dart:351:20)
#5 new Dto (package:duty_planer/orders/AvailabilityOrdreSystem.dart:77:20)
#6 new Dto (package:duty_planer/orders/AvailabilityOrdreSystem.dart:74:15)
#7 new Dto (package:duty_planer/orders/AvailabilityOrdreSystem.dart:74:15)
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
[Paste your logs here]
Flutter Doctor output
Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.22.2, on macOS 14.5 23F79 darwin-arm64, locale en-DK) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 15.4) [✓] Chrome - develop for the web [✓] Android Studio (version 2024.1) [✓] VS Code (version 1.87.2) [✓] Connected device (5 available) [✓] Network resources
The text was updated successfully, but these errors were encountered: