• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2name: Bug report
3about: Our code behaves incorrectly?
4title: ''
5labels: bug
6assignees: ''
7
8---
9
10<!--
11**Double-check**
12
13* Is this *really* a bug?
14  - If the behavior is documented, but you disagree with it, please do file an issue, but as a "Design consideration," not a "Bug report."
15  - If you don't understand why something behaves the way it does, consider asking on [StackOverflow](https://stackoverflow.com/) or the [Kotlin Slack](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up). The community is active and will likely clarify everything better than we could!
16* Is the problem not in some third-party library, not in [Kotlin](kotl.in/issue), or your own code—is it in the `kotlinx.coroutines` library itself?
17  - Example: you write for Android, and your code works properly on most devices, but for a couple of them, it fails. Then please direct this to Google and/or the manufacturer of your device.
18* Maybe you're using some ancient version, and the problem doesn't happen with the latest releases of the compiler and the library?
19-->
20
21**Describe the bug**
22
23What happened? What should have happened instead?
24
25**Provide a Reproducer**
26
27* If possible, please provide a small self-contained project (or even just a single file) where the issue reproduces.
28* If you can't pinpoint the issue, please provide at least *some* project where this reproduces, for example, your production one. If you are not ready to show the project publicly, we are open to discussing the details privately.
29* If you really can't provide any code, please do still open an issue. This may prompt other people to chime in with their reproducers.
30