[Bug 1745188] Re: gnome-calculator crashed with SIGABRT in mpfr_assert_fail → mpfr_init2 → mpc_init3 → mpc_pow_usi_naive → mpc_pow_usi

2019-01-10 Thread Sebastien Bacher
There are no report from 3.28 or newer, seems to be resolved ** Changed in: gnome-calculator (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1745188

[Bug 1745188] Re: gnome-calculator crashed with SIGABRT in mpfr_assert_fail → mpfr_init2 → mpc_init3 → mpc_pow_usi_naive → mpc_pow_usi

2018-02-20 Thread Raghavan Santhanam
Hello, I encountered this abort/crash with gnome-calculator and finally got rid of it as under. I manually built and installed the latest mpfr/mpfc/gmp source code and binaries for building gcc-7.3 which turned out to be extremely frustrating and energy-draining. So, after installing those

[Bug 1745188] Re: gnome-calculator crashed with SIGABRT in mpfr_assert_fail → mpfr_init2 → mpc_init3 → mpc_pow_usi_naive → mpc_pow_usi

2018-02-20 Thread Raghavan Santhanam
<< reposting my previous comment in the aligned format as there seems to be no option to edit it >> Hello, I encountered this abort/crash with gnome-calculator and finally got rid of it as under. I manually built and installed the latest mpfr/mpfc/gmp source code and binaries for building

[Bug 1745188] Re: gnome-calculator crashed with SIGABRT in mpfr_assert_fail → mpfr_init2 → mpc_init3 → mpc_pow_usi_naive → mpc_pow_usi (regression with mpclib3 1.1.0-1)

2018-01-25 Thread Jean-Baptiste Lallement
This is because the precision is set to 1 in libmpfr 4.0.0 (in bionic- proposed) and 2 in libmpfr 3.1.6 mpfr4-4.0.0/src/mpfr.h:#define MPFR_PREC_MIN 1 mpfr4-3.1.6/src/mpfr.h:#define MPFR_PREC_MIN 2 Please downgrade to the versions in bionic until the publication of all the dependent packages in

[Bug 1745188] Re: gnome-calculator crashed with SIGABRT in mpfr_assert_fail → mpfr_init2 → mpc_init3 → mpc_pow_usi_naive → mpc_pow_usi

2018-01-25 Thread Jean-Baptiste Lallement
Thanks for your report. I noticed that you're using libmpc3 1.1.0-1 from bionic-proposed. Could you revert to the version in bionic to check if it fixes your issue? Thanks. ** Changed in: gnome-calculator (Ubuntu) Status: Confirmed => Incomplete ** Also affects: mpclib3 (Ubuntu)

[Bug 1745188] Re: gnome-calculator crashed with SIGABRT in mpfr_assert_fail → mpfr_init2 → mpc_init3 → mpc_pow_usi_naive → mpc_pow_usi (possible regression with mpclib3 1.1.0-1)

2018-01-25 Thread Jean-Baptiste Lallement
confirmed by installating libmpc3 1.1.0-1 from bionic-proposed; ** Summary changed: - gnome-calculator crashed with SIGABRT in mpfr_assert_fail → mpfr_init2 → mpc_init3 → mpc_pow_usi_naive → mpc_pow_usi (possible regression with mpclib3 1.1.0-1) + gnome-calculator crashed with SIGABRT in

[Bug 1745188] Re: gnome-calculator crashed with SIGABRT in mpfr_assert_fail → mpfr_init2 → mpc_init3 → mpc_pow_usi_naive → mpc_pow_usi

2018-01-24 Thread Jean-Baptiste Lallement
** Summary changed: - gnome-calculator crashed with SIGABRT in mpfr_assert_fail() + gnome-calculator crashed with SIGABRT in mpfr_assert_fail → mpfr_init2 → mpc_init3 → mpc_pow_usi_naive → mpc_pow_usi ** Description changed: I cannot launch gnome-calculator because of the following: ```