Bug 6152

Summary: printf broken with floating point exceptions on
Product: uClibc Reporter: Michael Deutschmann <michael>
Component: stdioAssignee: 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

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,