Bug 6152 - printf broken with floating point exceptions on
Summary: printf broken with floating point exceptions on
Status: RESOLVED FIXED
Alias: None
Product: uClibc
Classification: Unclassified
Component: stdio (show other bugs)
Version: 0.9.33.2
Hardware: PC Linux
: P5 minor
Target Milestone: 0.9.34
Assignee: unassigned
URL:
Keywords:
: 7298 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-03-30 06:49 UTC by Michael Deutschmann
Modified: 2014-12-15 16:34 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments
Demonstration of this bug (197 bytes, application/octet-stream)
2013-03-30 06:49 UTC, Michael Deutschmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Deutschmann 2013-03-30 06:49:34 UTC
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.
Comment 1 Bernhard Reutner-Fischer 2014-12-15 13:08:03 UTC
*** Bug 7298 has been marked as a duplicate of this bug. ***
Comment 2 Bernhard Reutner-Fischer 2014-12-15 16:34:40 UTC
f8e05f3850e51673522216f23533bf7146359dcd on master.
thanks,