On Monday, August 04 2025, Bill Allombert wrote: > Le Mon, Aug 04, 2025 at 12:57:08PM -0400, Sergio Durigan Junior a écrit : >> This bug is more than 10 years old; GDB has suffered significant changes >> since then, and I don't recall seeing a similar problem recently. >> >> Unfortunately the URL provided to reproduce the bug is also defunct. >> >> I'm taking the liberty to close this bug. Feel free reopen if it's >> still applicable. > > Hi Sergio, please always CC the submitter when closing and replying to a bug > report, thanks!
Hi Bill, I usually Cc the submitter (and whoever else commented on the bug) when replying, but because I've been doing mass triaging of the GDB bugs, I'm just sending emails to nnn-close. According to <https://www.debian.org/Bugs/Developer#closing>: "The person closing the bug, the person who submitted it and the debian-bugs-closed mailing list will each get a notification about the change in status of the report. The submitter and the mailing list will also receive the contents of the message sent to nnn-done." > The URL in the bug report is now this one: > https://pari.math.u-bordeaux.fr/pub/pari/testing/OLD/pari-2.4.3.alpha.tar.gz > also there is a need to add > BEGIN { @INC=(".",@INC); } > at the beginning of the perl files in src/desc due to a perl security fix. > > Once it is done, we get > > (gdb) list addii_sign > 57 } > 58 > 59 /* return gen_0 when the sign is 0 */ > 60 GEN > 61 addii_sign(GEN x, long sx, GEN y, long sy) > 62 { > 63 long lx,ly; > 64 GEN z; > 65 > 66 if (!sx) return sy? icopy_sign(y, sy): gen_0; > > so I can confirm this bug was fixed. > > Thanks for being the first person to reply at this bug report despite my > attempt > at make it easily reproducible. Apologies for the long time in replying, and thanks for confirming the fix. Cheers, -- Sergio GPG key ID: 237A 54B1 0287 28BF 00EF 31F4 D0EB 7628 65FC 5E36 Please send encrypted e-mail if possible https://sergiodj.net/
signature.asc
Description: PGP signature

