[valgrind] [Bug 421262] Lack of Proper (80 bit) Long Double Support Causes Serious Problems (on x86 32bit)

2021-02-04 Thread Chris Wilson
https://bugs.kde.org/show_bug.cgi?id=421262 --- Comment #2 from Chris Wilson --- Someone changed the title of this bug report I submitted to say "x86 32bit" in the title. Actually, I'm using 64-bit, not 32-bit, x86, and that is where I encountered the problem. -- You are rece

[valgrind] [Bug 421262] New: Lack of Proper Long Double Support Causes Serious Problems

2020-05-10 Thread Chris Wilson
https://bugs.kde.org/show_bug.cgi?id=421262 Bug ID: 421262 Summary: Lack of Proper Long Double Support Causes Serious Problems Product: valgrind Version: unspecified Platform: Other OS: Linux Sta

[valgrind] [Bug 385279] [PATCH] unhandled syscall: mach:43 (mach_generate_activity_id)

2018-02-11 Thread Chris Wilson
https://bugs.kde.org/show_bug.cgi?id=385279 Chris Wilson changed: What|Removed |Added CC||chris+...@qwirx.com --- Comment #12 from Chris

[valgrind] [Bug 390269] New: WARNING: unhandled amd64-darwin syscall: unix:464

2018-02-11 Thread Chris Wilson
https://bugs.kde.org/show_bug.cgi?id=390269 Bug ID: 390269 Summary: WARNING: unhandled amd64-darwin syscall: unix:464 Product: valgrind Version: 3.14 SVN Platform: Other OS: Linux Status: UNCONFIRMED Sever

[valgrind] [Bug 390269] WARNING: unhandled amd64-darwin syscall: unix:464

2018-02-11 Thread Chris Wilson
https://bugs.kde.org/show_bug.cgi?id=390269 Chris Wilson changed: What|Removed |Added Platform|Other |Compiled Sources CC

[valgrind] [Bug 390269] unhandled amd64-darwin syscall: unix:464 (openat_nocancel)

2018-02-12 Thread Chris Wilson
https://bugs.kde.org/show_bug.cgi?id=390269 --- Comment #2 from Chris Wilson --- Yes, it was mkstemp. This example: int main(int argc, char** argv) { char buffer[] = "boxbackup.recombinetemp.1.XX"; if(mkstemp(buffer) < 0) { pe