[redland-dev] [Rasqal RDF Query Library 0000432]: Seg fault when getting a blank node after parsing RDF

Mantis Bug Tracker mantis-bug-sender at librdf.org
Thu Mar 10 04:15:26 CET 2011


The following issue has been SUBMITTED. 
====================================================================== 
http://bugs.librdf.org/mantis/view.php?id=432 
====================================================================== 
Reported By:                dbrnz
Assigned To:                
====================================================================== 
Project:                    Rasqal RDF Query Library
Issue ID:                   432
Category:                   api
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Query Language:              
====================================================================== 
Date Submitted:             2011-03-10 03:15
Last Modified:              2011-03-10 03:15
====================================================================== 
Summary:                    Seg fault when getting a blank node after parsing
RDF
Description: 
Getting a blank RDF.Node() in Python succeeds until a RDF.Parser() is used. The
next attempt to get a blank node fails with a Segmentation Fault. Getting a
regular resource node is fine; it's just blank nodes.

In my test code, things work when I get an explicit Parser() instance. This
isn't the case though in my application - I always get the seg fault.

I see that when things work, the form of the string representation for the node
changes after parsing - from say 'genid1' to 'r1299725045r32733r1'. Is this a
clue??

Steps to Reproduce: 
Run the following Python script:

{{{

import RDF

model = RDF.Model()
ttl = '<http://example.org/time> <http://www.w3.org/2000/01/rdf-schema#label>
"time" . '
print RDF.Node()

p = RDF.Parser('turtle')
p.parse_string_into_model(model, ttl, RDF.Uri('http://example.org'))
print RDF.Node()   ## OK

RDF.Parser('turtle').parse_string_into_model(model, ttl,
                                             RDF.Uri('http://example.org'))
print RDF.Node()   ## Seg faults...

}}}

Additional Information: 
OS/X Crash report:

Date/Time:       2011-03-10 16:13:51.244 +1300
OS Version:      Mac OS X 10.5.8 (9L31a)
Report Version:  6
Anonymous UUID:  30D34FE0-0A95-40EA-B4B2-8D9B53A6CD31

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000c0000003
Crashed Thread:  0

Thread 0 Crashed:
0   librdf.0.dylib                	0x007a6385
librdf_parser_raptor_generate_id_handler + 85 (rdf_parser_raptor.c:404)
1   libraptor2.0.dylib            	0x00732769 raptor_world_generate_bnodeid + 25
(raptor_general.c:333)
2   libraptor2.0.dylib            	0x007358cd raptor_new_term_from_counted_blank
+ 93 (raptor_term.c:320)
3   libraptor2.0.dylib            	0x007359c6 raptor_new_term_from_blank + 118
(raptor_term.c:365)
4   librdf.0.dylib                	0x007adfe0 librdf_new_node + 48
(rdf_node.c:95)
5   Redland.so                    	0x0064e848 _wrap_librdf_new_node + 152
(Redland_wrap.c:4350)
6   org.python.python             	0x002bb950 PyEval_EvalFrameEx + 20720
7   org.python.python             	0x002bda2a PyEval_EvalCodeEx + 2042
8   org.python.python             	0x00233282 function_call + 162
9   org.python.python             	0x002007a5 PyObject_Call + 85
10  org.python.python             	0x002130f6 instancemethod_call + 422
11  org.python.python             	0x002007a5 PyObject_Call + 85
12  org.python.python             	0x0026de77 slot_tp_init + 87
13  org.python.python             	0x0026c8a0 type_call + 176
14  org.python.python             	0x002007a5 PyObject_Call + 85
15  org.python.python             	0x002ba046 PyEval_EvalFrameEx + 14310
16  org.python.python             	0x002bda2a PyEval_EvalCodeEx + 2042
17  org.python.python             	0x002bdbb7 PyEval_EvalCode + 87
18  org.python.python             	0x002e2068 PyRun_FileExFlags + 168
19  org.python.python             	0x002e2fa3 PyRun_SimpleFileExFlags + 867
20  org.python.python             	0x002fbbfb Py_Main + 3163
21  org.python.python             	0x00001f32 0x1000 + 3890
22  org.python.python             	0x00001e59 0x1000 + 3673

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0xc0000003  ebx: 0x00735884  ecx: 0x007a6330  edx: 0x00424ee0
  edi: 0x00000000  esi: 0x004341b0  ebp: 0xbfffd368  esp: 0xbfffd340
   ss: 0x0000001f  efl: 0x00010246  eip: 0x007a6385   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0xc0000003

Binary Images:
    0x1000 -     0x1ff7 +org.python.python 2.7.1 (2.7.1)
<cd1334660db74c68e38ff7f224d8cc1c>
/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
  0x10a000 -   0x10dff7 +strop.so ??? (???) <7886336676c1dc21338d646e58fd35c8>
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so
  0x113000 -   0x11afed +libgcc_s.1.dylib ??? (???)
/usr/local/lib/libgcc_s.1.dylib
  0x1f6000 -   0x334fff +org.python.python 2.7.1, (c) 2004-2008 Python Software
Foundation. (2.7.1) <4f130bcedb6af7d0f012e78653d76830>
/Library/Frameworks/Python.framework/Versions/2.7/Python
  0x3ec000 -   0x3f4fef +libintl.8.dylib ??? (???)
<3b71789e6680b78e72bfe10fff4c1ef1> /opt/local/lib/libintl.8.dylib
  0x640000 -   0x662ff9 +Redland.so ??? (???) <b95dfaada1c635fa88cdeb59b42ac7d0>
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Redland.so
  0x674000 -   0x6d3fff +librasqal.3.dylib ??? (???)
<880f621ffe068f88d969eefa956e050a> /usr/local/lib/librasqal.3.dylib
  0x72a000 -   0x770ff7 +libraptor2.0.dylib ??? (???)
<2b89ab926861fcfa47539816d48b60ba> /usr/local/lib/libraptor2.0.dylib
  0x796000 -   0x7c0fe7 +librdf.0.dylib ??? (???)
<75a3b8c6711abedaffcf14e9bd9da04f> /usr/local/lib/librdf.0.dylib
  0x7e8000 -   0x7f9feb +libz.1.dylib ??? (???)
<6adad28382b41a6950da7ada6df852d7> /opt/local/lib/libz.1.dylib
 0x1000000 -  0x1042ff1 +libcurl.4.dylib ??? (???)
<2f3f2a80aa5ef185e5751517cba1f01f> /opt/local/lib/libcurl.4.dylib
 0x104e000 -  0x107bff4 +libidn.11.dylib ??? (???)
<c73481b4ba3dd7e9902521e0933f3f3b> /opt/local/lib/libidn.11.dylib
 0x1080000 -  0x10c2feb +libssl.1.0.0.dylib ??? (???)
<d2cb9c748ad6463f9202dc2f6e44e849> /opt/local/lib/libssl.1.0.0.dylib
 0x10d8000 -  0x1202fe7 +libcrypto.1.0.0.dylib ??? (???)
<e74b908012b9b29a2a724b7d43b73c2d> /opt/local/lib/libcrypto.1.0.0.dylib
 0x1262000 -  0x128ffff +libxslt.1.dylib ??? (???)
<5b856735b56853c4cd1cc28c533168ba> /opt/local/lib/libxslt.1.dylib
 0x1299000 -  0x13a1fef +libxml2.2.dylib ??? (???)
<d482edb6299c35e537051d9674c50f71> /opt/local/lib/libxml2.2.dylib
 0x13cf000 -  0x14c7ff4 +libiconv.2.dylib ??? (???)
<965c3492fdac6d7ed13ea9ed778315fb> /opt/local/lib/libiconv.2.dylib
 0x14d4000 -  0x15cefef +libdb-4.6.dylib ??? (???)
<db4390a893a5198303d1aed2a5d4f848> /opt/local/lib/db46/libdb-4.6.dylib
 0x15e3000 -  0x15eaff2 +librdf_storage_postgresql.so ??? (???)
