Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: 6.08/00
-
Component/s: I/O
-
Labels:None
-
Development:
Description
linking against libNew produce not working programs.
The smallest reproducer I have
test.c
int main()
{ }
g++ -c -o test.o test.c
g++ -O test.o -L/usr/local/root/lib -lNew -o test
./test produce
-
-
- Break *** floating point exception
-
In root versions before i got as error message
Fatal in <operator delete>: storage area overwritten