Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #1825 (new enhancement)

Opened 14 years ago

Last modified 14 years ago

Better Thread exception messages

Reported by: bobef Assigned to: fawzi
Priority: normal Milestone: 1.0
Component: Core Functionality Version: trunk
Keywords: Cc:

Description

Threads may have a name, so it could be very useful for debugging to include this name in the messages when something fails and Thread throws. For example Thread.join. I have a buggy thread and when I close my app it says "Unable to join thread". But I have like 8 more threads running. So I name them and it would be useful to get message like "Unable to join thread (buggy_threads_name)". Regards.

Change History

01/04/10 15:35:48 changed by larsivi

  • type changed from defect to enhancement.

02/07/10 21:38:23 changed by larsivi

  • milestone changed from 0.99.9 to 1.0.