Pharo-dev
By thread
pharo-dev@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
July 2012
- 77 participants
- 1070 messages
Re: [Pharo-project] Athens Mac os doc like animation
by Igor Stasenko
On 5 July 2012 07:42, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
>
> On Jul 5, 2012, at 1:58 AM, Igor Stasenko wrote:
>
>> On 4 July 2012 22:57, Fernando Olivero <fernando.olivero(a)usi.ch> wrote:
>>> Oops, replace NBCog in the path by NBCog.app , as in:
>>>
>>> TCairoLibrary class>>nbLibraryNameOrHandle
>>> ....(Smalltalk vm vmPath asFileReference / 'NBCog.app' /
>>> 'Contents'/ 'MacOS' / 'Plugins' / 'libcairo.2.dylib' ) fullName
>>> .........
>>>
>>
>> i changed the trait to use the extra class - CairoLibraryLoader
>> so trait just calls to that class, and path finding is residing in
>> class methods instead.
>>
>>
>> damn, i should commit more often :)
>
> yes
> can you commit before I leave on vacation?
> So that I can have a look at athens a bit more?
>
i just made the snapshot of stuff.
Load latest ConfigurationOfAthens package and invoke:
ConfigurationOfAthens loadVersion: '1.2.1'
> Stef
>
--
Best regards,
Igor Stasenko.
July 5, 2012
[Pharo-project] The monkey ...
by Torsten Bergmann
Looks like our monkey is not able to read important notes before filing in changeset ;)
see http://code.google.com/p/pharo/issues/detail?id=6139
IMPORTANT NOTE:
===============
The fix is using an utility method from the fix for isse #6138
Therefore the attached fix requires "ProposedFix.cs" from http://code.google.com/p/pharo/issues/detail?id=6138
Please check manually.
Can we have an issue state: THE_MONKEY_RUNS_OUT_OF_BANANA
so they get integrated
I tested on different machines - IMHO the fixes for
#6138 and #6139 are safe to integrate.
Thx
T.
July 5, 2012
Re: [Pharo-project] [update 2.0] #20183
by Sven Van Caekenberghe
Please load
Name: Zinc-FileSystem-SeanDeNigris.2
Author: SeanDeNigris
Time: 5 July 2012, 1:00:40.15 am
UUID: 15a3ad74-95f8-426f-b252-203a63ee86fe
Ancestors: Zinc-FileSystem-SvenVanCaekenberghe.1
* Remove empty FileSystem-Legacy category
from the inbox.
But don't forget the recopileAll
On 05 Jul 2012, at 08:29, Marcus Denker wrote:
>
> On Jul 5, 2012, at 12:15 AM, Sven Van Caekenberghe wrote:
>
>> Yes, thanks !
>>
>> But the whole package 'Zinc-FileSystem' is still missing in that image,
>> see http://code.google.com/p/pharo/issues/detail?id=6255
>> and my remarks in http://code.google.com/p/pharo/issues/detail?id=6269
>>
>
> I will look at this now.
>
>
> --
> Marcus Denker -- http://marcusdenker.de
>
>
July 5, 2012
Re: [Pharo-project] [update 2.0] #20183
by Marcus Denker
On Jul 5, 2012, at 12:15 AM, Sven Van Caekenberghe wrote:
> Yes, thanks !
>
> But the whole package 'Zinc-FileSystem' is still missing in that image,
> see http://code.google.com/p/pharo/issues/detail?id=6255
> and my remarks in http://code.google.com/p/pharo/issues/detail?id=6269
>
I will look at this now.
--
Marcus Denker -- http://marcusdenker.de
July 5, 2012
Re: [Pharo-project] Athens Mac os doc like animation
by Stéphane Ducasse
thanks fernando
could you publish your image and vm somewhere?
Because I have a lot more problems and this is a pain.
Stef
On Jul 4, 2012, at 11:08 PM, Fernando Olivero wrote:
> Igor, it seems the cairo lib that comes within jenkins crashes the
> image when used.
>
> I switched back to the one i've built, and it works just fine.
>
> Stef, if you replace the one in the Plugins folder with the attached
> it should work. (and making the changes i posted before).
>
>
> On Wed, Jul 4, 2012 at 10:57 PM, fernando.olivero(a)usi.ch
> <fernando.olivero(a)usi.ch> wrote:
>> Oops, replace NBCog in the path by NBCog.app , as in:
>>
>> TCairoLibrary class>>nbLibraryNameOrHandle
>> ....(Smalltalk vm vmPath asFileReference / 'NBCog.app' /
>> 'Contents'/ 'MacOS' / 'Plugins' / 'libcairo.2.dylib' ) fullName
>> .........
>>
>>
>> On Wed, Jul 4, 2012 at 10:27 PM, fernando.olivero(a)usi.ch
>> <fernando.olivero(a)usi.ch> wrote:
>>> To properly run the example, besides installing Athens you need to
>>> have Athens-SVG and XML Support.
>>>
>>> "SVG support -----------------------------------------------------------------------"
>>> Gofer it
>>> url: 'http://www.squeaksource.com/MetacelloRepository';
>>> package: 'ConfigurationOfXMLSupport';
>>> load.
>>> (Smalltalk globals classNamed: 'ConfigurationOfXMLSupport') load.
>>>
>>> Gofer it
>>> squeaksource: 'Athens';
>>> package: 'Athens-SVG';
>>> load.
>>>
>>>
>>> To fix the previous mentioned library path modification install this,
>>> as temporal HACK, before Igors get's the change to review it.
>>>
>>>
>>> TCairoLibrary class>>nbLibraryNameOrHandle
>>> (NativeBoost platformId = NativeBoostConstants linux32PlatformId) ifTrue: [
>>> ^ '/usr/lib/libcairo.so'
>>> ].
>>> (NativeBoost platformId = NativeBoostConstants mac32PlaformId) ifTrue: [
>>> ^
>>> (Smalltalk vm vmPath asFileReference / 'NBCog' / 'Contents'/ 'MacOS' /
>>> 'Plugins' / 'libcairo.2.dylib' ) fullName
>>> ].
>>> self error: 'define your own path'
>>>
>>>
>>>
>>>
>>> On Wed, Jul 4, 2012 at 10:04 PM, fernando.olivero(a)usi.ch
>>> <fernando.olivero(a)usi.ch> wrote:
>>>> Hi Stef, surely is happening because the path to the Cairo Lib changed.
>>>>
>>>> It used to in the MacPorts path, but now Igor is shipping NB vm's with Cairo.
>>>> So we should change the following method.
>>>>
>>>> TCairoLibrary>>nbLibraryNameOrHandle
>>>> (NativeBoost platformId = NativeBoostConstants linux32PlatformId) ifTrue: [
>>>> ^ '/usr/lib/libcairo.so'
>>>> ].
>>>> (NativeBoost platformId = NativeBoostConstants mac32PlaformId) ifTrue: [
>>>> ^ '/opt/local/lib/libcairo.2.dylib'
>>>> ].
>>>> self error: 'define your own path'
>>>>
>>>> Fixing it now, will send the new method .
>>>>
>>>> Fernando
>>>>
>>>> On Wed, Jul 4, 2012 at 7:26 PM, Stéphane Ducasse
>>>> <stephane.ducasse(a)inria.fr> wrote:
>>>>>
>>>>>
>>>>>
>>>>> ASZoomerMorph new
>>>>> svg: 'Coche_ok_verte.svg' zoom: 0.1;
>>>>> openInWorld
>>>>>
>>>>> Alex this is the example I was talking to you about.
>>>>>
>>>>>
>>>>> Igor this is strange when I executed the athens image in which you hacked the animation on the latest
>>>>> NBCog vm it crashes.
>>>>>
>>>>> Do you know where I can find the latest Athens friendly vm?
>>>>>
>>>>> Stef
>>>>
>>>
>>
> <libcairo.2.dylib>
July 5, 2012
Re: [Pharo-project] Athens Mac os doc like animation
by Stéphane Ducasse
I took the latest version of the VM and of the image and I loaded the dev configuration and I get
a syntax error
ffiGetEnv: str
<> expected -> apicall: char * 'getenv' (char *) module:'libSystem.dylib'>
^ self externalCallFailed
I removed the <> expected -> apicall: char * 'getenv' (char *) module:'libSystem.dylib'>
and recompile but then it I got a lot more problems :(
Stef
July 5, 2012
Re: [Pharo-project] renggli mirror created on smalltalkhub
by Stéphane Ducasse
On Jul 4, 2012, at 9:36 PM, Dale Henrichs wrote:
> Regarding .json vs .ston, it's in the works, if only STON had been available when we agreed upon the original implementation ... the next version of the format (there are a couple more tweaks that are being queued up) will very likely use STON â¦
thanks.
Because to me STON seems like a potentially value extension of the language but this will be for later :)
> Dale
>
> ----- Original Message -----
> | From: "Stéphane Ducasse" <stephane.ducasse(a)inria.fr>
> | To: Pharo-project(a)lists.gforge.inria.fr
> | Sent: Wednesday, July 4, 2012 11:36:42 AM
> | Subject: Re: [Pharo-project] renggli mirror created on smalltalkhub
> |
> | I know :)
> | Now I have so many dreams that I just do not want to start any of
> | them before I finish. finish what should be finished.
> |
> | About cypress if we could replace .json but .ston I would be happier
> | And if we could save coral syntax for method even better.
> |
> | Stef
> |
> | On Jul 4, 2012, at 6:43 PM, Dale Henrichs wrote:
> |
> | > Stef,
> | >
> | > I agree ... my intent is to make it possible for individual
> | > projects to make the "git/github or not decision". Git/github
> | > support will be built into the next release of Metacello and will
> | > make it possible for folks who don't have the time to learn git to
> | > still use projects hosted by github.
> | >
> | > Dale
> | >
> | > ----- Original Message -----
> | > | From: "Stéphane Ducasse" <stephane.ducasse(a)inria.fr>
> | > | To: Pharo-project(a)lists.gforge.inria.fr
> | > | Sent: Wednesday, July 4, 2012 7:10:40 AM
> | > | Subject: Re: [Pharo-project] renggli mirror created on
> | > | smalltalkhub
> | > |
> | > | Guys
> | > |
> | > | I'm sorry to tell you that but I personally do not have 5 min of
> | > | energy for GIT for pharo 2.0
> | > | I want to focus my energy on finishing the tasks we decided a
> | > | while
> | > | ago.
> | > | Personally a working Squeaksource is good enough for now.
> | > |
> | > | Stef
> | > |
> | > |
> | > |
> | >
> |
> |
> |
>
July 5, 2012
Re: [Pharo-project] Athens Mac os doc like animation
by Stéphane Ducasse
On Jul 5, 2012, at 1:58 AM, Igor Stasenko wrote:
> On 4 July 2012 22:57, Fernando Olivero <fernando.olivero(a)usi.ch> wrote:
>> Oops, replace NBCog in the path by NBCog.app , as in:
>>
>> TCairoLibrary class>>nbLibraryNameOrHandle
>> ....(Smalltalk vm vmPath asFileReference / 'NBCog.app' /
>> 'Contents'/ 'MacOS' / 'Plugins' / 'libcairo.2.dylib' ) fullName
>> .........
>>
>
> i changed the trait to use the extra class - CairoLibraryLoader
> so trait just calls to that class, and path finding is residing in
> class methods instead.
>
>
> damn, i should commit more often :)
yes
can you commit before I leave on vacation?
So that I can have a look at athens a bit more?
Stef
>
>>
>> On Wed, Jul 4, 2012 at 10:27 PM, fernando.olivero(a)usi.ch
>> <fernando.olivero(a)usi.ch> wrote:
>>> To properly run the example, besides installing Athens you need to
>>> have Athens-SVG and XML Support.
>>>
>>> "SVG support -----------------------------------------------------------------------"
>>> Gofer it
>>> url: 'http://www.squeaksource.com/MetacelloRepository';
>>> package: 'ConfigurationOfXMLSupport';
>>> load.
>>> (Smalltalk globals classNamed: 'ConfigurationOfXMLSupport') load.
>>>
>>> Gofer it
>>> squeaksource: 'Athens';
>>> package: 'Athens-SVG';
>>> load.
>>>
>>>
>>> To fix the previous mentioned library path modification install this,
>>> as temporal HACK, before Igors get's the change to review it.
>>>
>>>
>>> TCairoLibrary class>>nbLibraryNameOrHandle
>>> (NativeBoost platformId = NativeBoostConstants linux32PlatformId) ifTrue: [
>>> ^ '/usr/lib/libcairo.so'
>>> ].
>>> (NativeBoost platformId = NativeBoostConstants mac32PlaformId) ifTrue: [
>>> ^
>>> (Smalltalk vm vmPath asFileReference / 'NBCog' / 'Contents'/ 'MacOS' /
>>> 'Plugins' / 'libcairo.2.dylib' ) fullName
>>> ].
>>> self error: 'define your own path'
>>>
>>>
>>>
>>>
>>> On Wed, Jul 4, 2012 at 10:04 PM, fernando.olivero(a)usi.ch
>>> <fernando.olivero(a)usi.ch> wrote:
>>>> Hi Stef, surely is happening because the path to the Cairo Lib changed.
>>>>
>>>> It used to in the MacPorts path, but now Igor is shipping NB vm's with Cairo.
>>>> So we should change the following method.
>>>>
>>>> TCairoLibrary>>nbLibraryNameOrHandle
>>>> (NativeBoost platformId = NativeBoostConstants linux32PlatformId) ifTrue: [
>>>> ^ '/usr/lib/libcairo.so'
>>>> ].
>>>> (NativeBoost platformId = NativeBoostConstants mac32PlaformId) ifTrue: [
>>>> ^ '/opt/local/lib/libcairo.2.dylib'
>>>> ].
>>>> self error: 'define your own path'
>>>>
>>>> Fixing it now, will send the new method .
>>>>
>>>> Fernando
>>>>
>>>> On Wed, Jul 4, 2012 at 7:26 PM, Stéphane Ducasse
>>>> <stephane.ducasse(a)inria.fr> wrote:
>>>>>
>>>>>
>>>>>
>>>>> ASZoomerMorph new
>>>>> svg: 'Coche_ok_verte.svg' zoom: 0.1;
>>>>> openInWorld
>>>>>
>>>>> Alex this is the example I was talking to you about.
>>>>>
>>>>>
>>>>> Igor this is strange when I executed the athens image in which you hacked the animation on the latest
>>>>> NBCog vm it crashes.
>>>>>
>>>>> Do you know where I can find the latest Athens friendly vm?
>>>>>
>>>>> Stef
>>>>
>>>
>>
>
>
>
> --
> Best regards,
> Igor Stasenko.
>
July 5, 2012
Re: [Pharo-project] [Fix of the day contest] 4/7/2012 with extras
by Stéphane Ducasse
we will have that with manifest.
Manifest are simple class where we are storing SmallLint false positive and they will be package meta data container.
Stef
On Jul 4, 2012, at 9:49 PM, Chris Muller wrote:
> No one uses it but maybe a good idea to consider -- it seems like a
> good place for things like license, copyright, about text..
>
>
> On Wed, Jul 4, 2012 at 2:34 PM, Marcus Denker <marcus.denker(a)inria.fr> wrote:
>>
>> On Jul 4, 2012, at 9:25 PM, Guillermo Polito wrote:
>>
>>> Hi!
>>>
>>> I've done a little fix today that allows monticello tests to run -green btw- :). http://code.google.com/p/pharo/issues/detail?id=6273
>>> So, I expect this will put us 11 tests closer to a green build.
>>>
>>>
>>> This was a problem related with the monticello-mocks and monticellomocks packages.
>>> There are problems still remaining, like, as giving an example:
>>>
>>> - MCMock is categorized Monticello-Mocks, but is in the Monticello RPackage...
>>>
>>> That happens with all the classes in the Monticello-Mocks category. The root of the problem is that we have some strange objects installed as packages (PackageInfo registrations). Have a look at the result of:
>>>
>>
>> The problem is that the MC tests use a featuer of MC that nobody uses: subclasses of PackageInfo to be able to make packages out of code that
>> is actually not following the convention.
>>
>> See MCMockPackageInfo
>>
>> it's pacakgeName is "MonticelloMocks", but the idea was originally to never save that package, I think.
>>
>>
>> --
>> Marcus Denker -- http://marcusdenker.de
>>
>>
>
July 5, 2012
Re: [Pharo-project] Putting Cairo in the VM?
by Stéphane Ducasse
It is working?
Because when I tried to open my athens image it crashes.
Igor this is the image you program the animationMorph.
Stef
Process: NBCog [1086]
Path: /Data/*/NBCog.app/Contents/MacOS/NBCog
Identifier: org.squeakfoundation.Squeak
Version: NBCog VM 6.0-pre (21.0)
Code Type: X86 (Native)
Parent Process: launchd [142]
Date/Time: 2012-07-05 07:36:34.174 +0200
OS Version: Mac OS X 10.7.4 (11E53)
Report Version: 9
Interval Since Last Report: 481341 sec
Crashes Since Last Report: 5
Per-App Interval Since Last Report: 242527 sec
Per-App Crashes Since Last Report: 5
Anonymous UUID: EC065253-5031-42C2-A5A8-3CF45C2B47ED
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000007b778004
VM Regions Near 0x7b778004:
__LINKEDIT 000000007014e000-00000000701a4000 [ 344K] r--/rwx SM=COW /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
-->
__TEXT 000000008fe47000-000000008fe7a000 [ 204K] r-x/rwx SM=COW /usr/lib/dyld
Application Specific Information:
objc[1086]: garbage collection is OFF
abort() called
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x99c469c6 __pthread_kill + 10
1 libsystem_c.dylib 0x912fef78 pthread_kill + 106
2 libsystem_c.dylib 0x912efbdd abort + 167
3 org.squeakfoundation.Squeak 0x0008ad2f error + 95
4 ??? 0xffffffff 0 + 4294967295
5 org.squeakfoundation.Squeak 0x0015071b primitiveNativeCall + 219
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x99c4790a kevent + 10
1 libdispatch.dylib 0x9415de10 _dispatch_mgr_invoke + 969
2 libdispatch.dylib 0x9415c85f _dispatch_mgr_thread + 53
Thread 2:
0 libsystem_kernel.dylib 0x99c4702e __workq_kernreturn + 10
1 libsystem_c.dylib 0x912feccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x913006fe start_wqthread + 30
Thread 3:
0 libsystem_kernel.dylib 0x99c4702e __workq_kernreturn + 10
1 libsystem_c.dylib 0x912feccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x913006fe start_wqthread + 30
Thread 4:
0 libsystem_kernel.dylib 0x99c4702e __workq_kernreturn + 10
1 libsystem_c.dylib 0x912feccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x913006fe start_wqthread + 30
Thread 5:
0 libsystem_kernel.dylib 0x99c4702e __workq_kernreturn + 10
1 libsystem_c.dylib 0x912feccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x913006fe start_wqthread + 30
Thread 6:
0 libsystem_kernel.dylib 0x99c4702e __workq_kernreturn + 10
1 libsystem_c.dylib 0x912feccf _pthread_wqthread + 773
2 libsystem_c.dylib 0x913006fe start_wqthread + 30
Thread 7:: AQClient
0 libsystem_kernel.dylib 0x99c44c22 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x99c441f6 mach_msg + 70
2 com.apple.CoreFoundation 0x9b99d9da __CFRunLoopServiceMachPort + 170
3 com.apple.CoreFoundation 0x9b9a6b04 __CFRunLoopRun + 1428
4 com.apple.CoreFoundation 0x9b9a61dc CFRunLoopRunSpecific + 332
5 com.apple.CoreFoundation 0x9b9a6088 CFRunLoopRunInMode + 120
6 com.apple.audio.toolbox.AudioToolbox 0x94c727b7 GenericRunLoopThread::RunLoop() + 63
7 com.apple.audio.toolbox.AudioToolbox 0x94c72bf5 GenericRunLoopThread::Run() + 153
8 com.apple.audio.toolbox.AudioToolbox 0x94c728f0 TRunLoop<AQClient>::Entry(void*) + 17
9 com.apple.audio.toolbox.AudioToolbox 0x94c34a0f CAPThread::Entry(CAPThread*) + 123
10 libsystem_c.dylib 0x912fced9 _pthread_start + 335
11 libsystem_c.dylib 0x913006de thread_start + 34
Thread 8:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x99c44c22 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x99c441f6 mach_msg + 70
2 com.apple.audio.CoreAudio 0x971c69fe HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, unsigned int) + 122
3 com.apple.audio.CoreAudio 0x971c6a6a HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, unsigned int) + 60
4 com.apple.audio.CoreAudio 0x971bee5f HALC_ProxyIOContext::IOWorkLoop() + 1145
5 com.apple.audio.CoreAudio 0x971be926 HALC_ProxyIOContext::IOThreadEntry(void*) + 136
6 com.apple.audio.CoreAudio 0x971be898 __HALC_ProxyIOContext_block_invoke_6 + 20
7 com.apple.audio.CoreAudio 0x971be81d HALB_IOThread::Entry(void*) + 69
8 libsystem_c.dylib 0x912fced9 _pthread_start + 335
9 libsystem_c.dylib 0x913006de thread_start + 34
Thread 9:
0 libsystem_kernel.dylib 0x99c46bb2 __semwait_signal + 10
1 libsystem_c.dylib 0x912b17b9 nanosleep$UNIX2003 + 187
2 org.squeakfoundation.Squeak 0x0009d911 beatStateMachine + 209
Thread 10:
0 libsystem_kernel.dylib 0x99c4683e __psynch_cvwait + 10
1 libsystem_c.dylib 0x91300e21 _pthread_cond_wait + 827
2 libsystem_c.dylib 0x912b142c pthread_cond_wait$UNIX2003 + 71
3 GLEngine 0x049e02ee gleCmdProcessorPTHREAD + 129
4 libsystem_c.dylib 0x912fced9 _pthread_start + 335
5 libsystem_c.dylib 0x913006de thread_start + 34
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000000 ebx: 0x0008acda ecx: 0xbff5c79c edx: 0x99c469c6
edi: 0xac18e2c0 esi: 0x00000006 ebp: 0xbff5c7b8 esp: 0xbff5c79c
ss: 0x00000023 efl: 0x00000246 eip: 0x99c469c6 cs: 0x0000000b
ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f
cr2: 0x65000000
Logical CPU: 0
Binary Images:
0x1000 - 0x15ffe7 +org.squeakfoundation.Squeak (NBCog VM 6.0-pre - 21.0) <9E0908AC-6F63-6FA1-0A3F-6843DA91FD47> /Data/*/NBCog.app/Contents/MacOS/NBCog
0x7b2000 - 0x7b6ffb com.apple.audio.AudioIPCPlugIn (1.2.2 - 1.2.2) <E6982BB2-BEC8-3232-989D-B3D5B26AE0DF> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
0x7bb000 - 0x7c0fff com.apple.audio.AppleHDAHALPlugIn (2.2.0 - 2.2.0f3) <BAD1E0E6-10E6-342C-BEB8-B1706F0CE2CF> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x31fa000 - 0x31fcfff libCoreFSCache.dylib (??? - ???) <5B141DE1-6FC9-3155-833B-23A447A598AB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x36ff000 - 0x372cff8 GLRendererFloat (??? - ???) <70ADE58D-B399-3279-9774-2D5929D5FCB1> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x3734000 - 0x3739fe2 libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <864BA467-5F11-3B41-B261-894067B8209E> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x3744000 - 0x3745ff8 +cl_kernels (??? - ???) <88BF954A-BCCB-4F7B-87AA-BA8E5404836E> cl_kernels
0x3752000 - 0x3752ffb +cl_kernels (??? - ???) <C1143A2D-2399-4D8A-8899-3408B313E126> cl_kernels
0x37ed000 - 0x37edff3 +libxcb-shm.0.dylib (??? - ???) <200237D0-EFFF-3971-AF43-EC57D7382328> /opt/local/lib/libxcb-shm.0.dylib
0x37f0000 - 0x37f0ffb +libX11-xcb.1.dylib (2.0.0 - compatibility 2.0.0) <C91D62AD-5C31-3526-A494-FFAB0FECEAD7> /opt/local/lib/libX11-xcb.1.dylib
0x37f2000 - 0x37f5ff2 +libxcb-render.0.dylib (??? - ???) <B894A4EB-426D-3008-B5A5-E47DEC71F5C7> /opt/local/lib/libxcb-render.0.dylib
0x37fb000 - 0x37fcff1 +libXau.6.dylib (7.0.0 - compatibility 7.0.0) <85D5B95C-CF20-3C55-ACAA-65F4C374E199> /opt/local/lib/libXau.6.dylib
0x48f0000 - 0x4a5dffb GLEngine (??? - ???) <D73F1031-6DD3-38EB-966B-7A2C9F17F023> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x4a91000 - 0x4b88ffb libGLProgrammability.dylib (??? - ???) <FA509930-D201-372B-B787-18CBD8477D06> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x4bac000 - 0x4c4dff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x4da5000 - 0x4dd0ff7 +libfontconfig.1.dylib (7.0.0 - compatibility 7.0.0) <4C54AD34-9192-3315-8196-D38C6F22107F> /opt/local/lib/libfontconfig.1.dylib
0x4dd9000 - 0x4df3ff7 +libpng14.14.dylib (26.0.0 - compatibility 26.0.0) <CC2B5BE6-AA49-30E0-B4E8-324F9F90255E> /opt/local/lib/libpng14.14.dylib
0x4dfa000 - 0x4dfcfff +libXdmcp.6.dylib (7.0.0 - compatibility 7.0.0) <8F8664A8-D0A4-35A5-80CB-26024692FC99> /opt/local/lib/libXdmcp.6.dylib
0x6837000 - 0x6bcefef com.apple.driver.AppleIntelHD3000GraphicsGLDriver (7.18.18 - 7.1.8) <FA35853F-72D6-3070-A975-D64BB5A2952D> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver
0x7c1b000 - 0x7d07ffa +libcairo.2.dylib (11203.0.0 - compatibility 11203.0.0) <B3049538-6C4C-3AE8-BD60-5AEAA44A9C0F> /opt/local/lib/libcairo.2.dylib
0x7d23000 - 0x7d8dff4 +libpixman-1.0.dylib (25.4.0 - compatibility 25.0.0) <9BADA2D8-7052-3916-898A-B9CE064E51CF> /opt/local/lib/libpixman-1.0.dylib
0x7d9d000 - 0x7e0fff8 +libfreetype.6.dylib (15.1.0 - compatibility 15.0.0) <3D328517-3C87-3C70-840C-D835A49EB8A5> /opt/local/lib/libfreetype.6.dylib
0x7e20000 - 0x7e2effb +libxcb.1.dylib (3.0.0 - compatibility 3.0.0) <C783C5B2-1261-3DD5-9FC1-AFD53637CF82> /opt/local/lib/libxcb.1.dylib
0x7e3c000 - 0x7e41fff +libXrender.1.dylib (5.0.0 - compatibility 5.0.0) <1FC06CAF-E1BC-33BD-8BCC-BA182B023C33> /opt/local/lib/libXrender.1.dylib
0x7e45000 - 0x7f3dff3 +libX11.6.dylib (10.0.0 - compatibility 10.0.0) <6332653F-31E7-31EF-B401-A59AC9FB8961> /opt/local/lib/libX11.6.dylib
0x7f5c000 - 0x7f6bffb +libz.1.dylib (1.2.6 - compatibility 1.0.0) <2270EC2E-67D3-3D12-9916-95B25F257B1F> /opt/local/lib/libz.1.dylib
0x7f6f000 - 0x8063ff5 +libiconv.2.dylib (8.1.0 - compatibility 8.0.0) <93EEBACA-C702-332F-A654-6C1C4EE887D4> /opt/local/lib/libiconv.2.dylib
0x806e000 - 0x807bff0 +libbz2.1.0.dylib (1.0.6 - compatibility 1.0.0) <67B9E135-438B-34D1-8A7E-23F31BF90AA5> /opt/local/lib/libbz2.1.0.dylib
0x807f000 - 0x809aff3 +libexpat.1.dylib (8.0.0 - compatibility 8.0.0) <82C99A2C-4587-32D2-9578-7DB9945AF333> /opt/local/lib/libexpat.1.dylib
0x70000000 - 0x70141fff com.apple.audio.units.Components (1.7.2 - 1.7.2) <44C7D574-F577-30B8-B74D-F2EF8A5A282A> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x8fe47000 - 0x8fe79aa7 dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x90005000 - 0x9034bfff com.apple.MediaToolbox (1.0 - 705.78) <E6990E4A-B562-3051-86A6-B39E040BF766> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x90395000 - 0x903b2ff3 com.apple.openscripting (1.3.3 - ???) <33713C0B-B7D5-37AA-87DB-2727FDCC8007> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x903b3000 - 0x903c6ff8 com.apple.MultitouchSupport.framework (231.4 - 231.4) <083F7787-4C3B-31DA-B5BB-1993D9A9723D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x903c7000 - 0x9043dfff com.apple.Metadata (10.7.0 - 627.32) <650EE880-1488-3DC6-963B-F3D6E043FFDC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9043e000 - 0x90474ff4 com.apple.LDAPFramework (3.2 - 120.2) <39DF72E3-CDAF-33CC-B2DA-67B8891A5CFF> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x90475000 - 0x9047eff3 com.apple.CommonAuth (2.2 - 2.0) <C3FD6EC2-8EB3-38FB-BBB7-05009CA49024> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x9047f000 - 0x90483fff com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x90484000 - 0x90485fff libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x90486000 - 0x904c6ff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x90959000 - 0x9097eff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9097f000 - 0x909aeff7 libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x909af000 - 0x90da3ffb com.apple.VideoToolbox (1.0 - 705.78) <BE955448-F79F-3136-A4AF-6EDBAFEDD9C2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x90da4000 - 0x91051ff3 com.apple.JavaScriptCore (7534.56 - 7534.56.6) <94C4DC32-FE6B-3D5C-93B5-75753F38A0C0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x91054000 - 0x910b6ffb com.apple.datadetectorscore (3.0 - 179.4) <3A418498-C189-37A1-9B86-F0ECB33AD91C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x910b7000 - 0x910bbff3 libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x910bc000 - 0x910e7fff com.apple.GSS (2.2 - 2.0) <2C468B23-FA87-30B5-B9A6-8C5D1373AA30> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x910e8000 - 0x910f1ffc com.apple.DisplayServicesFW (2.5.4 - 323.3) <820C4B45-814A-3101-A1FA-044CA6D2FBC8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x91129000 - 0x91129fff com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9112a000 - 0x9128cffb com.apple.QuartzCore (1.7 - 270.4) <6BC84C60-1003-3008-ABE4-779EF7B4F524> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x912a0000 - 0x9136bfff libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <52421B00-79C8-3727-94DE-62F6820B9C31> /usr/lib/system/libsystem_c.dylib
0x9136c000 - 0x9136fffd libCoreVMClient.dylib (??? - ???) <361CCFAF-8565-383F-915F-0B059C793E42> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x91370000 - 0x913b9ff7 libGLU.dylib (??? - ???) <5EE0B644-FAD6-3E3C-A380-9B0CDA0B6432> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x913cd000 - 0x913cefff com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x913dc000 - 0x9169ffff com.apple.security (7.0 - 55148.1) <77754898-4FCD-3CA3-9339-F1058C852806> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x916ed000 - 0x9172aff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <1C757924-4E54-3522-A885-99795EA10228> /usr/lib/libcups.2.dylib
0x91c07000 - 0x91c7fff8 com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x91c80000 - 0x91f05fe3 com.apple.QuickTime (7.7.1 - 2330) <060B6A47-FC15-3D38-8EFB-FCF38680510B> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x91f06000 - 0x91f57ff9 com.apple.QuickLookFramework (3.2 - 500.16) <725FAE01-1597-38C7-841D-D9D83358921E> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x91fc7000 - 0x91fc9ff7 libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
0x91fcb000 - 0x91fe0ff7 com.apple.ImageCapture (7.0.1 - 7.0.1) <1C8933A9-C7C6-36E9-9D8B-0EF08ACA3315> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x9203f000 - 0x9216bff9 com.apple.CFNetwork (520.4.3 - 520.4.3) <E9E315D4-CE22-3715-BED2-BB95AD5E10E8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x924c4000 - 0x924c8fff libGIF.dylib (??? - ???) <A6F1ACAE-7B9B-3B3F-A54A-ED4004EA1D85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x924c9000 - 0x924d1ff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
0x924d2000 - 0x924ddffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <4A7FCD28-9C09-3120-980A-BDF6EDFAAC62> /usr/lib/libbz2.1.0.dylib
0x924e1000 - 0x924eefff libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x924ef000 - 0x924f2ffb com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x924f3000 - 0x92508fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x92509000 - 0x9250aff7 libsystem_sandbox.dylib (??? - ???) <EBC6ED6B-7D94-32A9-A718-BB9EDA1732C9> /usr/lib/system/libsystem_sandbox.dylib
0x9250b000 - 0x9266dfff com.apple.QTKit (7.7.1 - 2330) <DD58823D-D3E7-31CB-9DF9-ACB981F5A744> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x926d7000 - 0x926d8fff liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x9272b000 - 0x927cffff com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x92851000 - 0x92927aab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x92928000 - 0x9295cff8 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x9295d000 - 0x9296efff libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x9296f000 - 0x92991ff8 com.apple.PerformanceAnalysis (1.11 - 11) <453463FF-7C42-3526-8C96-A9971EE07154> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x92992000 - 0x929daff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <68B92FEA-F754-3E7E-B5E6-D512E26144E7> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x92a82000 - 0x92ac0fff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <19174EC0-DE0F-38EA-B5F3-7580E84677DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x92ac1000 - 0x92c75ff3 libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
0x92c86000 - 0x92cb0ff1 com.apple.CoreServicesInternal (113.17 - 113.17) <41979516-2F26-3707-A6CA-7A95A1B0D963> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x92df7000 - 0x92dfeffd com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x92dff000 - 0x92e0ffff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x92e10000 - 0x92e15ff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
0x92e16000 - 0x92e16ff0 com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x92e17000 - 0x92e7fff7 libc++.1.dylib (28.1.0 - compatibility 1.0.0) <FE3304C5-C000-3DA0-9E53-0E4CA074B73B> /usr/lib/libc++.1.dylib
0x92e80000 - 0x92f0affb com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x93cb8000 - 0x93cf8ff7 com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x93cf9000 - 0x93d86fe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x93da0000 - 0x93e88fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <1841196F-68B5-309F-8ED1-6714B1DFEC83> /usr/lib/libxml2.2.dylib
0x93e89000 - 0x93ed9ff8 libTIFF.dylib (??? - ???) <4DC2025D-15E7-35CA-B7C5-9F73B26C8B53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x94022000 - 0x94030fff com.apple.opengl (1.7.7 - 1.7.7) <2D362F15-5EA6-37B6-9BCB-58F2C599ACDA> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x94031000 - 0x9404dff5 com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x9404e000 - 0x940acfff com.apple.coreui (1.2.2 - 165.10) <C6B099D6-7F02-3971-99B9-E415308959CF> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x940ad000 - 0x940b6fff libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x940b7000 - 0x940e5ff7 com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x940e6000 - 0x940f0ff2 com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x9413d000 - 0x9415afff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x9415b000 - 0x94169fff libdispatch.dylib (187.9.0 - compatibility 1.0.0) <2F918480-12C8-3F22-9B1A-9B2D76F6F4F5> /usr/lib/system/libdispatch.dylib
0x9416a000 - 0x9425aff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x9425b000 - 0x94453ff7 com.apple.CoreData (104.1 - 358.14) <C1730963-F75D-3338-B65F-D50235538B28> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x94454000 - 0x9466eff7 com.apple.imageKit (2.1.2 - 1.0) <0A14D083-5217-3180-A354-A5FDC754E3FC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x94685000 - 0x946c1ffa libGLImage.dylib (??? - ???) <504E7865-571E-38B4-A84A-D7B513AC84F5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x946c2000 - 0x946c6ff7 com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x946c7000 - 0x946c8fff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x946c9000 - 0x949d3ff3 com.apple.Foundation (6.7.2 - 833.25) <4C52ED74-A1FD-3087-A2E1-035AB3CF9610> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x94aec000 - 0x94af4ff3 liblaunch.dylib (392.38.0 - compatibility 1.0.0) <D7F6E875-263A-37B5-B403-53F76710538C> /usr/lib/system/liblaunch.dylib
0x94b07000 - 0x94b12fff libkxld.dylib (??? - ???) <D8ED88D0-7153-3514-9927-AF15A12261A5> /usr/lib/system/libkxld.dylib
0x94b13000 - 0x94b17ffa libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib
0x94b1c000 - 0x94b1cff2 com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x94b1d000 - 0x94b46ffe com.apple.opencl (1.50.69 - 1.50.69) <2601993F-F3B3-3737-91AE-4A5795C52CD5> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x94b6d000 - 0x94bbfff3 com.apple.ImageCaptureCore (3.0.3 - 3.0.3) <9C6A4134-0D1D-323F-BD07-1D88D258A7B4> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x94bc0000 - 0x94bcbff3 libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <EDA0F56F-CB2C-30BB-940D-C6A25B73C717> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x94bcc000 - 0x94bcfff7 libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x94bd0000 - 0x94d22fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x94d23000 - 0x94da0ffe com.apple.PDFKit (2.6.3 - 2.6.3) <780A5EE1-48CB-3B80-BBDF-1081512BA0DC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x94da1000 - 0x951a3ff6 libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x951d2000 - 0x951d2fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <7EFAD88C-AFBC-3D48-BE14-60B8EACC68D7> /usr/lib/system/libdnsinfo.dylib
0x951d3000 - 0x95269ff7 com.apple.LaunchServices (480.33 - 480.33) <5A4BF529-391E-3987-940E-287ACE56078A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9526a000 - 0x956dfff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) <3E2BF587-5168-3FC5-9D8D-183A9C7C1DED> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x956e0000 - 0x96175ff6 com.apple.AppKit (6.7.3 - 1138.47) <D8CD06D7-F18C-39BE-BC68-B343F87F0469> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x961b4000 - 0x9656effb com.apple.SceneKit (125.3 - 125.4) <48806882-FE04-36A5-83A1-A0D2F2FA03F9> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x9656f000 - 0x9657affb com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <A1764D2F-EB84-33DC-9ED5-CDA3B468FF3E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x965d0000 - 0x96607fef com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x9660a000 - 0x9665bff9 com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x966ea000 - 0x967fafe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x967fb000 - 0x9712559b com.apple.CoreGraphics (1.600.0 - ???) <62026E0C-E30F-3FF0-B0F6-6A2D270B20BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x97126000 - 0x97167ff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <9FD420FB-7984-3A07-8914-BB19E687D38B> /usr/lib/libcurl.4.dylib
0x9716f000 - 0x9717affc com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x971aa000 - 0x9720bffb com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x97587000 - 0x9759dffe libxpc.dylib (77.19.0 - compatibility 1.0.0) <0585AA94-F4FD-32C1-B586-22E7184B781A> /usr/lib/system/libxpc.dylib
0x9759e000 - 0x9766effb com.apple.ImageIO.framework (3.1.2 - 3.1.2) <94798A2B-4C7A-30EA-9920-283451BDB9FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9766f000 - 0x9769dfe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
0x9769e000 - 0x97712fff com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x97713000 - 0x97716ffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x97764000 - 0x97847ff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x97bbd000 - 0x98238fe5 com.apple.CoreAUC (6.16.11 - 6.16.11) <E52E2D54-138B-3F44-AA2C-309FB876DF6A> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x98239000 - 0x982a8fff com.apple.Heimdal (2.2 - 2.0) <2E1B8779-36D4-3C62-A67E-0034D77D7707> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x982a9000 - 0x982c3fff com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x982c4000 - 0x98387fff com.apple.CoreServices.OSServices (478.46 - 478.46) <F2063FC8-2BE1-3B97-98AF-8796B0D4BE58> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x98388000 - 0x98389ff0 libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib
0x9838a000 - 0x9838afff com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x983a6000 - 0x983b4ff7 libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x983bf000 - 0x98497ff6 com.apple.QuickLookUIFramework (3.2 - 500.16) <1598FDEB-8F90-3D42-AAA1-CD227F3C16BF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x98498000 - 0x984b4ffc libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9865a000 - 0x986b5ff3 com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x986b6000 - 0x986b8ff9 com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x986b9000 - 0x986bcff9 libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <1211BEEB-31C9-3A5D-9E71-10FC4A541D1E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x98760000 - 0x98760ffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x98778000 - 0x98786fff libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x987a5000 - 0x987cdff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <AB530FB2-8BD1-3328-95E8-CF449F0429CA> /usr/lib/libxslt.1.dylib
0x987e7000 - 0x9880dffb com.apple.quartzfilters (1.7.0 - 1.7.0) <9C8F1F3D-D570-3F5C-9B31-5B5B82161CDE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x98862000 - 0x988f9ff3 com.apple.securityfoundation (5.0 - 55116) <EB53CEF7-4836-39FD-B012-6BC122ED4CE9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9893c000 - 0x98942ffb com.apple.print.framework.Print (7.4 - 247.3) <CB075EEE-FA1F-345C-A1B5-1AB266FC73A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x98943000 - 0x98957ff7 com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x98958000 - 0x98a69ff7 libJP2.dylib (??? - ???) <845C74F4-1074-3983-945F-EB669538CAA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x98bbc000 - 0x98bc4fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x98bc5000 - 0x98bc6ff7 libquarantine.dylib (36.6.0 - compatibility 1.0.0) <600909D9-BD75-386E-8D3E-7CBD29079DF3> /usr/lib/system/libquarantine.dylib
0x98bc7000 - 0x98c54ff7 com.apple.CoreText (220.20.0 - ???) <0C3EDD4F-6112-353A-8A3A-8D630182C22A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x98c9d000 - 0x98c9dfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x98cc7000 - 0x98d29ff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x98d2a000 - 0x98d2dfff com.apple.AppleSystemInfo (1.0 - 1) <D2F60873-ECB1-30A8-A02E-E772F969116E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x98d2e000 - 0x98d80ff7 libFontRegistry.dylib (??? - ???) <96E9602C-DFD3-3021-8090-60228CC80D26> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x98d81000 - 0x98da1ff7 com.apple.RemoteViewServices (1.4 - 44.1) <1F831750-1E77-3013-B1A6-0DF528623790> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x98da2000 - 0x98dc5fff com.apple.CoreVideo (1.7 - 70.3) <4234C11C-E8E9-309A-9465-27D6D7458895> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x98dc6000 - 0x98dcdfff com.apple.agl (3.2.0 - AGL-3.2.0) <ED5A5B8A-0014-3897-951F-628391333256> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x98ee6000 - 0x98ee7ffd libCVMSPluginSupport.dylib (??? - ???) <22B85645-AA98-372B-BB55-55DCCF0EC716> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x98f19000 - 0x98f3bffe com.apple.framework.familycontrols (3.0 - 300) <5BCCDDC2-AFAC-3290-AEEF-23B2664CA11F> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x995ce000 - 0x995d1ff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x995d2000 - 0x99845ffb com.apple.CoreImage (7.98 - 1.0.1) <EDC91BA1-673D-3B47-BFD5-BBF11C36EE6A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x998c6000 - 0x999a7ff7 com.apple.DiscRecording (6.0.4 - 6040.4.1) <08BADDAD-FA79-3872-9387-EEE2A9FAA2F0> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x999a8000 - 0x999adffd libGFXShared.dylib (??? - ???) <1CA9B41B-2C61-38F8-ABAC-1D5511478F5C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x999ae000 - 0x999b4ffd com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x99c2e000 - 0x99c4cff7 libsystem_kernel.dylib (1699.26.8 - compatibility 1.0.0) <3705DE40-E00F-3E37-ADB0-D4AE5F9950F5> /usr/lib/system/libsystem_kernel.dylib
0x99c4d000 - 0x99c9fffb com.apple.CoreMediaIO (212.0 - 3199.1.1) <BBC14F4C-2748-3583-85E3-EF3A1F249370> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x99ea2000 - 0x99ea4ffb libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x99ea5000 - 0x99f41fef com.apple.ink.framework (1.4 - 110) <1A3E2916-60C1-3AC1-86BF-202F6567B228> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x99f77000 - 0x9a076ffb com.apple.DiskImagesFramework (10.7.4 - 331.6) <8CC0C204-1069-3CC3-9CE1-3CDF92757E5B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x9a077000 - 0x9a087fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9a1c0000 - 0x9a4c2fff com.apple.CoreServices.CarbonCore (960.24 - 960.24) <9692D838-85A5-32C1-B7FB-7C141FFC2557> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9a776000 - 0x9a86eff7 libFontParser.dylib (??? - ???) <1A0DA421-62B2-3AA7-9F62-0E01C1887D09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x9a86f000 - 0x9a899ff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x9a89d000 - 0x9a8a1ffd IOSurface (??? - ???) <EDDBEE65-1EB8-33A7-9972-E361A3508234> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9a8a2000 - 0x9a8e6fff com.apple.MediaKit (12 - 602) <6E429DD7-8829-37DE-94AF-940FB70F2FB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x9a8e7000 - 0x9a940fff com.apple.HIServices (1.21 - ???) <5F4D3797-32E2-3709-85F4-4B56515A17D7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9a941000 - 0x9a9a6ff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9a9a7000 - 0x9aa2efff com.apple.print.framework.PrintCore (7.1 - 366.3) <EEC03CAB-7F79-3931-87FE-4DF0B767BF47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9aa2f000 - 0x9aa71ff7 com.apple.CoreMedia (1.0 - 705.78) <D88AC852-8844-3B73-81C8-DF605F00AB40> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x9aab9000 - 0x9abd7fec com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x9abd8000 - 0x9abdfff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x9abe0000 - 0x9af26ff3 com.apple.HIToolbox (1.9 - ???) <409E6397-0DCB-3431-9CCC-368317C62545> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9af27000 - 0x9af27fff com.apple.quartzframework (1.5 - 1.5) <EF66BF08-620E-3D11-87D4-35D0B0CD1F6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x9af36000 - 0x9af36fff com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9b969000 - 0x9b969fff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9b96b000 - 0x9bb42fe7 com.apple.CoreFoundation (6.7.2 - 635.21) <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9bb79000 - 0x9bb80ff9 libsystem_dnssd.dylib (??? - ???) <D3A766FC-C409-3A57-ADE4-94B7688E1C7E> /usr/lib/system/libsystem_dnssd.dylib
0x9bb81000 - 0x9bc90fff com.apple.DesktopServices (1.6.3 - 1.6.3) <18CAAA9E-7065-3FF7-ACFE-CDB60E5426A2> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9bc91000 - 0x9bcf5fff com.apple.framework.IOKit (2.0 - ???) <88D60E59-430D-35B8-B1E9-F5138301AEF9> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9bdb4000 - 0x9c290ff6 libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x9c291000 - 0x9c368ff3 com.apple.avfoundation (2.0 - 180.40) <B906D052-D92D-3D35-BF59-F6D0AE692EC2> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x9c369000 - 0x9c39fff7 com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9c3a0000 - 0x9c3a0fff com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9c3a1000 - 0x9c3feffb com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x9cabe000 - 0x9cb01ffd libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
0x9cb02000 - 0x9cb51ffb com.apple.AppleVAFramework (5.0.14 - 5.0.14) <7FF10781-5418-37BB-A6B3-1606DA82CBFF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x9cb52000 - 0x9cb5aff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x9cb5b000 - 0x9cb72ff8 com.apple.CoreMediaAuthoring (2.0 - 891) <69D569FD-670C-3BD0-94BF-7A8954AA2953> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x9cb73000 - 0x9cb74ff4 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x9cb75000 - 0x9cb85ff7 libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
0x9cb86000 - 0x9cc46ffb com.apple.ColorSync (4.7.4 - 4.7.4) <0A68AF35-15DF-3A0A-9B17-70CE2A106A6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x9cc47000 - 0x9ccc2ffb com.apple.ApplicationServices.ATS (317.11.0 - ???) <42238C8B-C93F-3369-A500-EC0F10EB2C80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9ccc3000 - 0x9ceecffb com.apple.QuartzComposer (5.0 - 236.7) <1504F5A4-FF1A-365E-9E01-30410C561C2C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 7
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 4007
thread_create: 1
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=182.4M resident=107.3M(59%) swapped_out_or_unallocated=75.1M(41%)
Writable regions: Total=594.3M written=40.2M(7%) resident=75.6M(13%) swapped_out=0K(0%) unallocated=518.6M(87%)
REGION TYPE VIRTUAL
=========== =======
(null) (reserved) 384.0M reserved VM address space (unallocated)
CG backing stores 6960K
CG image 16K
CG raster data 64K
CG shared images 3408K
CoreGraphics 8K
CoreServices 5180K
IOKit 364K
MALLOC 41.4M
MALLOC guard page 32K
MALLOC_LARGE (reserved) 1024K reserved VM address space (unallocated)
Memory tag=240 4K
Memory tag=242 12K
OpenCL 20K
Stack 69.1M
VM_ALLOCATE 144.1M
__CI_BITMAP 80K
__DATA 8556K
__DATA/__OBJC 160K
__IMAGE 528K
__IMPORT 4K
__LINKEDIT 45.1M
__OBJC 2364K
__OBJC/__DATA 72K
__PAGEZERO 4K
__TEXT 137.3M
__UNICODE 544K
mapped file 120.7M
shared memory 10.9M
shared pmap 8468K
=========== =======
TOTAL 989.6M
TOTAL, minus reserved VM space 604.6M
Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i5, 2.3 GHz, 8 GB, SMC 1.68f98
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334448302D4348392020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334448302D4348392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.198.4.20)
Bluetooth: Version 4.0.5f11, 2 service, 18 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: TOSHIBA MK3265GSXF, 320.07 GB
Serial ATA Device: OPTIARC DVD RW AD-5970H
USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfa100000 / 3
USB Device: iPad, apple_vendor_id, 0x129a, 0xfa130000 / 6
USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 5
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0xfa120000 / 4
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 2
USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfd100000 / 2
USB Device: hub_device, apple_vendor_id, 0x1008, 0xfd120000 / 4
USB Device: hub_device, apple_vendor_id, 0x912f, 0xfd121000 / 5
USB Device: Keyboard Hub, apple_vendor_id, 0x1005, 0xfd121100 / 8
USB Device: Apple Keyboard, apple_vendor_id, 0x021e, 0xfd121120 / 9
USB Device: USB-PS/2 Optical Mouse, 0x046d (Logitech Inc.), 0xc025, 0xfd121300 / 7
USB Device: Apple Cinema HD Display, apple_vendor_id, 0x9221, 0xfd121200 / 6
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3
On Jul 4, 2012, at 9:46 PM, Fernando Olivero wrote:
> Nice work! Thanks Igor.
> Will be a lot easier now to release Athens related projects.
>
> Fernando
>
> On Wed, Jul 4, 2012 at 2:15 PM, Igor Stasenko <siguctua(a)gmail.com> wrote:
>> Ok, the build #27 is built a first VM with cairo library. Congratulations! :)
>>
>> https://ci.lille.inria.fr/pharo/view/NativeBoost/job/NB-Cog-Mac-Cocoa/27/
>>
>>
>> Check it out.
>>
>> Please note that all plugins and libraries is now in
>> .app/Contents/MacOS/Plugins
>> not in
>> .app/Contents/Resouces
>>
>> (the plugin search logic is changed accordingly)
>>
>
July 5, 2012