#11756 closed defect (fixed)
BUG: gettext: EXC_I386_DIV (divide by zero)
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | 1.5 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: |
Description
When building gettext 0.16.1 on an Intel Mac, a GUI Crash Reporter dialog appears several times saying:
EXC_ARITHMETIC (0x0003) EXC_I386_DIV (divide by zero) Thread 0 Crashed: 0 main + 56 1 _start + 216 2 start + 41
This problem does not occur on PowerPC Macs. I've reported this to the gettext developers who have applied a fix to their source repository for the next release, and I have a patch that should fix this for 0.16.1 in MacPorts. I'll attach the patch.
Change History (3)
comment:1 Changed 18 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
comment:2 Changed 18 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
On second thought, I'll just fix it in r23801. You can see the patch there.