Issue 117253 - Data race in cppu/source/threadpool/jobqueue.cxx
Summary: Data race in cppu/source/threadpool/jobqueue.cxx
Status: UNCONFIRMED
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: DEV300m99
Hardware: PC Linux, all
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-07 09:21 UTC by olistraub
Modified: 2013-01-29 21:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Added mutex guard before writing/reading m_nTodo (560 bytes, patch)
2011-03-07 09:21 UTC, olistraub
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description olistraub 2011-03-07 09:21:34 UTC
Created attachment 76041 [details]
Added mutex guard before writing/reading m_nTodo

The m_nToDo member variable is sometimes modified without having the corresponding mutex.
Comment 1 Oliver-Rainer Wittmann 2012-06-13 12:19:01 UTC
getting rid of value "enhancement" for field "severity".
For enhancement the field "issue type" shall be used.