Hi,

Le vendredi 15 mai 2020 à 19:05 +0200, Thibaut Paumard a écrit :
> Le 15/05/2020 à 11:07, Julien Puydt a écrit :
> > It should, but since I haven't been able to reproduce your problem
> > on
> > eller.debian.org...
> > 
> 
> Interesting. I just re-compiled my test-case in a fresh chroot on
> eller,
> and it still segfaults. The base system is sid-mips64el.
> 
> Regards, Thibaut.
> 

This is what I do :

scp hypergeom.c eller.debian.org:~
slogin eller.debian.org
export sessionid=$(schroot -b -c sid)
dd-schroot-cmd -c $sessionid apt-get update
dd-schroot-cmd -c $sessionid apt-get upgrade
dd-schroot-cmd -c $sessionid apt-get install libflint-dev libflint-arb-
dev
schroot -r -c $sessionid
gcc -o hypergeom hypergeom.c -lflint-arb -lflint
./hypergeom 0.6 0.5  (prints hypergeom(6.000000e-01, 5.000000e-
01)=9.166128e-01)
./hypergeom 0.5 0.6 (prints hypergeom(5.000000e-01, 6.000000e-
01)=9.462169e-01)
./hypergeom 0.5 0.5 (prints hypergeom(5.000000e-01, 5.000000e-
01)=9.539590e-01)

Control-D
schroot -e -c $sessionid
rm hypergeom*
Control-D

So no segfault.

If we find the difference between the configurations, that could hint
us to what gets wrong.

Cheers,

JP

Reply via email to