[valgrind] [Bug 376956] Memcheck crashes on access(NULL, F_OK) done by Free Pascal application

2017-03-12 Thread Daniel Glöckner
https://bugs.kde.org/show_bug.cgi?id=376956 --- Comment #8 from Daniel Glöckner <daniel...@gmx.net> --- Created attachment 104515 --> https://bugs.kde.org/attachment.cgi?id=104515=edit Second half of the fix The drm-version.patch allocates temporary memory to pass the buffer size

[valgrind] [Bug 376956] Memcheck crashes on access(NULL, F_OK) done by Free Pascal application

2017-03-11 Thread Daniel Glöckner
https://bugs.kde.org/show_bug.cgi?id=376956 --- Comment #5 from Daniel Glöckner <daniel...@gmx.net> --- Created attachment 104511 --> https://bugs.kde.org/attachment.cgi?id=104511=edit First half of the fix Part of the problem is that SNDRV_PCM_IOCTL_PREPARE was not handled

[valgrind] [Bug 376956] Memcheck crashes on access(NULL, F_OK) done by Free Pascal application

2017-03-09 Thread Daniel Glöckner
https://bugs.kde.org/show_bug.cgi?id=376956 --- Comment #3 from Daniel Glöckner <daniel...@gmx.net> --- Created attachment 104478 --> https://bugs.kde.org/attachment.cgi?id=104478=edit Log of UltraStar Deluxe -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 376956] Memcheck crashes on access(NULL, F_OK) done by Free Pascal application

2017-03-09 Thread Daniel Glöckner
https://bugs.kde.org/show_bug.cgi?id=376956 --- Comment #2 from Daniel Glöckner <daniel...@gmx.net> --- Created attachment 104477 --> https://bugs.kde.org/attachment.cgi?id=104477=edit Log of int main(){access(NULL,F_OK);return 0;} -- You are receiving this mail because: You are wat

[valgrind] [Bug 376956] New: Memcheck crashes on access(NULL, F_OK) done by Free Pascal application

2017-02-26 Thread Daniel Glöckner
https://bugs.kde.org/show_bug.cgi?id=376956 Bug ID: 376956 Summary: Memcheck crashes on access(NULL, F_OK) done by Free Pascal application Product: valgrind Version: 3.13 SVN Platform: Other OS: Linux