dart-lang / dart_ci

Tools used by Dart's continuous integration (CI) testing that aren't needed by Dart SDK contributors. Mirrored from dart.googlesource.com/dart_ci. Do not land pull requests on Github.
BSD 3-Clause "New" or "Revised" License
18 stars 5 forks source link

Symbolize not returning anything for a specific case #163

Open darshankawar opened 4 months ago

darshankawar commented 4 months ago

I tried below command but it isn't returning with any symbolicated trace.

dart pub global run symbolizer:symbolize https://github.com/flutter/flutter/issues/147517#issue-2268919040 "flutter#3.19.0 arm64 release force android"

Flutter issue in question: https://github.com/flutter/flutter/issues/147517 which does have backtrace keyword followed by some entries.

However, If I try with an old issue, it comes back with proper traces:

dart pub global run symbolizer:symbolize https://github.com/flutter/flutter/issues/117764#issuecomment-1367245384 "flutter#3.3.10 arm64 release force android"

Not sure what am I missing or the issue for which I am trying to get symbolicated data, doesn't have enough details or is not in proper format for the bot ?

Appreciate any help on this.