I can also confirm this, using a VM from koding.com, and the Ubuntu nightly
PPA, just updated:
ismaelvc@vm-1:~$ uname -a
Linux vm-1.ismaelvc.koding.kd.io 3.9.0-0-generic #4userns5 SMP Mon May 13
06:15:34 PDT 2013 x86_64 x86_64 x86_64 GNU/Linux
ismaelvc@vm-1:~$ cat /etc/issue
Ubuntu 13.04 \n \l
ismaelvc@vm-1:~$ julia -v
julia version 0.3.0-prerelease
ismaelvc@vm-1:~$ julia -e "Sys.cpu_summary()"
Intel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz:
speed user nice sys idle
irq
#1 2299 MHz 152614 s 120204 s 52319 s 1243562 s 0
s
#2 2299 MHz 20726 s 826 s 28402 s 1547726 s 0
s
#3 2299 MHz 16900 s 1 s 35782 s 1462173 s 5
s
#4 2299 MHz 11598 s 2 s 25608 s 1568144 s 0
s
#5 2299 MHz 12142 s 0 s 26806 s 1571371 s 0
s
#6 2299 MHz 11398 s 0 s 25347 s 1547619 s 0
s
#7 2299 MHz 11031 s 18 s 25001 s 1573262 s 0
s
#8 2299 MHz 11516 s 0 s 24714 s 1553495 s 0
s
julia> [1]
1-element Array{Int64,1}:
Evaluation succeeded, but an error occurred while showing value of type
Array{Int64,1}:
ERROR: BoundsError()
in parseint_nocheck at string.jl:1472
in parseint_nocheck at string.jl:1509
in parseint at string.jl:1512
in writemime at repl.jl:21
in display at multimedia.jl:117
in display at multimedia.jl:119
in display at multimedia.jl:151
julia> Sys.cpu_info()
8-element Array{CPUinfo,1}:
Evaluation succeeded, but an error occurred while showing value of type
Array{CPUinfo,1}:
ERROR: BoundsError()
in parseint_nocheck at string.jl:1472
in parseint_nocheck at string.jl:1509
in parseint at string.jl:1512
in writemime at repl.jl:21
in display at multimedia.jl:117
in display at multimedia.jl:119
in display at multimedia.jl:151
I can't display any array in fact, Sys.cpu_info() fails in the REPL, but
printing still works:
julia> print(Sys.cpu_info())
Intel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz:
speed user nice sys idle
irq
2299 MHz 153951 s 120204 s 53025 s 1262283 s
0 s
Intel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz:
speed user nice sys idle
irq
2299 MHz 21084 s 826 s 29128 s 1567124 s
0 s
Intel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz:
speed user nice sys idle
irq
2299 MHz 17418 s 1 s 36594 s 1480540 s
6 s
Intel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz:
speed user nice sys idle
irq
2299 MHz 11930 s 2 s 26317 s 1591811 s
0 s
Intel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz:
speed user nice sys idle
irq
2299 MHz 12489 s 0 s 27479 s 1597524 s
0 s
Intel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz:
speed user nice sys idle
irq
2299 MHz 11694 s 0 s 26007 s 1571546 s
0 s
Intel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz:
speed user nice sys idle
irq
2299 MHz 11277 s 18 s 25616 s 1597876 s
0 s
Intel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz:
speed user nice sys idle
irq
2299 MHz 11848 s 0 s 25358 s 1577368 s
0 s