<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/backtrace/synchronized-panic-handler.rs, branch 1.86.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.86.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.86.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-07-30T06:16:47+00:00</updated>
<entry>
<title>the output in stderr expects panic-unwind</title>
<updated>2024-07-30T06:16:47+00:00</updated>
<author>
<name>aissata</name>
<email>aimaiga2@gmail.com</email>
</author>
<published>2024-07-30T06:16:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dadf3d2a970999ee0d7a0f97045acc70919d751e'/>
<id>urn:sha1:dadf3d2a970999ee0d7a0f97045acc70919d751e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix interleaved panic output</title>
<updated>2024-07-12T15:52:04+00:00</updated>
<author>
<name>jyn</name>
<email>github@jyn.dev</email>
</author>
<published>2024-07-05T21:24:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1c8f9bb84d5956abe6671bf77ccaba64505266a5'/>
<id>urn:sha1:1c8f9bb84d5956abe6671bf77ccaba64505266a5</id>
<content type='text'>
previously, we only held a lock for printing the backtrace itself. since all threads were printing to the same file descriptor, that meant random output in the default panic hook would be interleaved with the backtrace. now, we hold the lock for the full duration of the hook, and the output is ordered.
</content>
</entry>
<entry>
<title>add test that multi-threaded panics aren't interleaved</title>
<updated>2024-07-05T21:22:58+00:00</updated>
<author>
<name>jyn</name>
<email>github@jyn.dev</email>
</author>
<published>2024-07-05T20:34:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=de14f1f932f4f11130be3fed5cd370bd0936032e'/>
<id>urn:sha1:de14f1f932f4f11130be3fed5cd370bd0936032e</id>
<content type='text'>
</content>
</entry>
</feed>
