| Summary: | unhandled instruction bytes: 0xD9 0xF4 0x50 0xDD (x86 fxtract) | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | John Reiser <jreiser> |
| Component: | memcheck | Assignee: | Julian Seward <jseward> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | l_de_vito |
| Priority: | NOR | ||
| Version First Reported In: | 3.0.0 | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
John Reiser
2005-08-05 03:41:07 UTC
*** Bug 112941 has been marked as a duplicate of this bug. *** *** Bug 112944 has been marked as a duplicate of this bug. *** Fixed (vex r1405). Please verify. Verified OK (vex r1408, valgrind r4848).
-----
#include <math.h>
#include <stdio.h>
main()
{
double const logb_pi = logb(3.1415926535);
printf("logb_pi=%g\n", logb_pi);
return 0;
}
-----
|