[Openmcl-devel] It's the world's most advanced (desktop) operating system!
Wade Humeniuk
wade.humeniuk at gmail.com
Mon Sep 10 20:30:48 PDT 2012
Oops ignore second run, did not initialize correctly.
On 2012-09-10, at 9:28 PM, Wade Humeniuk <wade.humeniuk at gmail.com> wrote:
> In two runs got different results
>
> Hardware Overview:
>
> Model Name: MacBook Pro
> Model Identifier: MacBookPro8,2
> Processor Name: Intel Core i7
> Processor Speed: 2.2 GHz
> Number of Processors: 1
> Total Number of Cores: 4
> L2 Cache (per Core): 256 KB
> L3 Cache: 6 MB
> Memory: 8 GB
> Boot ROM Version: MBP81.0047.B27
>
> System Software Overview:
>
> System Version: OS X 10.8.1 (12B19)
> Kernel Version: Darwin 12.1.0
> Boot Volume: Macintosh HD
> Boot Mode: Normal
> Computer Name: Dex
> Secure Virtual Memory: Enabled
> Time since boot: 7 days 2:09
>
> Dex:lisp wade$ ./ccl/dx86cl -n
> Welcome to Clozure Common Lisp Version 1.9-dev-r15382M-trunk (DarwinX8632)!
> ? (load "fill-lowmem.lisp")
> #P"/Users/wade/lisp/fill-lowmem.lisp"
> ? (cl-user::fill-memory-holes #x0a000000)
> 42409984
> ? (cl-user::fill-malloc #x0a000000)
> 6705600
> ? (dotimes (i 100) (print i) (process-run-function "do you feel lucky?" (lambda ())))
>
> 0
> 1
> 2
> 3
> 4 dx86cl(28460,0xb0301000) malloc: *** mmap(size=2097152) failed (error code=12)
> *** error: can't allocate region
> *** set a breakpoint in malloc_error_break to debug
> Bus error: 10
>
>
> Dex:lisp wade$ ./ccl/dx86cl -n
> Welcome to Clozure Common Lisp Version 1.9-dev-r15382M-trunk (DarwinX8632)!
> ? (load "fill-lowmem.lisp")
> #P"/Users/wade/lisp/fill-lowmem.lisp"
> ? (cl-user::fill-malloc #x0a000000)
> 42705840
> ? (dotimes (i 100) (print i) (process-run-function "do you feel lucky?" (lambda ())))
>
> 0
> 1
> 2
> 3
> 4
> 5
> 6
> 7
> 8
> 9
> 10
> 11
> 12
> 13
> 14
> 15
> 16
> 17
> 18
> 19
> 20
> 21
> 22
> 23
> 24
> 25
> 26
> 27
> 28
> 29
> 30
> 31
> 32
> 33
> 34
> 35
> 36
> 37
> 38
> 39
> 40
> 41
> 42
> 43
> 44
> 45
> 46
> 47
> 48
> 49
> 50
> 51
> 52
> 53
> 54
> 55
> 56
> 57
> 58
> 59
> 60
> 61
> 62
> 63
> 64
> 65
> 66
> 67
> 68
> 69
> 70
> 71
> 72
> 73
> 74
> 75
> 76
> 77
> 78
> 79
> 80
> 81
> 82
> 83
> 84
> 85
> 86
> 87
> 88
> 89
> 90
> 91
> 92
> 93
> 94
> 95
> 96
> 97
> 98
> 99
> NIL
> ?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20120910/e0afd93a/attachment-0001.htm>
More information about the Openmcl-devel
mailing list