diff 14/February/memo/02nd.txt @ 51:d8f499590d82

rename 201* to 1*
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Sun, 16 Mar 2014 13:36:04 +0900
parents 2014/February/memo/02nd.txt@5c7d17c36564
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/14/February/memo/02nd.txt	Sun Mar 16 13:36:04 2014 +0900
@@ -0,0 +1,17 @@
+2014/02/02 (Mon)
+    [program]
+        [昨日]
+        2GB 以上を取ろうとすると
+            regex(19797,0x7fff75dad310) malloc: *** mach_vm_map(size=18446744071569698816) failed (error code=3)
+            *** error: can't allocate region
+            *** set a breakpoint in malloc_error_break to debug
+            Can't allocate memory
+
+        もしかして、allocate sizeに限界がある??
+        [改善]
+         TaskManager/kernel/ppe/TaskManager.cc
+         TaskManager/kernel/ppe/TaskManager.h
+         TaskManager/kernel/ppe/TaskManagerImpl.h
+
+         size が int 型だったので、それをlong long に変更。
+         (push は確認してから)