Summary: | "Warning: noted but unhandled ioctl 0x2000747b" on Mac OS X | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Sean <cwatson> |
Component: | memcheck | Assignee: | Rhys Kidd <rhyskidd> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | tom |
Priority: | NOR | ||
Version: | 3.5.0 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sean
2009-09-22 23:13:44 UTC
The following will trigger the warning in valgrind: int main (int argc, char * const argv[]) { (void)tcsendbreak(1, 0); return 0; } Resolved in r15246. |