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

Deadlock Freezes on windows if image data is invalid #981

Open
cyberpwnn opened this issue Oct 22, 2024 · 0 comments
Open

Deadlock Freezes on windows if image data is invalid #981

cyberpwnn opened this issue Oct 22, 2024 · 0 comments

Comments

@cyberpwnn
Copy link

cyberpwnn commented Oct 22, 2024

Using ^3.3.1 works fine but using anything newer just freezes indefinitely


======== Exception caught by image resource service ================================================
The following _Exception was thrown resolving an image codec:
Exception: Invalid image data

When the exception was thrown, this was the stack: 
#0      _futurize (dart:ui/painting.dart:7021:5)
#1      ImageDescriptor.encoded (dart:ui/painting.dart:6827:12)
#2      instantiateImageCodecWithSize (dart:ui/painting.dart:2306:60)
#3      PaintingBinding.instantiateImageCodecWithSize (package:flutter/src/painting/binding.dart:146:15)
#4      ImageLoader.loadImageAsync.<anonymous closure> (package:cached_network_image/src/image_provider/_image_loader.dart:65:22)
<asynchronous suspension>
#5      ImageLoader._load (package:cached_network_image/src/image_provider/_image_loader.dart:124:27)
<asynchronous suspension>
#6      new MultiImageStreamCompleter.<anonymous closure> (package:cached_network_image/src/image_provider/multi_image_stream_completer.dart:26:7)
<asynchronous suspension>
Image provider: CachedNetworkImageProvider("--------", scale: 1.0)
Image key: CachedNetworkImageProvider("-------", scale: 1.0)
====================================================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant