https://bugzilla.redhat.com/show_bug.cgi?id=1211362 --- Comment #19 from Paulo Andrade <paulo.cesar.pereira.de.andrade@xxxxxxxxx> --- Untested fix for DistancePointEllipseEllipsoid ---8<--- diff -up SampleMathematics/DistancePointEllipseEllipsoid/DistancePointEllipseEllipsoid.cpp.orig SampleMathematics/DistancePointEllipseEllipsoid/DistancePointEllipseEllipsoid.cpp --- SampleMathematics/DistancePointEllipseEllipsoid/DistancePointEllipseEllipsoid.cpp.orig 2015-04-27 18:23:55.915645820 -0300 +++ SampleMathematics/DistancePointEllipseEllipsoid/DistancePointEllipseEllipsoid.cpp 2015-04-27 18:24:30.936645486 -0300 @@ -718,7 +718,7 @@ void DistancePointEllipseEllipsoid::Hype //---------------------------------------------------------------------------- int DistancePointEllipseEllipsoid::Main (int, char**) { - std::string output = ThePath + "output.txt"; + std::string output = "output.txt"; FILE* outFile = fopen(output.c_str(), "wt"); char filename[256]; ---8<--- SampleMathematics/GpuRootFinder eventually finishes for me. SampleMathematics/MeshEnvelope takes a really long time to finish, but that is not a problem :) SampleMathematics/NoniterativeEigensolver as well takes a long time (like 10+ minutes). This should be due to using some software fallback; should be faster when using nvidia drivers or something like that... Next one to crash is: $ strace -f /usr/libexec/WildMagic/SampleMathematics/NonlocalBlowup [...] open("/usr/share/WildMagic/SampleMathematics/NonlocalBlowup/Data/Grid.wmtf", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/WildMagic/SampleMathematics/NonlocalBlowup/Grid.wmtf", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/WildMagic/Data/Wmfx/Grid.wmtf", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/WildMagic/Data/Wmof/Grid.wmtf", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/WildMagic/Data/Wmtf/Grid.wmtf", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/WildMagic/Data/Wmvf/Grid.wmtf", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/WildMagic/Data/Im/Grid.wmtf", O_RDONLY) = -1 ENOENT (No such file or directory) open("", O_RDONLY) = -1 ENOENT (No such file or directory) --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x24} --- Correct the problems with DistancePointEllipseEllipsoid and NonlocalBlowup and the package will be good :) and of high quality! -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review