Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
state:open label:A-runtime
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rust-lang
/
rust
Public
Notifications
You must be signed in to change notification settings
Fork
13.9k
Star
108k
Code
Issues
5k+
Pull requests
891
Actions
Projects
9
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Issues
Search Issues
state
:
open
label
:
A-runtime
state:open label:A-runtime
Search
Labels
Milestones
New issue
Search results
Open
Closed
<code>main()</code> returning a type that implements <code>Termination</code> with an unsatisfied lifetime bound gives a linker error
A-borrow-checker
Area: The borrow checker
Area: The borrow checker
A-lifetimes
Area: Lifetimes / regions
Area: Lifetimes / regions
A-linkers
Area: linkers... you gotta love linkers
Area: linkers... you gotta love linkers
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
C-bug
Category: This is a bug.
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
Relevant to the types team, which will review and decide on the PR/issue.
Status: Open.
#148421
In rust-lang/rust;
·
theemathas
opened
on Nov 3, 2025
sending a SIGSEGV via <code>kill</code> disables the stack overflow handler
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
C-bug
Category: This is a bug.
Category: This is a bug.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library team, which will review and decide on the PR/issue.
Status: Open.
#140662
In rust-lang/rust;
·
joboet
opened
on May 5, 2025
Panic backtrace on Arm64 Windows is truncated
A-backtrace
Area: Backtraces
Area: Backtraces
A-panic
Area: Panicking machinery
Area: Panicking machinery
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
C-bug
Category: This is a bug.
Category: This is a bug.
O-Arm
Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
O-windows
Operating system: Windows
Operating system: Windows
Status: Open.
#140489
In rust-lang/rust;
·
dpaoliello
opened
on Apr 29, 2025
Tracking Issue for short backtraces in the default panic hook
A-backtrace
Area: Backtraces
Area: Backtraces
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library team, which will review and decide on the PR/issue.
Status: Open.
#136129
In rust-lang/rust;
·
jyn514
opened
on Jan 27, 2025
Infinite/long backtrace on i686 under Wine
A-backtrace
Area: Backtraces
Area: Backtraces
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-panic
Area: Panicking machinery
Area: Panicking machinery
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
C-bug
Category: This is a bug.
Category: This is a bug.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
Call for partcipation: This issues needs some investigation to determine current status
O-windows
Operating system: Windows
Operating system: Windows
O-x86_32
Target: x86 processors, 32 bit (like i686-*) (also known as IA-32, i386, i586, i686)
Target: x86 processors, 32 bit (like i686-*) (also known as IA-32, i386, i586, i686)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
Status: Open.
#135717
In rust-lang/rust;
·
purplesyringa
opened
on Jan 19, 2025
How much stack space should Windows reserve for stack overflow exceptions?
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
C-discussion
Category: Discussion or questions that doesn't represent real issues.
Category: Discussion or questions that doesn't represent real issues.
O-windows
Operating system: Windows
Operating system: Windows
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library team, which will review and decide on the PR/issue.
Status: Open.
#134200
In rust-lang/rust;
·
ChrisDenton
opened
on Dec 12, 2024
Document the runtime environment assumptions of <code>std</code>
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library team, which will review and decide on the PR/issue.
Status: Open.
#133604
In rust-lang/rust;
·
joboet
opened
on Nov 28, 2024
std: detect stack overflows in TLS destructors on UNIX
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
A-thread-locals
Area: Thread local storage (TLS)
Area: Thread local storage (TLS)
O-hermit
Operating System: Hermit
Operating System: Hermit
O-SGX
Target: SGX
Target: SGX
O-solid
Operating System: SOLID
Operating System: SOLID
O-unix
Operating system: Unix-like
Operating system: Unix-like
O-windows
Operating system: Windows
Operating system: Windows
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
Status: This is awaiting some action (such as code changes or more information) from the author.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library team, which will review and decide on the PR/issue.
Status: Open (in progress).
rust-lang/rust
number 131282
#131282
In rust-lang/rust;
·
joboet
opened
on Oct 5, 2024
Write down where all the unwind/backtrace code is
A-backtrace
Area: Backtraces
Area: Backtraces
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
Category: An issue proposing an enhancement or a PR with one.
E-tedious
Call for participation: An issue involves lots of work and is better handled as many small tasks.
Call for participation: An issue involves lots of work and is better handled as many small tasks.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Relevant to the compiler team, which will review and decide on the PR/issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library team, which will review and decide on the PR/issue.
Status: Open.
#130257
In rust-lang/rust;
·
workingjubilee
opened
on Sep 12, 2024
Arm32 EABI exception handling
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
O-Arm
Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
O-netbsd
Operating system: NetBSD
Operating system: NetBSD
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library team, which will review and decide on the PR/issue.
Status: Open.
#128156
In rust-lang/rust;
·
workingjubilee
opened
on Jul 24, 2024
Poorly-documented safety assumptions in <code>unix::stack_overflow::init</code>
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
A-stack-probe
Area: Stack probing and guard pages
Area: Stack probing and guard pages
A-thread
Area: `std::thread`
Area: `std::thread`
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library team, which will review and decide on the PR/issue.
Status: Open.
#127841
In rust-lang/rust;
·
workingjubilee
opened
on Jul 17, 2024
hide panic internals in short backtraces
A-backtrace
Area: Backtraces
Area: Backtraces
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
Category: An issue proposing an enhancement or a PR with one.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library team, which will review and decide on the PR/issue.
Status: Open.
#124586
In rust-lang/rust;
·
jyn514
opened
on May 1, 2024
You can’t perform that action at this time.