Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 69508 Details for
Bug 187006
[CGProf] Crash on multi-core platforms when printing <methodDef> element
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
quick patch for the bug
patch_187006 .txt (text/plain), 798 bytes, created by
Viacheslav
on 2007-05-31 09:19:19 EDT
(
hide
)
Description:
quick patch for the bug
Filename:
MIME Type:
Creator:
Viacheslav
Created:
2007-05-31 09:19:19 EDT
Size:
798 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.platform.jvmti.runtime >Index: src-native/src/BaseProf/TIdSet.h >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.jvmti.runtime/src-native/src/BaseProf/TIdSet.h,v >retrieving revision 1.15 >diff -u -r1.15 TIdSet.h >--- src-native/src/BaseProf/TIdSet.h 3 May 2007 13:04:40 -0000 1.15 >+++ src-native/src/BaseProf/TIdSet.h 31 May 2007 13:14:55 -0000 >@@ -94,7 +94,7 @@ > > int addNewData(MPI::TId tId_Key, void* pData) { > if (m_TId_Key == tId_Key) { >- free(m_pData); >+// free(m_pData); > m_pData = pData; > return GetCurrentDepth(); > } else if (tId_Key < m_TId_Key) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 187006
:
67644
| 69508