# Goroutine Leak Profiles

DevFeed: [Goroutine Leak Profiles](<https://devfeed.tech/articles/goroutine-leak-profiles-2360.md>)

Original publisher: [Read original article](<https://go.dev/blog/goroutine-leak-profiles>)

Author: Vlad Saioc

Published: 2026-09-02T00:00:00Z

Content type: article

Language: en

Sources: [The Go Blog](<https://devfeed.tech/sources/the-go-blog.md>)

Topics: [Go Language](<https://devfeed.tech/topics/go-language.md>), [Concurrency](<https://devfeed.tech/topics/concurrency.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>)

Tags: [bugs](<https://devfeed.tech/tags/bugs.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [go](<https://devfeed.tech/tags/go.md>), [performance](<https://devfeed.tech/tags/performance.md>), [production](<https://devfeed.tech/tags/production.md>), [testing](<https://devfeed.tech/tags/testing.md>), [tools](<https://devfeed.tech/tags/tools.md>)

## AI overview

Go 1.27 introduces a goroutine leak profiler for detecting goroutines blocked permanently in running programs, including production systems.

## Source excerpt

Go 1.27 includes new goroutine leak profiles.