Hi Ben,
On 7 January 2018 at 05:22, Ben Coman <btc@openinworld.com> wrote:
> Ubuntu 16.04 64bit
> Build information:
> Pharo-7.0+alpha.build.409.sha.bb4eaaf976e3fb148b33b6d8759802 2b77329768 (64 Bit)
> Virtual Machine: Pharo64/lib/pharo/5.0-201712211450/pharo
I've mostly ignored 64 bit Pharo because I can't get Iceberg stable
enough.�� Since you're also using Ubuntu 16.04, could I ask you to try
(obviously somewhere it is OK to crash the vm :-)):
| pharoRepository |
Iceberg enableMetacelloIntegration: true.
Metacello new
�� �� �� �� repository: 'github://akgrant43/pharo-akgosprocess/mc';
�� �� �� �� baseline: 'AKGOSProcess';
�� �� �� �� load.
pharoRepository := IceRepository registry detect: [ :each | each name
= 'pharo-akgosprocess' ].
pharoRepository pull.
And let me know the result.�� I get:
pharo: malloc.c:2394: sysmalloc: Assertion `(old_top == initial_top
(av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE &&
prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) ==
0)' failed.
/snap/pharo7/x1/usr/bin/pharo: line 43: 21304 Aborted
(core dumped) $pharoexe $origargs