https://bugs.kde.org/show_bug.cgi?id=441069
--- Comment #2 from kurte1...@gmail.com --- Comment on attachment 140787 --> https://bugs.kde.org/attachment.cgi?id=140787 memtest.c >#include <stdlib.h> >#include <stdio.h> >#include <string.h> > > >void main(void) >{ > void *ptr = malloc(100); > > while(1) > { > sleep(2); > } >} -- You are receiving this mail because: You are watching all bug changes.