You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone I'm trying to find why I have this segmentation violation when I run ./simpleFitExample the next that happens is this :
PARAMETER DEFINITIONS:
NO. NAME VALUE STEP SIZE LIMITS
1 mpv 4.00000e+01 1.50000e+01 0.00000e+00 1.50000e+02
2 sigma 5.00000e+00 3.00000e+00 0.00000e+00 3.00000e+01
** 1 **MIGRAD
FIRST CALL TO USER FUNCTION AT NEW START POINT, WITH IFLAG=4.
*** Break *** segmentation violation
There was a crash.
This is the entire stack trace of all threads:
Thread 3 (Thread 0x7f1017802700 (LWP 29447)):
#0 0x00007f101c69a69d in poll () from /lib64/libc.so.6 #1 0x00007f101807bc1b in ?? () from /lib64/libcuda.so.1 #2 0x00007f1017a423c1 in ?? () from /lib64/libcuda.so.1 #3 0x00007f101807c398 in ?? () from /lib64/libcuda.so.1 #4 0x00007f101c977dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f101c6a4ced in clone () from /lib64/libc.so.6
Thread 2 (Thread 0x7f1016c01700 (LWP 29448)):
#0 0x00007f101c97ba82 in pthread_cond_timedwait
GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00007f101807cb47 in ?? () from /lib64/libcuda.so.1 #2 0x00007f1017988fd7 in ?? () from /lib64/libcuda.so.1 #3 0x00007f101807c398 in ?? () from /lib64/libcuda.so.1 #4 0x00007f101c977dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f101c6a4ced in clone () from /lib64/libc.so.6
Thread 1 (Thread 0x7f10223f5240 (LWP 29445)):
#0 0x00007f101c66bb59 in waitpid () from /lib64/libc.so.6 #1 0x00007f101c5f0092 in do_system () from /lib64/libc.so.6 #2 0x00007f101c5f0441 in system () from /lib64/libc.so.6 #3 0x00007f1021637e79 in TUnixSystem::StackTrace() () from /home/abraham/root/lib/libCore.so #4 0x00007f1021639abc in TUnixSystem::DispatchSignals(ESignals) () from /home/abraham/root/lib/libCore.so #5 #6 0x0000000000441749 in thrust::system::cuda::detail::device_properties() ()
#7 0x000000000044b375 in double thrust::system::cuda::detail::reduce_detail::reduce<thrust::system::cuda::detail::tag, thrust::transform_iterator<MetricTaker, thrust::zip_iterator<thrust::tuple<thrust::counting_iterator<int, thrust::use_default, thrust::use_default, thrust::use_default>, thrust::constant_iterator<int, thrust::use_default, thrust::use_default>, thrust::constant_iterator<double*, thrust::use_default, thrust::use_default>, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type> >, double, thrust::use_default>, double, thrust::plus >(thrust::system::cuda::detail::execution_policythrust::system::cuda::detail::tag&, thrust::transform_iterator<MetricTaker, thrust::zip_iterator<thrust::tuple<thrust::counting_iterator<int, thrust::use_default, thrust::use_default, thrust::use_default>, thrust::constant_iterator<int, thrust::use_default, thrust::use_default>, thrust::constant_iterator<double*, thrust::use_default, thrust::use_default>, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type> >, double, thrust::use_default>, thrust::transform_iterator<MetricTaker, thrust::zip_iterator<thrust::tuple<thrust::counting_iterator<int, thrust::use_default, thrust::use_default, thrust::use_default>, thrust::constant_iterator<int, thrust::use_default, thrust::use_default>, thrust::constant_iterator<double*, thrust::use_default, thrust::use_default>, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type> >, double, thrust::use_default>, double, thrust::plus) ()
#8 0x00000000004388f0 in GooPdf::normalise() const ()
#9 0x000000000042dd63 in GooPdf::calculateNLL() const ()
#10 0x0000000000427f6b in FitFun(int&, double_, double&, double_, int) ()
#11 0x00007f1021fcb917 in TMinuit::Eval (this=, npar=2, grad=, fval=, par=, flag=) at TMinuit.cc:693
#12 0x00007f1021fcf7ab in TMinuit::mnamin (this=0x2e1f5f0) at TMinuit.cc:834
#13 0x00007f1021fe6309 in TMinuit::mnmigr (this=0x2e1f5f0) at TMinuit.cc:4960
#14 0x00007f1021fe00de in TMinuit::mnexcm (this=0x2e1f5f0, command=, plist=0x7fff2fd23e90, llist=0, ierflg=
0x7fff2fd23e9c: 0) at TMinuit.cc:2709
#15 0x00007f1021fcb9b6 in TMinuit::Migrad (this=) at TMinuit.cc:757
#16 0x0000000000427d31 in FitManager::runMigrad() ()
#17 0x000000000042722c in fitAndPlot (total=total
entry=0x25c6350, data=data
entry=0x7fff2fd244b0, dataHist=..., xvar=xvar
entry=0xf95390, fname=fname
entry=0x456584 "landau.png") at simpleFitExample.cu:56
#18 0x00000000004268b0 in main (argc=, argv=) at simpleFitExample.cu:197
The lines below might hint at the cause of the crash.
If they do not help you then please submit a bug report at http://root.cern.ch/bugs. Please post the ENTIRE stack trace
from above as an attachment in addition to anything else
0x7fff2fd23e9c: 0) at TMinuit.cc:2709
#15 0x00007f1021fcb9b6 in TMinuit::Migrad (this=) at TMinuit.cc:757
#16 0x0000000000427d31 in FitManager::runMigrad() ()
#17 0x000000000042722c in fitAndPlot (total=total
entry=0x25c6350, data=data
entry=0x7fff2fd244b0, dataHist=..., xvar=xvar
entry=0xf95390, fname=fname
entry=0x456584 "landau.png") at simpleFitExample.cu:56
#18 0x00000000004268b0 in main (argc=, argv=) at simpleFitExample.cu:197
I will apreciate all your help.
Thanks :)
The text was updated successfully, but these errors were encountered:
Hello everyone I'm trying to find why I have this segmentation violation when I run ./simpleFitExample the next that happens is this :
PARAMETER DEFINITIONS:
NO. NAME VALUE STEP SIZE LIMITS
1 mpv 4.00000e+01 1.50000e+01 0.00000e+00 1.50000e+02
2 sigma 5.00000e+00 3.00000e+00 0.00000e+00 3.00000e+01
** 1 **MIGRAD
FIRST CALL TO USER FUNCTION AT NEW START POINT, WITH IFLAG=4.
*** Break *** segmentation violation
There was a crash.
This is the entire stack trace of all threads:
Thread 3 (Thread 0x7f1017802700 (LWP 29447)):
#0 0x00007f101c69a69d in poll () from /lib64/libc.so.6
#1 0x00007f101807bc1b in ?? () from /lib64/libcuda.so.1
#2 0x00007f1017a423c1 in ?? () from /lib64/libcuda.so.1
#3 0x00007f101807c398 in ?? () from /lib64/libcuda.so.1
#4 0x00007f101c977dc5 in start_thread () from /lib64/libpthread.so.0
#5 0x00007f101c6a4ced in clone () from /lib64/libc.so.6
Thread 2 (Thread 0x7f1016c01700 (LWP 29448)):
#0 0x00007f101c97ba82 in pthread_cond_timedwait
GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1 0x00007f101807cb47 in ?? () from /lib64/libcuda.so.1
#2 0x00007f1017988fd7 in ?? () from /lib64/libcuda.so.1
#3 0x00007f101807c398 in ?? () from /lib64/libcuda.so.1
#4 0x00007f101c977dc5 in start_thread () from /lib64/libpthread.so.0
#5 0x00007f101c6a4ced in clone () from /lib64/libc.so.6
Thread 1 (Thread 0x7f10223f5240 (LWP 29445)):
#0 0x00007f101c66bb59 in waitpid () from /lib64/libc.so.6
#1 0x00007f101c5f0092 in do_system () from /lib64/libc.so.6
#2 0x00007f101c5f0441 in system () from /lib64/libc.so.6
#3 0x00007f1021637e79 in TUnixSystem::StackTrace() () from /home/abraham/root/lib/libCore.so
#4 0x00007f1021639abc in TUnixSystem::DispatchSignals(ESignals) () from /home/abraham/root/lib/libCore.so
#5
#6 0x0000000000441749 in thrust::system::cuda::detail::device_properties() ()
#7 0x000000000044b375 in double thrust::system::cuda::detail::reduce_detail::reduce<thrust::system::cuda::detail::tag, thrust::transform_iterator<MetricTaker, thrust::zip_iterator<thrust::tuple<thrust::counting_iterator<int, thrust::use_default, thrust::use_default, thrust::use_default>, thrust::constant_iterator<int, thrust::use_default, thrust::use_default>, thrust::constant_iterator<double*, thrust::use_default, thrust::use_default>, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type> >, double, thrust::use_default>, double, thrust::plus >(thrust::system::cuda::detail::execution_policythrust::system::cuda::detail::tag&, thrust::transform_iterator<MetricTaker, thrust::zip_iterator<thrust::tuple<thrust::counting_iterator<int, thrust::use_default, thrust::use_default, thrust::use_default>, thrust::constant_iterator<int, thrust::use_default, thrust::use_default>, thrust::constant_iterator<double*, thrust::use_default, thrust::use_default>, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type> >, double, thrust::use_default>, thrust::transform_iterator<MetricTaker, thrust::zip_iterator<thrust::tuple<thrust::counting_iterator<int, thrust::use_default, thrust::use_default, thrust::use_default>, thrust::constant_iterator<int, thrust::use_default, thrust::use_default>, thrust::constant_iterator<double*, thrust::use_default, thrust::use_default>, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type> >, double, thrust::use_default>, double, thrust::plus) ()
#8 0x00000000004388f0 in GooPdf::normalise() const ()
#9 0x000000000042dd63 in GooPdf::calculateNLL() const ()
#10 0x0000000000427f6b in FitFun(int&, double_, double&, double_, int) ()
#11 0x00007f1021fcb917 in TMinuit::Eval (this=, npar=2, grad=, fval=, par=, flag=) at TMinuit.cc:693
#12 0x00007f1021fcf7ab in TMinuit::mnamin (this=0x2e1f5f0) at TMinuit.cc:834
#13 0x00007f1021fe6309 in TMinuit::mnmigr (this=0x2e1f5f0) at TMinuit.cc:4960
#14 0x00007f1021fe00de in TMinuit::mnexcm (this=0x2e1f5f0, command=, plist=0x7fff2fd23e90, llist=0, ierflg=
0x7fff2fd23e9c: 0) at TMinuit.cc:2709
#15 0x00007f1021fcb9b6 in TMinuit::Migrad (this=) at TMinuit.cc:757
#16 0x0000000000427d31 in FitManager::runMigrad() ()
#17 0x000000000042722c in fitAndPlot (total=total
entry=0x25c6350, data=data
entry=0x7fff2fd244b0, dataHist=..., xvar=xvar
entry=0xf95390, fname=fname
entry=0x456584 "landau.png") at simpleFitExample.cu:56
#18 0x00000000004268b0 in main (argc=, argv=) at simpleFitExample.cu:197
The lines below might hint at the cause of the crash.
If they do not help you then please submit a bug report at
http://root.cern.ch/bugs. Please post the ENTIRE stack trace
from above as an attachment in addition to anything else
that might help us fixing this issue.
#6 0x0000000000441749 in thrust::system::cuda::detail::device_properties() ()
#7 0x000000000044b375 in double thrust::system::cuda::detail::reduce_detail::reduce<thrust::system::cuda::detail::tag, thrust::transform_iterator<MetricTaker, thrust::zip_iterator<thrust::tuple<thrust::counting_iterator<int, thrust::use_default, thrust::use_default, thrust::use_default>, thrust::constant_iterator<int, thrust::use_default, thrust::use_default>, thrust::constant_iterator<double*, thrust::use_default, thrust::use_default>, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type> >, double, thrust::use_default>, double, thrust::plus >(thrust::system::cuda::detail::execution_policythrust::system::cuda::detail::tag&, thrust::transform_iterator<MetricTaker, thrust::zip_iterator<thrust::tuple<thrust::counting_iterator<int, thrust::use_default, thrust::use_default, thrust::use_default>, thrust::constant_iterator<int, thrust::use_default, thrust::use_default>, thrust::constant_iterator<double*, thrust::use_default, thrust::use_default>, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type> >, double, thrust::use_default>, thrust::transform_iterator<MetricTaker, thrust::zip_iterator<thrust::tuple<thrust::counting_iterator<int, thrust::use_default, thrust::use_default, thrust::use_default>, thrust::constant_iterator<int, thrust::use_default, thrust::use_default>, thrust::constant_iterator<double*, thrust::use_default, thrust::use_default>, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type, thrust::null_type> >, double, thrust::use_default>, double, thrust::plus) ()
#8 0x00000000004388f0 in GooPdf::normalise() const ()
#9 0x000000000042dd63 in GooPdf::calculateNLL() const ()
#10 0x0000000000427f6b in FitFun(int&, double_, double&, double_, int) ()
#11 0x00007f1021fcb917 in TMinuit::Eval (this=, npar=2, grad=, fval=, par=, flag=) at TMinuit.cc:693
#12 0x00007f1021fcf7ab in TMinuit::mnamin (this=0x2e1f5f0) at TMinuit.cc:834
#13 0x00007f1021fe6309 in TMinuit::mnmigr (this=0x2e1f5f0) at TMinuit.cc:4960
#14 0x00007f1021fe00de in TMinuit::mnexcm (this=0x2e1f5f0, command=, plist=0x7fff2fd23e90, llist=0, ierflg=
0x7fff2fd23e9c: 0) at TMinuit.cc:2709
#15 0x00007f1021fcb9b6 in TMinuit::Migrad (this=) at TMinuit.cc:757
#16 0x0000000000427d31 in FitManager::runMigrad() ()
#17 0x000000000042722c in fitAndPlot (total=total
entry=0x25c6350, data=data
entry=0x7fff2fd244b0, dataHist=..., xvar=xvar
entry=0xf95390, fname=fname
entry=0x456584 "landau.png") at simpleFitExample.cu:56
#18 0x00000000004268b0 in main (argc=, argv=) at simpleFitExample.cu:197
I will apreciate all your help.
Thanks :)
The text was updated successfully, but these errors were encountered: