Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] how to create 2 createTemporaryResource from same resource but filter

Hi Jesse

the exception occur in second.
featureStore2.addFeatures(fc2);//this line


FeatureType:
fc2: DefaultFeatureType [name=AbstractFeatureCollectionType , namespace=
http://www.opengis.net/gml , abstract=false ,
types=(org.geotools.feature.type.FeatureAttributeType@2d2da4,)]
builder2: DefaultFeatureType [name=CUSTOMER1 , namespace=
http://www.opengis.net/gml , abstract=false ,
types=(org.geotools.feature.type.FeatureAttributeType@2d2da4,)]




2009/8/5 Jesse Eichar <jesse.eichar@xxxxxxxxxxxxxx>

> Nothing obvious springs to mind.  A couple questions though:
>
> Does the exception occur in the first addFeatures or second?
>
> Could you also print out the FeatureType that has been created?
>
> Thanks,
>
> Jesse
>
> On Wed, Aug 5, 2009 at 11:20 AM, FP <freepisces@xxxxxxxxx> wrote:
>
>> Hi
>> I need create 2 TemporaryResource to show the same GeoResource but using
>> different filter.
>> I faild and I found the problem is the same name in tempresource. Then I
>> use FeatureTypeBuilder to setName.
>>
>> the code is :
>>
>> IService resources = getResource(monitor);// get all tables
>>             for (IGeoResource resource : resources.resources(monitor)) {
>>                 if (resource.getIdentifier().getRef().equalsIgnoreCase("customers"))
>> {
>>                     FeatureCollection fc1 = null;
>>                     FeatureCollection fc2 = null;
>>                     FilterFactory filterFactory =
>> FilterFactoryFinder.createFilterFactory();
>>                     Filter filter1 =
>> filterFactory.createCompareFilter(CompareFilter.COMPARE_EQUALS);
>>
>>                     Filter filter2 =
>> filterFactory.createCompareFilter(CompareFilter.COMPARE_EQUALS);
>>
>>                     ((CompareFilter)
>> filter1).addLeftValue(filterFactory.createAttributeExpression("CUSTOMER_ID"));
>>                     ((CompareFilter)
>> filter1).addRightValue(filterFactory.createLiteralExpression(Integer.valueOf(scno1)));
>>
>>                     ((CompareFilter)
>> filter2).addLeftValue(filterFactory.createAttributeExpression("CUSTOMER_ID"));
>>                     ((CompareFilter)
>> filter2).addRightValue(filterFactory.createLiteralExpression(Integer.valueOf(scno2)));
>>
>>
>>                     fc1 = resource.resolve(FeatureSource.class,
>> monitor).getFeatures(filter1);
10  ???                           	0x141fd227 0 + 337629735
11  libclient.dylib               	0x004d331a 0x3ba000 + 1151770
12  libclient.dylib               	0x00417333 0x3ba000 + 381747
13  libclient.dylib               	0x00417225 0x3ba000 + 381477
14  libclient.dylib               	0x00417165 0x3ba000 + 381285
15  libclient.dylib               	0x00417088 0x3ba000 + 381064
16  libclient.dylib               	0x0067f4f5 JVM_RaiseSignal + 441397
17  libSystem.B.dylib             	0x969aa200 _pthread_body + 27

Thread 17:
0   libSystem.B.dylib             	0x9692e286 mach_msg_trap + 10
1   libSystem.B.dylib             	0x96935a7c mach_msg + 72
2   libclient.dylib               	0x004d22fa 0x3ba000 + 1147642
3   libclient.dylib               	0x00417e5a 0x3ba000 + 384602
4   libclient.dylib               	0x00417445 0x3ba000 + 382021
5   libclient.dylib               	0x005f98a1 JVM_MonitorWait + 465
6   ???                           	0x142059b1 0 + 337664433
7   ???                           	0x141ff9d3 0 + 337639891
8   ???                           	0x141ff9d3 0 + 337639891
9   ???                           	0x141ffcd9 0 + 337640665
10  ???                           	0x141fd227 0 + 337629735
11  libclient.dylib               	0x004d331a 0x3ba000 + 1151770
12  libclient.dylib               	0x00417333 0x3ba000 + 381747
13  libclient.dylib               	0x00417225 0x3ba000 + 381477
14  libclient.dylib               	0x00417165 0x3ba000 + 381285
15  libclient.dylib               	0x00417088 0x3ba000 + 381064
16  libclient.dylib               	0x0067f4f5 JVM_RaiseSignal + 441397
17  libSystem.B.dylib             	0x969aa200 _pthread_body + 27

Thread 18:
0   libSystem.B.dylib             	0x9692e286 mach_msg_trap + 10
1   libSystem.B.dylib             	0x96935a7c mach_msg + 72
2   libclient.dylib               	0x004d22fa 0x3ba000 + 1147642
3   libclient.dylib               	0x00677187 JVM_RaiseSignal + 407751
4   libclient.dylib               	0x006ce3f7 JVM_RaiseSignal + 764727
5   ???                           	0x142059b1 0 + 337664433
6   ???                           	0x141ff9d3 0 + 337639891
7   ???                           	0x141ff9d3 0 + 337639891
8   ???                           	0x141ffcd9 0 + 337640665
9   ???                           	0x141ffdb0 0 + 337640880
10  ???                           	0x141ffaaa 0 + 337640106
11  ???                           	0x141ffcd9 0 + 337640665
12  ???                           	0x141fd227 0 + 337629735
13  libclient.dylib               	0x004d331a 0x3ba000 + 1151770
14  libclient.dylib               	0x00417333 0x3ba000 + 381747
15  libclient.dylib               	0x00417225 0x3ba000 + 381477
16  libclient.dylib               	0x00417165 0x3ba000 + 381285
17  libclient.dylib               	0x00417088 0x3ba000 + 381064
18  libclient.dylib               	0x0067f4f5 JVM_RaiseSignal + 441397
19  libSystem.B.dylib             	0x969aa200 _pthread_body + 27

Thread 19:
0   libSystem.B.dylib             	0x9692e2e6 semaphore_timedwait_signal_trap + 10
1   libSystem.B.dylib             	0x969602af _pthread_cond_wait + 1244
2   libSystem.B.dylib             	0x96961b33 pthread_cond_timedwait_relative_np + 47
3   com.apple.Foundation          	0x92bd4dbc -[NSCondition waitUntilDate:] + 236
4   com.apple.Foundation          	0x92bd4bd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
5   com.apple.Foundation          	0x92bd4b35 -[NSConditionLock lockWhenCondition:] + 69
6   com.apple.AppKit              	0x912f66e8 -[NSUIHeartBeat _heartBeatThread:] + 753
7   com.apple.Foundation          	0x92b8edfd -[NSThread main] + 45
8   com.apple.Foundation          	0x92b8e9a4 __NSThread__main__ + 308
9   libSystem.B.dylib             	0x9695f155 _pthread_start + 321
10  libSystem.B.dylib             	0x9695f012 thread_start + 34

Thread 20:
0   libSystem.B.dylib             	0x9692e286 mach_msg_trap + 10
1   libSystem.B.dylib             	0x96935a7c mach_msg + 72
2   libclient.dylib               	0x004d2243 0x3ba000 + 1147459
3   libclient.dylib               	0x00417e5a 0x3ba000 + 384602
4   libclient.dylib               	0x00417445 0x3ba000 + 382021
5   libclient.dylib               	0x005f98a1 JVM_MonitorWait + 465
6   ???                           	0x142059b1 0 + 337664433
7   ???                           	0x141ff9d3 0 + 337639891
8   ???                           	0x141ff9d3 0 + 337639891
9   ???                           	0x141ffaaa 0 + 337640106
10  ???                           	0x141fd227 0 + 337629735
11  libclient.dylib               	0x004d331a 0x3ba000 + 1151770
12  libclient.dylib               	0x00417333 0x3ba000 + 381747
13  libclient.dylib               	0x00417225 0x3ba000 + 381477
14  libclient.dylib               	0x00417165 0x3ba000 + 381285
15  libclient.dylib               	0x00417088 0x3ba000 + 381064
16  libclient.dylib               	0x0067f4f5 JVM_RaiseSignal + 441397
17  libSystem.B.dylib             	0x969aa200 _pthread_body + 27

Thread 21:
0   libSystem.B.dylib             	0x9692e286 mach_msg_trap + 10
1   libSystem.B.dylib             	0x96935a7c mach_msg + 72
2   libclient.dylib               	0x004d22fa 0x3ba000 + 1147642
3   libclient.dylib               	0x00677187 JVM_RaiseSignal + 407751
4   libclient.dylib               	0x006ce3f7 JVM_RaiseSignal + 764727
5   ???                           	0x142059b1 0 + 337664433
6   ???                           	0x141ff9d3 0 + 337639891
7   ???                           	0x141ff9d3 0 + 337639891
8   ???                           	0x141ffcd9 0 + 337640665
9   ???                           	0x141ffdb0 0 + 337640880
10  ???                           	0x141ffaaa 0 + 337640106
11  ???                           	0x141ffcd9 0 + 337640665
12  ???                           	0x141fd227 0 + 337629735
13  libclient.dylib               	0x004d331a 0x3ba000 + 1151770
14  libclient.dylib               	0x00417333 0x3ba000 + 381747
15  libclient.dylib               	0x00417225 0x3ba000 + 381477
16  libclient.dylib               	0x00417165 0x3ba000 + 381285
17  libclient.dylib               	0x00417088 0x3ba000 + 381064
18  libclient.dylib               	0x0067f4f5 JVM_RaiseSignal + 441397
19  libSystem.B.dylib             	0x969aa200 _pthread_body + 27

Thread 22:
0   libSystem.B.dylib             	0x9692e286 mach_msg_trap + 10
1   libSystem.B.dylib             	0x96935a7c mach_msg + 72
2   libclient.dylib               	0x004d22fa 0x3ba000 + 1147642
3   libclient.dylib               	0x00417e5a 0x3ba000 + 384602
4   libclient.dylib               	0x00417445 0x3ba000 + 382021
5   libclient.dylib               	0x005f98a1 JVM_MonitorWait + 465
6   ???                           	0x1431df19 0 + 338812697
7   ???                           	0x14322d84 0 + 338832772
8   ???                           	0x14322b4c 0 + 338832204
9   ???                           	0x14271dc0 0 + 338107840
10  ???                           	0x141ffaaa 0 + 337640106
11  ???                           	0x141ffcd9 0 + 337640665
12  ???                           	0x141fd227 0 + 337629735
13  libclient.dylib               	0x004d331a 0x3ba000 + 1151770
14  libclient.dylib               	0x00417333 0x3ba000 + 381747
15  libclient.dylib               	0x00417225 0x3ba000 + 381477
16  libclient.dylib               	0x00417165 0x3ba000 + 381285
17  libclient.dylib               	0x00417088 0x3ba000 + 381064
18  libclient.dylib               	0x0067f4f5 JVM_RaiseSignal + 441397
19  libSystem.B.dylib             	0x969aa200 _pthread_body + 27

Thread 23:
0   libSystem.B.dylib             	0x9692e286 mach_msg_trap + 10
1   libSystem.B.dylib             	0x96935a7c mach_msg + 72
2   libclient.dylib               	0x004d2243 0x3ba000 + 1147459
3   libclient.dylib               	0x00417e5a 0x3ba000 + 384602
4   libclient.dylib               	0x00417445 0x3ba000 + 382021
5   libclient.dylib               	0x005f98a1 JVM_MonitorWait + 465
6   ???                           	0x142059b1 0 + 337664433
7   ???                           	0x141ff9d3 0 + 337639891
8   ???                           	0x141ff9d3 0 + 337639891
9   ???                           	0x141ffaaa 0 + 337640106
10  ???                           	0x141fd227 0 + 337629735
11  libclient.dylib               	0x004d331a 0x3ba000 + 1151770
12  libclient.dylib               	0x00417333 0x3ba000 + 381747
13  libclient.dylib               	0x00417225 0x3ba000 + 381477
14  libclient.dylib               	0x00417165 0x3ba000 + 381285
15  libclient.dylib               	0x00417088 0x3ba000 + 381064
16  libclient.dylib               	0x0067f4f5 JVM_RaiseSignal + 441397
17  libSystem.B.dylib             	0x969aa200 _pthread_body + 27

Thread 24:
0   libSystem.B.dylib             	0x9692e286 mach_msg_trap + 10
1   libSystem.B.dylib             	0x96935a7c mach_msg + 72
2   libclient.dylib               	0x004d22fa 0x3ba000 + 1147642
3   libclient.dylib               	0x00417e5a 0x3ba000 + 384602
4   libclient.dylib               	0x00417445 0x3ba000 + 382021
5   libclient.dylib               	0x005f98a1 JVM_MonitorWait + 465
6   ???                           	0x1431df19 0 + 338812697
7   ???                           	0x14322d84 0 + 338832772
8   ???                           	0x14322b4c 0 + 338832204
9   ???                           	0x14271dc0 0 + 338107840
10  ???                           	0x141ffaaa 0 + 337640106
11  ???                           	0x141fd227 0 + 337629735
12  libclient.dylib               	0x004d331a 0x3ba000 + 1151770
13  libclient.dylib               	0x00417333 0x3ba000 + 381747
14  libclient.dylib               	0x00417225 0x3ba000 + 381477
15  libclient.dylib               	0x00417165 0x3ba000 + 381285
16  libclient.dylib               	0x00417088 0x3ba000 + 381064
17  libclient.dylib               	0x0067f4f5 JVM_RaiseSignal + 441397
18  libSystem.B.dylib             	0x969aa200 _pthread_body + 27

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x3e83c020  ebx: 0x9490737d  ecx: 0x00000001  edx: 0xb3598470
  edi: 0x000000dd  esi: 0x3e83c020  ebp: 0xbfff9bd8  esp: 0xbfff9bc0
   ss: 0x0000001f  efl: 0x00010212  eip: 0x94945c30   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x3e83c028

Binary Images:
    0x1000 -     0x3fff +net.refractions.udig 1.1 (1.1) /Users/jody/Desktop/udig-1.2-m6-macosx.cocoa.x86/uDig.app/Contents/MacOS/uDig
   0x1b000 -    0x21fff +eclipse_1206.so ??? (???) <a56e8f2eb14617c9a9809d336c47ce91> /Users/jody/Desktop/udig-1.2-m6-macosx.cocoa.x86/uDig.app/Contents/Resources/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.0.0.v20090519/eclipse_1206.so
   0x2a000 -    0x30ffc  com.apple.JavaVM 12.3.0 (12.3.0) <ee9b9f648e9b98b1c7644b6a7c630a91> /System/Library/Frameworks/JavaVM.framework/JavaVM
   0x48000 -    0x4ffe0  libverify.dylib ??? (???) <765619261588ebb032800454674f0fa8> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify.dylib
   0x55000 -    0x5bffe  JavaNativeFoundation ??? (???) <5a9085681bf39c38384b9cc1394cda04> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation
   0x65000 -    0x7ffef  libjava.jnilib ??? (???) <f39763bc4ff17d41d4c4e1d0edd405e8> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jnilib
   0x8e000 -    0x99ffb  libzip.jnilib ??? (???) <1176b2751234a4989bf199783dc30517> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jnilib
  0x3ba000 -   0x70affb  libclient.dylib ??? (???) <a1bc00ea6c142a983ca4ca910b38771c> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libclient.dylib
0x34aa0000 - 0x34aabffb  libnet.jnilib ??? (???) <f5c95ff03e735840baf727e78ce521b5> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnet.jnilib
0x34ab2000 - 0x34ab5ffc  libnio.jnilib ??? (???) <d2e8508f74e97c7e9a9329791e2d0a54> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnio.jnilib
0x350fa000 - 0x350faffc +com.growl.GrowlSafariLoader 1.1.5 (1.1.5) <3a90bb91ab094b2065292bcc579b2987> /Library/InputManagers/GrowlSafari/GrowlSafariLoader.bundle/Contents/MacOS/GrowlSafariLoader
0x35507000 - 0x3570efef  com.apple.RawCamera.bundle 2.1.0 (474) <48a574d3b3269c8dbdc38d6f67879317> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x37b9c000 - 0x37ba1ff3  libCGXCoreImage.A.dylib ??? (???) <3a78abc535c80f9819931b670da804a2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x38cce000 - 0x38cd3fff  com.apple.DictionaryServiceComponent 1.1 (1.1) <0c718fcdccb0e50ce699cb46073b5b88> /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
0x38e1f000 - 0x38e21fff +libswt-cocoa-3550.jnilib ??? (???) /Users/jody/Desktop/udig-1.2-m6-macosx.cocoa.x86/uDig.app/Contents/Resources/configuration/org.eclipse.osgi/bundles/110/1/.cp/libswt-cocoa-3550.jnilib
0x39123000 - 0x39125ff9 +libgdalconstjni.dylib ??? (???) <36fddff4e144fa005672c3a2247efed8> /Users/jody/Desktop/udig-1.2-m6-macosx.cocoa.x86/uDig.app/Contents/Resources/lib/libgdalconstjni.dylib
0x391dc000 - 0x391dcfff  libcmm.jnilib ??? (???) <4e7f783b9ede10a913d331ccb46cbfb3> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libcmm.jnilib
0x396c8000 - 0x396eefff +libswt-pi-cocoa-3550.jnilib ??? (???) /Users/jody/Desktop/udig-1.2-m6-macosx.cocoa.x86/uDig.app/Contents/Resources/configuration/org.eclipse.osgi/bundles/110/1/.cp/libswt-pi-cocoa-3550.jnilib
0x39702000 - 0x39760fff  libfontmanager.jnilib ??? (???) <a2c9c81499d7c76ffd5788c57b9a1969> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libfontmanager.jnilib
0x3c57f000 - 0x3c589ffb +libgdaljni.dylib ??? (???) <782985be8cc45fb8e6c87105aeff48a7> /Users/jody/Desktop/udig-1.2-m6-macosx.cocoa.x86/uDig.app/Contents/Resources/lib/libgdaljni.dylib
0x3ebe3000 - 0x3ed7cfff  libawt.jnilib ??? (???) <8d6e06a3ff9ccdb4121da1f9ad10787c> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libawt.jnilib
0x3ee6a000 - 0x3eeb1ff3  libsuncmm.jnilib ??? (???) <ffa9b813e3582a320d2aaf27186c30e0> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libsuncmm.jnilib
0x3eeb8000 - 0x3eedafe7  libjpeg.jnilib ??? (???) <e9c3ab16501a1f6d51e97fcb812f26e5> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjpeg.jnilib
0x3ef33000 - 0x3f2fefe2 +libgdal.1.11.4.dylib ??? (???) <f1326c6c3ac20d462be52d340bafc392> /Users/jody/Desktop/udig-1.2-m6-macosx.cocoa.x86/uDig.app/Contents/Resources/lib/libgdal.1.11.4.dylib
0x3f475000 - 0x3f4a0ffb  libcurl.4.dylib ??? (???) <92c23039fbe46c86a58d55d4b9d2d3e2> /usr/lib/libcurl.4.dylib
0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
0x90003000 - 0x90054ff7  com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x900ce000 - 0x900d5ffe  libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
0x90109000 - 0x901c3fe3  com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x901c4000 - 0x90202fff  libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x90203000 - 0x90207fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x90208000 - 0x90237fe3  com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x904bd000 - 0x90564feb  com.apple.QD 3.11.56 (???) <a94d0f5438b730e88e5efdb233295c52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x905cf000 - 0x90662ff3  com.apple.ApplicationServices.ATS 3.7 (???) <a535fc4982d3acff6530ec25c402e679> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x90663000 - 0x906edfe3  com.apple.DesktopServices 1.4.8 (1.4.8) <a6edef2d49ffdee3b01010b7e6edac1f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9077a000 - 0x91055fff  com.apple.WebCore 5530.19 (5530.19) <754a6e4c2fffe600ba3c07aeec3ccd92> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x9108b000 - 0x91099ffd  libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
0x9109f000 - 0x910a2fff  com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x910b3000 - 0x910d2ffa  libJPEG.dylib ??? (???) <dad0ee08a8b850d679f024e090984480> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9124e000 - 0x9124effc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9124f000 - 0x9124fffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x91250000 - 0x91a4efef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x91a4f000 - 0x91aabff7  com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x91aac000 - 0x91bfeff3  com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x91bff000 - 0x91bffffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91c00000 - 0x91cc7ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91cc8000 - 0x91ce6fff  libresolv.9.dylib ??? (???) <36c871d5da9b49bb5bcf0449833d1dc5> /usr/lib/libresolv.9.dylib
0x91ce7000 - 0x91d0bfff  libxslt.1.dylib ??? (???) <ec4c269815bab8e7211cb8fe9df3a9a3> /usr/lib/libxslt.1.dylib
0x91d11000 - 0x91df9ff3  com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x91dfa000 - 0x91eaafff  edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x91eab000 - 0x91eabfff  com.apple.Carbon 136 (136) <4177916bbf70e0ddc446f94001d54c95> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x91eac000 - 0x9201aff7  com.apple.JavaScriptCore 5530.19 (5530.19) <5eafe0cf33229588ef5a5cfc8454e618> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x9201b000 - 0x9201dfff  com.apple.securityhi 3.0 (30817) <40562b85d99118354c974e76c32fa6fb> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9201e000 - 0x923bbfef  com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x923bc000 - 0x923c8ffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x923c9000 - 0x923d6fe7  com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x923d7000 - 0x92419fef  com.apple.NavigationServices 3.5.2 (163) <26eeb5a205f749aad83d5dac0330c41f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x924a6000 - 0x924cafeb  libssl.0.9.7.dylib ??? (???) <8084593b773bec8f2b9614fd23c5ed73> /usr/lib/libssl.0.9.7.dylib
0x924cb000 - 0x92548fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x92549000 - 0x92552fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92553000 - 0x925daff7  libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
0x925db000 - 0x92714ff7  libicucore.A.dylib ??? (???) <dd8aa51c356e79ef8cdfa341a0d69f5b> /usr/lib/libicucore.A.dylib
0x92715000 - 0x92717ff5  libRadiance.dylib ??? (???) <7f14661d29de8cbf01334909542c0fc5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x92718000 - 0x92743fe7  libauto.dylib ??? (???) <a64961ed20db64f0f439bfbc6f962bf9> /usr/lib/libauto.dylib
0x92744000 - 0x92744ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x92745000 - 0x927a2ffb  libstdc++.6.dylib ??? (???) <f75e5133d72769de5ce6c06153fc65f6> /usr/lib/libstdc++.6.dylib
0x927a3000 - 0x92830ff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x92831000 - 0x92872fe7  libRIP.A.dylib ??? (???) <69bd09fcd8d8b235cee7a405290d6818> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x92873000 - 0x928aafff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <cfd64ded4da1064ce316243fd425d5a4> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x928ab000 - 0x928c1fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x928c2000 - 0x929f5fe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x92b84000 - 0x92e00fe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92f9f000 - 0x9307dff7  com.apple.WebKit 5530.19 (5530.19.2) <e03ca734ba224cf8b95348a9c922e332> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x93154000 - 0x9316cfff  com.apple.openscripting 1.2.8 (???) <54ab21172b8b3caa601dde44872a9c0d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x93177000 - 0x93177ffa  com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x932b1000 - 0x932bcfe7  libCSync.A.dylib ??? (???) <9e3544fe087bb4dc760b7afe0850dd6c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x932bd000 - 0x932cdfff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <7bd1ec22c47e62a11b34d7ba66606e2e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x932ce000 - 0x936defef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x936df000 - 0x936e9feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x936ea000 - 0x93743ff7  libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x9374a000 - 0x937c9ff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x948d4000 - 0x94f74fe3  com.apple.CoreGraphics 1.409.3 (???) <25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x94f75000 - 0x95333fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x95375000 - 0x953cfff7  com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x953d0000 - 0x9549bfff  com.apple.ColorSync 4.5.2 (4.5.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x9558d000 - 0x956d5ff7  com.apple.ImageIO.framework 2.0.6 (2.0.6) <4febd1ccf49ae410e82d12c02ba33b68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x956d6000 - 0x956eeff7  com.apple.CoreVideo 1.6.0 (20.0) <dd60118bac9aefaf88d9ab44558f05c4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x956ff000 - 0x959d9ff3  com.apple.CoreServices.CarbonCore 786.11 (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x959da000 - 0x959daffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x959db000 - 0x95a03ff7  com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x95a04000 - 0x95a81feb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x95a82000 - 0x95d8afe7  com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x95d8b000 - 0x95d92ff7  libCGATS.A.dylib ??? (???) <211348279493364e9920adc86484cedd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x95d93000 - 0x95e74ff7  libxml2.2.dylib ??? (???) <4d54971007e14f8d80e6889ee1111f21> /usr/lib/libxml2.2.dylib
0x95e94000 - 0x95f74fff  libobjc.A.dylib ??? (???) <bba0c22add60c7724e259ab28de8953e> /usr/lib/libobjc.A.dylib
0x95f75000 - 0x95fefff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x96042000 - 0x960e9fec  com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x960ea000 - 0x960ffffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x96100000 - 0x96193fff  com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x96207000 - 0x963d8ffb  com.apple.security 5.0.5 (36371) <1f7f48b36bc90d114220cc81e4e4694f> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x96705000 - 0x96791ff7  com.apple.LaunchServices 291 (291) <099eba2fe584376b476f9a262f41ecf2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x96899000 - 0x968b5ff3  libPng.dylib ??? (???) <9f50967afbd4384e61e68439f81db76c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9692d000 - 0x96a94ff3  libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
0x96a95000 - 0x96aa5ffc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x96aa6000 - 0x96ae5fef  libTIFF.dylib ??? (???) <5bf6b42bc5e007fcea32f6620b14cba3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x96ae7000 - 0x96aedfff  com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x96aee000 - 0x96b28fe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x96b3d000 - 0x96b3effc  libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
0x96da8000 - 0x96dacfff  libGIF.dylib ??? (???) <abf65b853acce7bc8419c74716be5be0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x96dad000 - 0x96db5fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <d97688958e0b1fdcd4747088bdf1962a> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x96db6000 - 0x96dbbfff  com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x96dbc000 - 0x96e6effb  libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
0x96e75000 - 0x96e7cfe9  libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
0x96e7d000 - 0x96e7dff8  com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x96e7e000 - 0x96e7eff8  com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x96e7f000 - 0x97350fbe  libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x97351000 - 0x9739afef  com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9739b000 - 0x973c8feb  libvDSP.dylib ??? (???) <e89461ed03200fb3c0304e62e14a42ed> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x973c9000 - 0x973d5ff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x975ce000 - 0x975f7fff  libcups.2.dylib ??? (???) <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib
0xba900000 - 0xba916fff  libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
{noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top