-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Floating point exception in TPad (version 2) #6428
Comments
Hi @couet , The previous fix for TPad works in tests. Thanks! Best regards, Andrii |
Well .... "PlaceBox" is not supposed to be called by end users. Any way I will look. |
And you call it with a TH1 as object ... it was never meant to be use that way. :-( |
I know, I needed a dummy argument. The crash appears before any operations with this argument. Best regards, |
I will try to protect |
fixed by #6440 |
Hi @couet , my fault! You've fixed a bug that I was not trying to report (zero pointer dereference). Best regards, Andrii |
I'm sorry, here is the code to reproduce FPE (not segmentation violation)
I see
This result is seen on CentOS7/EPEL/root6220/gcc485 as well as on lxplus with
|
Hi @couet, should I open a new issue? Best regards, Andrii |
Yes open a new one. This one is closed. |
Done! |
Describe the bug
Crash.
Expected behavior
No FPE.
To Reproduce
Code:
compile
run
Setup
ROOT 6.22.02 CentOS7 gcc4.8.5
and
lxplus with
Should also work with mac (not tested).
Additional context
Hopefully this will be the last one.
The text was updated successfully, but these errors were encountered: