MWE:
sage: A = -17737878703644595885728157881856/2195118875780412735240966796875
sage: B = 76386743039924534000525642916220282669332545616695170155741184/4818546878807463076444691815463494370294881403446197509765625
sage: E = EllipticCurve([A,B])
sage: lcalc.analytic_rank(E)
This produces "*** overflow in t_INT-->t_INT assignment.Segmentation fault (core dumped), followed by "TypeError: unable to convert '' to an integer". It looks like line 385 of sage/lfunctions/lcalc.py is returning the empty string, i.e., 'rank-compute' is failing to compute, probably because of the overflow.
Other info:
OS: Ubuntu 18.04.2 LTS, 64bit
SageMath version 9.0, release date 2020-01-01
Using Python 3.7.3