Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.10/04
-
Component/s: None
-
Labels:None
-
Environment:
osx
Description
Reproducer:
#include "TSystem.h"
|
#include "TInterpreter.h"
|
#include <dlfcn.h>
|
|
int main() {
|
gSystem->Load("libImt");
|
//reinterpret_cast<void(*)()>(gInterpreter->FindSym("ROOT_TThread_Initialize"))(); // this alone does not crash
|
reinterpret_cast<void(*)(UInt_t)>(gInterpreter->FindSym("ROOT_TImplicitMT_EnableImplicitMT"))(0);
|
|
return 0;
|
}
|
Attachments
Issue Links
- blocks
-
ROOT-8855 Upgrade of TDataFrame for 6.12/00 release
-
- Closed
-