Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 6.10/02
-
Component/s: None
-
Labels:None
-
Environment:
Debian 8 + gcc4.9, Ubuntu 14.04 + gcc4.8 (native)
Description
First failure seen here (v6.10 nightlies), can reproduce locally on master.
valgrind-helgrind does not help due to the very high number of false positives (mainly due to tbb). valgrind-memcheck does not report anything helpful – a few leaks here and there, mostly in TObject, that do not seem related to the issue and that ROOT always gets.
clang -fsanitize=thread is confused by our TSpinLock and reports several false positives, did not see anything useful there either.
I was not able to reproduce the crash inside gdb yet.
Attachments
Issue Links
- blocks
-
ROOT-8855 Upgrade of TDataFrame for 6.12/00 release
-
- Closed
-