<39d01f4767a6e970c0842473ea3c2ddc>
/usr/local/lib/redland/librdf_storage_postgresql.so
 0x15f0000 -  0x160eb4f  libpq.5.dylib ??? (???) /usr/lib/libpq.5.dylib
 0x1618000 -  0x161dff5 +librdf_storage_sqlite.so ??? (???)
<ddf73e3c2e566d9b3c3ce439f6ac1118>
/usr/local/lib/redland/librdf_storage_sqlite.so
 0x1623000 -  0x16a3feb +libsqlite3.0.dylib ??? (???)
<a07dbf3ee0c23af78bae961f54b03ce9> /opt/local/lib/libsqlite3.0.dylib
 0x16ce000 -  0x16d4ff5 +librdf_storage_virtuoso.so ??? (???)
<e9eed8e95b48173c54803e2642878322>
/usr/local/lib/redland/librdf_storage_virtuoso.so
 0x16dc000 -  0x171bfff  libiodbc.2.dylib ??? (???)
<0e9f71de7fa6cfc5d42a7754d393b22c> /usr/lib/libiodbc.2.dylib
 0x172a000 -  0x1737fff  libiodbcinst.2.dylib ??? (???)
<f225b96d6bf1d05acdf0208a4ea3eebe> /usr/lib/libiodbcinst.2.dylib
 0x173e000 -  0x175aff3  com.apple.CoreVideo 1.6.1 (48.6)
<186cb311c17ea8714e918273c86d3c13>
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603>
/usr/lib/dyld
0x90003000 - 0x9030bfe7  com.apple.HIToolbox 1.5.6 (???)
<eece3cb8aa0a4e6843fcc1500aca61c5>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9045f000 - 0x9046ffff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1)
<06d8fc0307314f8ffc16f206ad3dbf44>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x908be000 - 0x909f1fe7  com.apple.CoreFoundation 6.5.7 (476.19)
<a332c8f45529ee26d2e9c36d0c723bad>
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x90a5c000 - 0x90ae3ff7  libsqlite3.0.dylib ??? (???)
<3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
0x90d8b000 - 0x91007fe7  com.apple.Foundation 6.5.9 (677.26)
<c68b3cff7864959becfc7fd1a384f925>
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x910eb000 - 0x91168fef  libvMisc.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x91169000 - 0x911a8fef  libTIFF.dylib ??? (???)
<a5991d757f0c17a9bb8b1bcb14ab9ec0>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x911a9000 - 0x911b1fff  com.apple.DiskArbitration 2.2.1 (2.2.1)
<75b0c8d8940a8a27816961dddcac8e0f>
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x913e6000 - 0x91401ff3  libPng.dylib ??? (???)
<c0791798fb92acc136c250a373449359>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91416000 - 0x91416fff  com.apple.Carbon 136 (136)
<98a5e3bc0c4fa44bbb09713bb88707fe>
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x91417000 - 0x9141efe9  libgcc_s.1.dylib ??? (???)
<f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x9141f000 - 0x91567ff7  com.apple.ImageIO.framework 2.0.7 (2.0.7)
<acf821a3c418fdc86ef02b654366f5f6>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x91568000 - 0x91739ff3  com.apple.security 5.0.6 (37592)
<0b25e1e4cc34431630f01edb3fdf54d1>
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x9173a000 - 0x9177cfef  com.apple.NavigationServices 3.5.2 (163)
<91844980804067b07a0b6124310d3f31>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x917a8000 - 0x9190fff3  libSystem.B.dylib ??? (???)
<c8f52e158bf540cc000146ca8a705958> /usr/lib/libSystem.B.dylib
0x91a38000 - 0x91a4efff  com.apple.DictionaryServices 1.0.0 (1.0.0)
<ad0aa0252e3323d182e17f50defe56fc>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x91a4f000 - 0x91f20fbe  libGLProgrammability.dylib ??? (???)
<7f18294a7bd0b6afe4319f29187fc70d>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x91f32000 - 0x91f36fff  libGIF.dylib ??? (???)
<36f7b0255a81d97c7b360c3b11b4e462>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x92afd000 - 0x92b0afe7  com.apple.opengl 1.5.10 (1.5.10)
<5a2813f80c9441170cc1ab8a3dac5038>
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x92b0b000 - 0x92b0dfff  com.apple.securityhi 3.0 (30817)
<2b2854123fed609d1820d2779e2e0963>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x92b0e000 - 0x92b12fff  libmathCommon.A.dylib ??? (???)
/usr/lib/system/libmathCommon.A.dylib
0x92b13000 - 0x92b4afff  com.apple.SystemConfiguration 1.9.2 (1.9.2)
<8b26ebf26a009a098484f1ed01ec499c>
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x92b4b000 - 0x92bdeff3  com.apple.ApplicationServices.ATS 3.8 (???)
<e61b0945da6ab368348a927f7428ad67>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x92bdf000 - 0x92be5fff  com.apple.print.framework.Print 218.0.3 (220.2)
<5b7f4ef7c2df36aff9605377775781e4>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x92be6000 - 0x92c43ffb  libstdc++.6.dylib ??? (???)
<04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x92c44000 - 0x92c9eff7  com.apple.CoreText 2.0.5 (???)
<5483518a613464d043455ac661a9dcbe>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x92cb1000 - 0x92d6cfe3  com.apple.CoreServices.OSServices 228.1 (228.1)
<76fdc146b4d9937f9c5cbaa1512e0023>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x93099000 - 0x93436fef  com.apple.QuartzCore 1.5.8 (1.5.8)
<a28fa54346a9f9d5b3bef076a1ee0fcf>
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x93640000 - 0x9367afe7  com.apple.coreui 1.2 (62)
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9367b000 - 0x9367bff8  com.apple.ApplicationServices 34 (34)
<8f910fa65f01d401ad8d04cc933cf887>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9377c000 - 0x93794fff  com.apple.openscripting 1.2.8 (???)
<572c7452d7e740e8948a5ad07a99602b>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x93796000 - 0x937a6ffc  com.apple.LangAnalysis 1.6.5 (1.6.5)
<d057feb38163121ffd871c564c692804>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x937a7000 - 0x937cbfeb  libssl.0.9.7.dylib ??? (???)
<5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
0x937cc000 - 0x937daffd  libz.1.dylib ??? (???)
<5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x93fe7000 - 0x94043ff7  com.apple.htmlrendering 68 (1.1.3)
<fe87a9dede38db00e6c8949942c6bd4f>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x94044000 - 0x9404dfff  com.apple.speech.recognition.framework 3.7.24 (3.7.24)
<d3180f9edbd9a5e6f283d6156aa3c602>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x94118000 - 0x94192ff8  com.apple.print.framework.PrintCore 5.5.4 (245.6)
<03d0585059c20cb0bde5e000438c49e1>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x94193000 - 0x9421dff7  com.apple.DesktopServices 1.4.9 (1.4.9)
<f5e51a76d315798371b3dd35a4d46d6c>
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9421e000 - 0x9429bfeb  com.apple.audio.CoreAudio 3.1.2 (3.1.2)
<782a08c44be4698597f4bbd79cac21c6>
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x943d7000 - 0x943f5fff  libresolv.9.dylib ??? (???)
<a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
0x943f6000 - 0x943fbfff  com.apple.CommonPanels 1.2.4 (85)
<ea0665f57cd267609466ed8b2b20e893>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x943fc000 - 0x94429feb  libvDSP.dylib ??? (???)
<b232c018ddd040ec4e2c2af632dd497f>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9447a000 - 0x9447affd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x9447b000 - 0x944faff5  com.apple.SearchKit 1.2.2 (1.2.2)
<3b5f3ab6a363a4d8a2bbbf74213ab0e5>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x94569000 - 0x94575ffe  libGL.dylib ??? (???)
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x94593000 - 0x94593ffb  com.apple.installserver.framework 1.0 (8)
/System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x94594000 - 0x945e5ff7  com.apple.HIServices 1.7.1 (???)
<ba7fd0ede540a0da08db027f87efbd60>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x94769000 - 0x94769ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9476a000 - 0x947a8fff  libGLImage.dylib ??? (???)
<a6425aeb77f4da13212ac75df57b056d>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x947a9000 - 0x947abff5  libRadiance.dylib ??? (???)
<276f13ab6429e05b093a8dda251e3b53>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x947ac000 - 0x94b6afea  libLAPACK.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x94ba2000 - 0x94bacfeb  com.apple.audio.SoundManager 3.9.2 (3.9.2)
<0f2ba6e891d3761212cf5a5e6134d683>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x94bad000 - 0x94c40fff  com.apple.ink.framework 101.3 (86)
<bf3fa8927b4b8baae92381a976fd2079>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x94c42000 - 0x94cf2fff  edu.mit.Kerberos 6.0.14 (6.0.14)
<673f107cdae80c084774a27bc7bc46c1>
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x94e49000 - 0x94f29fff  libobjc.A.dylib ??? (???)
<7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
0x95e34000 - 0x95f15ff7  libxml2.2.dylib ??? (???)
<b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
0x95ff6000 - 0x96696fef  com.apple.CoreGraphics 1.409.7 (???)
<7b65edcce394f39b6a1954d5e30bc34c>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x96697000 - 0x96762fef  com.apple.ColorSync 4.5.3 (4.5.3)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x96763000 - 0x967f0ff7  com.apple.framework.IOKit 1.5.2 (???)
<7a3cc24f78f93931731203854ae0d891>
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x96d3e000 - 0x96d67fff  libcups.2.dylib ??? (???)
<2b0ab6b9fa1957ee940835d0cfd42894> /usr/lib/libcups.2.dylib
0x96d68000 - 0x96e0ffec  com.apple.CFNetwork 438.16 (438.16)
<dbf00ca36a09edfae60ec44f9d7a9ef9>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x96e10000 - 0x96e9dff7  com.apple.LaunchServices 292 (292)
<a41286c7c1eb20ffd5cc796f791070f0>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x96e9e000 - 0x96ebdffa  libJPEG.dylib ??? (???)
<d23f3f3b9d168bf32f89449f83fa07f7>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x96ebe000 - 0x96ebfffc  libffi.dylib ??? (???)
<a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x96ec3000 - 0x9719dff3  com.apple.CoreServices.CarbonCore 786.16 (786.16)
<60b518e4ad02b91826240199a6311286>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9719e000 - 0x971cdfe3  com.apple.AE 402.3 (402.3)
<b13bfda0ad9314922ee37c0d018d7de9>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x971ce000 - 0x97275feb  com.apple.QD 3.11.57 (???)
<35f058678972d42b88ebdf652df79956>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x97276000 - 0x972a1fe7  libauto.dylib ??? (???)
<42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x972a2000 - 0x976b2fef  libBLAS.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x976b3000 - 0x977ecff7  libicucore.A.dylib ??? (???)
<f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
0x97828000 - 0x97828ffa  com.apple.CoreServices 32 (32)
<2fcc8f3bd5bbfc000b476cad8e6a3dd2>
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x97a99000 - 0x97aaeffb  com.apple.ImageCapture 5.0.2 (5.0.2)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x97afe000 - 0x97b47fef  com.apple.Metadata 10.5.8 (398.26)
<e4d268ea45379200f03cdc7c8bedae6f>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x97b48000 - 0x97ba1ff7  libGLU.dylib ??? (???)
<a3b9be30100a25a6cd3ad109892f52b7>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x97ba8000 - 0x97bafffe  libbsm.dylib ??? (???)
<d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x97bb6000 - 0x97bb9fff  com.apple.help 1.1 (36)
<b507b08e484cb89033e9cf23062d77de>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x97c7d000 - 0x97d2fffb  libcrypto.0.9.7.dylib ??? (???)
<d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
0x97d36000 - 0x97d5afff  libxslt.1.dylib ??? (???)
<0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
0x97d5b000 - 0x97e22ff2  com.apple.vImage 3.0 (3.0)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-03-10 03:15 dbrnz          New Issue                                    
======================================================================



More information about the redland-dev mailing list