Opened 18 years ago

Last modified 10 years ago

#9053 closed defect

BUG gmp: crash in config.guess due to mfpvr instruction — at Version 10

Reported by: vincent-opdarw@… Owned by: gwright@…
Priority: Low Milestone:
Component: ports Version: 1.0
Keywords: Cc: vincent-opdarw@…, gwright@…, boeyms@…, ryandesign@…
Port: gmp

Description (last modified by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez))

On my Power Mac G5, a crash occurs in config.guess, due to a generated code that contains the mfpvr instruction. This crash can be noticed (and is then annoying) when CrashReporter's developer mode has been enabled.

I think this can be fixed by trapping the corresponding signal (SIGILL?), but I can't currently try because my Mac is under repair.

Change History (10)

comment:1 Changed 18 years ago by vincent-opdarw@…

I forgot to say: the fix must be a DarwinPorts patch since upstream doesn't want this bug to be fixed (see gmp-bugs mailing-list, thread "crash in config.guess on Power Mac G5 under Mac OS X 10.4.6").

comment:2 Changed 18 years ago by gwright@…

Owner: changed from darwinports-bugs@… to gwright@…

I'll take a look.

-Greg

comment:3 Changed 18 years ago by gwright@…

Status: newassigned

comment:4 Changed 18 years ago by gwright@…

Vincent,

I have read the exchange in the gmp-bugs mailing list. Does this problem _prevent_ building a working gmp library if the CrashReporter's developer mode is disabled? Or is a proper error code returned by the shell and the configuration procedure continues?

Greg

comment:5 Changed 18 years ago by vincent-opdarw@…

(In reply to comment #3)

I have read the exchange in the gmp-bugs mailing list. Does this problem _prevent_ building a working gmp library if the CrashReporter's developer mode is disabled?

I think that the building goes on normally (ditto if CrashReporter's developer mode is enabled, except that one has this annoying window).

comment:6 Changed 17 years ago by pipping@…

Milestone: Port Bugs

comment:7 Changed 17 years ago by boeyms@…

Cc: vincent-opdarw@… gwright@… boeyms@… added

Adding reporter, assignee and myself to Cc: list. Can either of you confirm whether or not bug exists in the current version of the gmp port?

comment:8 Changed 17 years ago by vinc17@…

Yes, it still exists. BTW, several months ago, I tried to solve the problem by trapping the signal, but though the signal was trapped, I still got the CrashReporter window appearing.

comment:9 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Priority: ExpectedLow

Since the build does succeed, and the Crash Reporter window is merely an annoyance, fixing this is low-priority.

comment:10 Changed 15 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Description: modified (diff)

I recently (r45928) took over partial maintainer-ship of gmp.
As I understand the situation, this is an issue only when CrashReporter is enabled and the rare occasion when gmp is built.
Unless there are any objections, I will close this ticket as wontfix.

Note: See TracTickets for help on using tickets.