Displaying 2 results from an estimated 2 matches for "42792".
Did you mean:
4272
2007 Sep 07
1
"bug" and patch: quadratic running time for strsplit(..., fixed=TRUE) (PR#9902)
...1; i++)
modules/X11/dataentry.c:1358: for(i = 0; i < strlen(text); i++) *bufp++ =
text[i];
PATCHES (against trunk)
Only the first is required to fix strsplit().
Index: src/main/character.c
===================================================================
--- src/main/character.c (revision 42792)
+++ src/main/character.c (working copy)
@@ -357,7 +357,7 @@
int i, j, len, tlen, ntok, slen;
int extended_opt, cflags, fixed_opt, perl_opt;
char *pt = NULL;
- const char *buf, *split = "", *bufp, *laststart;
+ const char *buf, *split = "", *bufp, *laststart...
2020 Aug 16
1
Accumulating CPU load from Xorg process with DRI3
...64 78444 27936 S 14,6 0,6 6:42.10 Xorg
3697 guest 20 0 61208 17268 13580 S 12,6 0,1 7:34.75 xmms
2045 guest 20 0 6360 3932 2668 S 2,3 0,0 0:35.90 kompmgr
2068 guest 20 0 102664 48952 30764 S 2,3 0,4 2:35.98 ktorrent
2049 guest 20 0 42792 27908 23684 S 1,7 0,2 0:12.72 kicker
2319 guest 20 0 40160 21248 18548 S 1,3 0,2 0:55.63 gkrellm
2064 guest 20 0 50900 31592 23720 S 1,0 0,3 0:25.53 konsole
5086 root 20 0 0 0 0 I 0,7 0,0 0:02.57 kworker/0:2-events
10 root...