Issue Details (XML | Word | Printable)

Key: LOGCXX-48
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Curt Arnold
Reporter: Curt Arnold
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Log4cxx

Use hex representation for thread identifier

Created: 21/Dec/04 07:02 PM   Updated: 04/Jan/05 12:30 PM
Return to search
Component/s: Layout
Affects Version/s: 0.9.7
Fix Version/s: 0.10.0

Time Tracking:
Not Specified

Resolution Date: 04/Jan/05 12:30 PM


 Description  « Hide
Per http://nagoya.apache.org/eyebrowse/ReadMsg?listName=log4cxx-dev@logging.apache.org&msgNo=416

Thread id has been output as a signed 32-bit integer which doesn't work as expected on 64-bit platforms and also results in meaningless large negative integers as thread ids. The proposed solution is to output an appropriately sized hex representation of the thread handle.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Curt Arnold added a comment - 04/Jan/05 12:30 PM
Thread id in CVS is now a hex representation of apr_os_thread_t*. Committed 2 Jan 2005 inconjuction with LOGCXX-10 changes.

Curt Arnold made changes - 04/Jan/05 12:30 PM
Field Original Value New Value
Status Open [ 1 ] Closed [ 6 ]
Resolution Fixed [ 1 ]