| Summary: | printf broken with floating point exceptions on | ||
|---|---|---|---|
| Product: | uClibc | Reporter: | Michael Deutschmann <michael> |
| Component: | stdio | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | drivingon9, uclibc-cvs |
| Priority: | P5 | ||
| Version: | 0.9.33.2 | ||
| Target Milestone: | 0.9.34 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Demonstration of this bug | ||
*** Bug 7298 has been marked as a duplicate of this bug. *** f8e05f3850e51673522216f23533bf7146359dcd on master. thanks, |
Created attachment 4826 [details] Demonstration of this bug uClibc's printf() crashes for some inputs if the divide-by-zero floating point exception is enabled. An example is attached, showing a failure rendering 0.0 using %f. This is with GCC 4.8.0 on i386.