[Vm-dev] About Cocoa VMs

Igor Stasenko siguctua at gmail.com
Fri Jul 8 14:27:36 UTC 2011


On 8 July 2011 15:57, Juan Vuletich <juan at jvuletich.org> wrote:
>
>
> Hi Folks,
>
> Both VMs crash on my system at startup. Maybe it could be because of using
> OS X 10.5 and not 10.6? Tried them with Pharo 1.2 and 1.3, just downloaded
> from the Pharo site. Details follow:
>
Yes, most probably it is about os version (and framework which VM
expects to be on your machine)
I briefly googled the
"unknown required load command"

and looks like it because built VMs are using 10.6
and you are on 10.5

I think Esteban or John know better than me, since i know almost
nothing about mac-specific infrastructure.


> I hope this helps.
>
> Thanks,
> Juan Vuletich
>
> -----------------------------------------------
> Problem Details (Stack VM, Pharo 1.2):
> -----------------------------------------------
> Process:         StackVM [7495]
> Path:
>  /Users/juanvuletich/Desktop/Cuis/IgorVMs/Pharo-1.2.2-12353/StackVM.app/Contents/MacOS/StackVM
> Identifier:      org.squeak.Cog
> Version:         ??? (???)
> Code Type:       X86 (Native)
> Parent Process:  launchd [68]
>
> Interval Since Last Report:          199492 sec
> Crashes Since Last Report:           11
> Per-App Interval Since Last Report:  0 sec
> Per-App Crashes Since Last Report:   3
>
> Date/Time:       2011-07-08 10:38:02.475 -0300
> OS Version:      Mac OS X 10.5.8 (9L31a)
> Report Version:  6
> Anonymous UUID:  715B95CF-0DC2-4913-8060-495A76806674
>
> Exception Type:  EXC_BREAKPOINT (SIGTRAP)
> Exception Codes: 0x0000000000000002, 0x0000000000000000
> Crashed Thread:  0
>
> Dyld Error Message:
>  unknown required load command 0x80000022
>
> -----------------------------------------------
> Problem Details (Cog VM, Pharo 1.2):
> -----------------------------------------------
> Process:         CogVM [7509]
> Path:
>  /Users/juanvuletich/Desktop/Cuis/IgorVMs/Pharo-1.2.2-12353/CogVM.app/Contents/MacOS/CogVM
> Identifier:      org.squeakfoundation.Squeak
> Version:         ??? (???)
> Code Type:       X86 (Native)
> Parent Process:  launchd [68]
>
> Interval Since Last Report:          118 sec
> Crashes Since Last Report:           1
> Per-App Interval Since Last Report:  0 sec
> Per-App Crashes Since Last Report:   18
>
> Date/Time:       2011-07-08 10:40:00.562 -0300
> OS Version:      Mac OS X 10.5.8 (9L31a)
> Report Version:  6
> Anonymous UUID:  715B95CF-0DC2-4913-8060-495A76806674
>
> Exception Type:  EXC_BREAKPOINT (SIGTRAP)
> Exception Codes: 0x0000000000000002, 0x0000000000000000
> Crashed Thread:  0
>
> Dyld Error Message:
>  unknown required load command 0x80000022
>
> -----------------------------------------------
> Problem Details (Stack VM, Pharo 1.3):
> -----------------------------------------------
> Process:         StackVM [7524]
> Path:
>  /Users/juanvuletich/Desktop/Cuis/IgorVMs/Pharo-1.3/StackVM.app/Contents/MacOS/StackVM
> Identifier:      org.squeak.Cog
> Version:         ??? (???)
> Code Type:       X86 (Native)
> Parent Process:  launchd [68]
>
> Interval Since Last Report:          102 sec
> Crashes Since Last Report:           1
> Per-App Interval Since Last Report:  0 sec
> Per-App Crashes Since Last Report:   1
>
> Date/Time:       2011-07-08 10:41:43.149 -0300
> OS Version:      Mac OS X 10.5.8 (9L31a)
> Report Version:  6
> Anonymous UUID:  715B95CF-0DC2-4913-8060-495A76806674
>
> Exception Type:  EXC_BREAKPOINT (SIGTRAP)
> Exception Codes: 0x0000000000000002, 0x0000000000000000
> Crashed Thread:  0
>
> Dyld Error Message:
>  unknown required load command 0x80000022
>
> -----------------------------------------------
> Problem Details (Cog VM, Pharo 1.3):
> -----------------------------------------------
> Process:         CogVM [7533]
> Path:
>  /Users/juanvuletich/Desktop/Cuis/IgorVMs/Pharo-1.3/CogVM.app/Contents/MacOS/CogVM
> Identifier:      org.squeakfoundation.Squeak
> Version:         ??? (???)
> Code Type:       X86 (Native)
> Parent Process:  launchd [68]
>
> Interval Since Last Report:          59 sec
> Crashes Since Last Report:           1
> Per-App Interval Since Last Report:  0 sec
> Per-App Crashes Since Last Report:   1
>
> Date/Time:       2011-07-08 10:42:42.634 -0300
> OS Version:      Mac OS X 10.5.8 (9L31a)
> Report Version:  6
> Anonymous UUID:  715B95CF-0DC2-4913-8060-495A76806674
>
> Exception Type:  EXC_BREAKPOINT (SIGTRAP)
> Exception Codes: 0x0000000000000002, 0x0000000000000000
> Crashed Thread:  0
>
> Dyld Error Message:
>  unknown required load command 0x80000022
>
> ---------------------------------------------------------
> System Configuration (Same for all 4 crashes):
> ---------------------------------------------------------
> Model: Macmini2,1, BootROM MM21.009A.B00, 2 processors, Intel Core 2 Duo,
> 1.83 GHz, 2.5 GB
> Graphics: kHW_IntelGMA950Item, GMA 950, spdisplays_builtin,
> spdisplays_integrated_vram
> Memory Module: global_name
> AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x86),
> 1.4.16.2
> Bluetooth: Version 2.1.9f10, 2 service, 1 devices, 1 incoming serial ports
> Network Service: Ethernet, Ethernet, en0
> Serial ATA Device: Hitachi HTS542580K9SA00, 74.53 GB
> Parallel ATA Device: MATSHITACD-RW  CW-8124
> USB Device: Bluetooth USB Host Controller, (null) mA
> USB Device: IR Receiver, (null) mA
> USB Device: NetScroll+ EYE, (null) mA
> USB Device: Logitech USB Headset, (null) mA
>



-- 
Best regards,
Igor Stasenko AKA sig.


More information about the Vm-dev mailing list