New Defects reported by Coverity Scan for LibreOffice
scan-admin at coverity.com
scan-admin at coverity.com
Sun Jun 5 21:29:07 UTC 2016
Hi,
Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan.
1 new defect(s) introduced to LibreOffice found with Coverity Scan.
10 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan.
New defect(s) Reported-by: Coverity Scan
Showing 1 of 1 defect(s)
** CID 1362511: Concurrent data access violations (GUARDED_BY_VIOLATION)
/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java: 92 in com.sun.star.lib.uno.environments.remote.JobQueue$JobDispatcher.run()()
________________________________________________________________________________________________________
*** CID 1362511: Concurrent data access violations (GUARDED_BY_VIOLATION)
/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java: 92 in com.sun.star.lib.uno.environments.remote.JobQueue$JobDispatcher.run()()
86 public void run() {
87 if(DEBUG) System.err.println("ThreadPool$JobDispatcher.run: " + Thread.currentThread());
88
89 try {
90 enter(2000, _disposeId);
91 } catch(Throwable throwable) {
>>> CID 1362511: Concurrent data access violations (GUARDED_BY_VIOLATION)
>>> Accessing "jobList" without holding lock "JobQueue.this". Elsewhere, "com.sun.star.lib.uno.environments.remote.JobQueue.jobList" is accessed with "JobQueue.this" held 5 out of 7 times.
92 if(!jobList.isEmpty() || _active) { // there was a job in progress, so give a stack
93 System.err.println(getClass().getName() + " - exception occurred:" + throwable);
94 throwable.printStackTrace(System.err);
95 }
96 }
97 finally {
________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, https://scan.coverity.com/projects/libreoffice?tab=overview
To manage Coverity Scan email notifications for "libreoffice at lists.freedesktop.org", click https://scan.coverity.com/subscriptions/edit?email=libreoffice%40lists.freedesktop.org&token=d6481d718a775246b2340f282ebe5939
More information about the LibreOffice
mailing list