On Fri, Oct 31, 2008 at 11:36:09AM +0000, [EMAIL PROTECTED] wrote: > gcc --version > i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)
Could try to compile with another version (some from 3.x or 4.2 series). I remember that 4.0 and 4.1 were broken a bit. All you have to do is to install those versions and set correct gcc and g++ when configuring sources: (on my system where older gcc versions are named as gcc-VER resp. g++-VER) ./configure CC="gcc-4.2" CXX="g++-4.2" YOUR_OTHER_CONFIGURE_PARAMETERS make make install Make sure that you do this on the fresh source tree. > Copyright (C) 2005 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There > is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR > PURPOSE. > > On 20 Oct 2008, at 09:56, Michal Hocko wrote: > > > On Sat, Oct 18, 2008 at 12:16:38PM +0100, [EMAIL PROTECTED] wrote: > >> I used the following standard configuration and make options: > >> ./configure --prefix=$HOME/pdfedit --with-boost=/sw > >> make > >> make install > > > > Compiler (gcc? which version?) > > > >> > >> On 13 Oct 2008, at 20:38, Michal Hocko wrote: > >> > >>> Hi, > >>> > >>> On Mon, Oct 13, 2008 at 02:02:16PM +0100, [EMAIL PROTECTED] wrote: > >>>> Process: pdfedit [36112] > >>>> Path: /Users/muralikv/pdfedit/bin/pdfedit > >>>> Identifier: pdfedit > >>>> Version: ??? (???) > >>>> Code Type: X86 (Native) > >>>> Parent Process: bash [36072] > >>>> > >>>> Date/Time: 2008-10-13 13:59:04.009 +0100 > >>>> OS Version: Mac OS X 10.5.5 (9F33) > >>>> Report Version: 6 > >>>> > >>>> Exception Type: EXC_BAD_ACCESS (SIGSEGV) > >>>> Exception Codes: KERN_INVALID_ADDRESS at 0x000000003239333e > >>>> Crashed Thread: 0 > >>> > >>> Which version of PDFedit do you use? > >>> How did you compile (as much info as possible: compiler, flags, > >>> linker)? > >>> > >>>> > >>>> Thread 0 Crashed: > >>>> 0 pdfedit 0x00107ed7 QSList::clear() + 13 > >>> > >>> src/qsa/src/engine/qstypes.cpp:169 > >>> 169 ListNode *n = hook->next; > >>> > >>> hook seems to be NULL! > >>> I have tried to look in the QSList class code and it seems that hook > >>> should never be NULL! So it looks like some bug in here (moreover > >>> when > >>> this is in the destructor code path - see bellow). > >>> > >>>> 1 pdfedit 0x00107f22 QSList::~QSList() + > >>>> 18 > >>>> 2 pdfedit 0x001182aa > >>>> QSFunctionCallNode::rhs(QSEnv*) const + 2024 > >>>> 3 pdfedit 0x00113a6c > >>>> QSExprStatementNode::execute(QSEnv*) + 74 > >>>> 4 pdfedit 0x00113c3f > >>>> QSStatListNode::execute(QSEnv*) + 43 > >>>> 5 pdfedit 0x00113c79 > >>>> QSStatListNode::execute(QSEnv*) + 101 > >>>> 6 pdfedit 0x00112753 > >>>> QSBlockNode::executeStatement(QSEnv*) + 53 > >>>> 7 pdfedit 0x001126c0 > >>>> QSScopeNode::execute(QSEnv*) + 48 > >>>> 8 pdfedit 0x001161cf > >>>> QSWhileNode::execute(QSEnv*) + 307 > >>>> 9 pdfedit 0x00112959 > >>>> QSSourceElementNode::execute(QSEnv*) + 35 > >>>> 10 pdfedit 0x00113610 > >>>> QSSourceElementsNode::execute(QSEnv*) + 192 > >>>> 11 pdfedit 0x001135b2 > >>>> QSSourceElementsNode::execute(QSEnv*) + 98 > >>>> 12 pdfedit 0x001135b2 > >>>> QSSourceElementsNode::execute(QSEnv*) + 98 > >>>> 13 pdfedit 0x001135b2 > >>>> QSSourceElementsNode::execute(QSEnv*) + 98 > >>>> 14 pdfedit 0x001135b2 > >>>> QSSourceElementsNode::execute(QSEnv*) + 98 > >>>> 15 pdfedit 0x001135b2 > >>>> QSSourceElementsNode::execute(QSEnv*) + 98 > >>>> 16 pdfedit 0x001135b2 > >>>> QSSourceElementsNode::execute(QSEnv*) + 98 > >>>> 17 pdfedit 0x001135b2 > >>>> QSSourceElementsNode::execute(QSEnv*) + 98 > >>>> 18 pdfedit 0x001135b2 > >>>> QSSourceElementsNode::execute(QSEnv*) + 98 > >>>> 19 pdfedit 0x001135b2 > >>>> QSSourceElementsNode::execute(QSEnv*) + 98 > >>>> 20 pdfedit 0x001135b2 > >>>> QSSourceElementsNode::execute(QSEnv*) + 98 > >>>> 21 pdfedit 0x001135b2 > >>>> QSSourceElementsNode::execute(QSEnv*) + 98 > >>>> 22 pdfedit 0x00113bab > >>>> QSFunctionBodyNode::execute(QSEnv*) + 59 > >>>> 23 pdfedit 0x001056eb > >>>> QSClass::invoke(QSObject*, QSMember const&) const + 1953 > >>>> 24 pdfedit 0x00105da6 > >>>> QSWritableClass::invoke(QSObject*, QSMember const&) const + 152 > >>>> 25 pdfedit 0x000e9ec6 > >>>> QSWrapperClass::invoke(QSObject*, QSMember const&) const + 52 > >>>> 26 pdfedit 0x00126423 > >>>> QSObject::invoke(QSMember const&, QSList const&) + 297 > >>>> 27 pdfedit 0x00118205 > >>>> QSFunctionCallNode::rhs(QSEnv*) const + 1859 > >>>> 28 pdfedit 0x0011392a > >>>> QSIfNode::execute(QSEnv*) + 88 > >>>> 29 pdfedit 0x00113976 > >>>> QSIfNode::execute(QSEnv*) + 164 > >>>> 30 pdfedit 0x00112959 > >>>> QSSourceElementNode::execute(QSEnv*) + 35 > >>>> 31 pdfedit 0x00113591 > >>>> QSSourceElementsNode::execute(QSEnv*) + 65 > >>>> 32 pdfedit 0x00113bab > >>>> QSFunctionBodyNode::execute(QSEnv*) + 59 > >>>> 33 pdfedit 0x00105493 > >>>> QSClass::invoke(QSObject*, QSMember const&) const + 1353 > >>>> 34 pdfedit 0x00105da6 > >>>> QSWritableClass::invoke(QSObject*, QSMember const&) const + 152 > >>>> 35 pdfedit 0x000e9ec6 > >>>> QSWrapperClass::invoke(QSObject*, QSMember const&) const + 52 > >>>> 36 pdfedit 0x00126423 > >>>> QSObject::invoke(QSMember const&, QSList const&) + 297 > >>>> 37 pdfedit 0x00118205 > >>>> QSFunctionCallNode::rhs(QSEnv*) const + 1859 > >>>> 38 pdfedit 0x00113a6c > >>>> QSExprStatementNode::execute(QSEnv*) + 74 > >>>> 39 pdfedit 0x00112959 > >>>> QSSourceElementNode::execute(QSEnv*) + 35 > >>>> 40 pdfedit 0x00113591 > >>>> QSSourceElementsNode::execute(QSEnv*) + 65 > >>>> 41 pdfedit 0x00113bab > >>>> QSFunctionBodyNode::execute(QSEnv*) + 59 > >>>> 42 pdfedit 0x00129bad > >>>> QSEngineImp::evaluate(QString const&, QSObject const*, bool, int, > >>>> int) > >>>> + 1063 > >>>> 43 pdfedit 0x001242cb > >>>> QSEngine::evaluate(QSObject const&, QString const&, int) + 85 > >>>> 44 pdfedit 0x000d67ad > >>>> QuickInterpreter::execute(QObject*, QString const&, QString > >>>> const&) + > >>>> 499 > >>>> 45 pdfedit 0x000bbfa0 > >>>> QSInterpreter::evaluate(QString const&, QObject*, QString const&) + > >>>> 74 > >>>> 46 pdfedit 0x00098e8f > >>>> gui::BaseCore::call(QString const&, QString const&) + 849 > >>>> 47 pdfedit 0x0009dc35 > >>> > >>> > >>> Whole this stack is in the QSA engine (from QT) which we are using > >>> for > >>> our scripting layer. From what I can see it seems like a bug in this > >>> code rather than bad usage of this code. I suspect > >>> - memory allocation failure ending in NULL from new operator > >>> - the only way (besides memory corruption) how hook can > >>> turn to NULL AFAICS > >>> - subtle bug somewhere in the QSList code > >>> - mis-compiled code > >>> > >>> I have never seen this problem before, but there were some PDFedit > >>> compilation attempts on OS-X failing at QT3/QSA compilation (see > >>> http://pdfedit.petricek.net/bt/view.php?id=191). So it may be very > >>> well > >>> possible that the 3rd option is the case here (that's why I have > >>> asked > >>> for the detailed info about your compilation process above). > >>> > >>> The main problem that I can see here is that nobody from us is very > >>> familiar with QSA code which was imported to our code tree as is > >>> from QT > >>> (with some minor changes to enable building inside the our tree). > >>> So I > >>> doubt that we will be able to help here. > >>> > >>> QSA is rather obscure and we are looking forward to getting rid of > >>> it > >>> (with transition to QT4). Quite honestly QSA is utter cr*p. > >>> > >>>> gui::BaseGUI::toolChangeValue(QString const&) + 387 > >>>> 48 pdfedit 0x000b731b > >>>> gui::BaseGUI::qt_invoke(int, QUObject*) + 3175 > >>>> 49 libqt-mt.3.dylib 0x007679d8 > >>>> QObject::activate_signal(QConnectionList*, QUObject*) + 184 > >>>> 50 libqt-mt.3.dylib 0x00769fe0 > >>>> QObject::activate_signal(int, QString) + 322 > >>>> 51 pdfedit 0x000adfe1 > >>>> gui::EditTool::clicked(QString const&) + 57 > >>>> 52 pdfedit 0x00058e7a > >>>> gui::EditTool::textEntered() + 94 > >>>> 53 pdfedit 0x000adf36 > >>>> gui::EditTool::qt_invoke(int, QUObject*) + 36 > >>>> 54 libqt-mt.3.dylib 0x007679d8 > >>>> QObject::activate_signal(QConnectionList*, QUObject*) + 184 > >>>> 55 libqt-mt.3.dylib 0x00769b77 > >>>> QObject::activate_signal(int) + 177 > >>>> 56 libqt-mt.3.dylib 0x009e5b64 > >>>> QLineEdit::returnPressed() + 30 > >>>> 57 libqt-mt.3.dylib 0x007fc136 > >>>> QLineEdit::keyPressEvent(QKeyEvent*) + 98 > >>>> 58 libqt-mt.3.dylib 0x007909ca > >>>> QWidget::event(QEvent*) > >>>> + 736 > >>>> 59 libqt-mt.3.dylib 0x007fbc38 > >>>> QLineEdit::event(QEvent*) + 370 > >>>> 60 libqt-mt.3.dylib 0x0072222d > >>>> QApplication::internalNotify(QObject*, QEvent*) + 685 > >>>> 61 libqt-mt.3.dylib 0x0072376d > >>>> QApplication::notify(QObject*, QEvent*) + 825 > >>>> 62 libqt-mt.3.dylib 0x006d2c62 > >>>> QETWidget::translateKeyEvent(_XEvent const*, bool) + 1840 > >>>> 63 libqt-mt.3.dylib 0x006d400e > >>>> QApplication::x11ProcessEvent(_XEvent*) + 2714 > >>>> 64 libqt-mt.3.dylib 0x006e2a3b > >>>> QEventLoop::processEvents(unsigned int) + 201 > >>>> 65 libqt-mt.3.dylib 0x00732d43 > >>>> QEventLoop::enterLoop() > >>>> + 65 > >>>> 66 libqt-mt.3.dylib 0x00732cac QEventLoop::exec() > >>>> + 38 > >>>> 67 pdfedit 0x0007e9c8 main + 8344 > >>>> 68 pdfedit 0x00002056 start + 54 > >>>> > >>>> Thread 0 crashed with X86 Thread State (32-bit): > >>>> eax: 0x3239332e ebx: 0x00117adc ecx: 0x00129fe6 edx: 0x0254b780 > >>>> edi: 0x0254b780 esi: 0x0254b780 ebp: 0xbfffd1c8 esp: 0xbfffd1b0 > >>>> ss: 0x0000001f efl: 0x00010282 eip: 0x00107ed7 cs: 0x00000017 > >>>> ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 > >>>> cr2: 0x3239333e > >>>> > >>>> Binary Images: > >>>> 0x1000 - 0x398fef +pdfedit ??? (???) /Users/muralikv/pdfedit/ > >>>> bin/pdfedit > >>>> 0x5ca000 - 0x648ffb +libfreetype.6.dylib ??? (???) > >>>> <a7c25db61bccba18c26aaa6054a5bb68> /usr/X11/lib/libfreetype.6.dylib > >>>> 0x660000 - 0x696fff +libt1.5.dylib ??? (???) > >>>> <6265070b46d9ecf3faae537e51f62fce> /sw/lib/libt1.5.dylib > >>>> 0x6c1000 - 0xabcfe3 +libqt-mt.3.dylib ??? (???) /sw/lib/libqt- > >>>> mt. > >>>> 3.dylib > >>>> 0xcca000 - 0xcd6ffa +libXext.6.dylib ??? (???) > >>>> <f6bade67e177a2d4c58b0acb4f063b88> /usr/X11/lib/libXext.6.dylib > >>>> 0xcde000 - 0xdcafe7 +libX11.6.dylib ??? (???) > >>>> <5bf24ae81d33440feafffaffc3e676bf> /usr/X11/lib/libX11.6.dylib > >>>> 0xdec000 - 0xe10fff libxslt.1.dylib ??? (???) > >>>> <ea5c8d349a3934ecc2b936f9cdfaba04> /usr/lib/libxslt.1.dylib > >>>> 0xe1a000 - 0xee5fff com.apple.ColorSync 4.5.1 (4.5.1) /System/ > >>>> Library/Frameworks/ApplicationServices.framework/Versions/A/ > >>>> Frameworks/ > >>>> ColorSync.framework/Versions/A/ColorSync > >>>> 0xf26000 - 0xf4efff libcups.2.dylib ??? (???) > >>>> <1031ca5b692b80a9568e57a342b60157> /usr/lib/libcups.2.dylib > >>>> 0xf59000 - 0xfa6fe7 +libGL.1.dylib ??? (???) > >>>> <5902a7b6a657c85cd353cdc81cd07d67> /usr/X11/lib/libGL.1.dylib > >>>> 0xfd3000 - 0xfe7fe7 +libXmu.6.dylib ??? (???) > >>>> <60c8f24d5027626dbc59ce787d8074b3> /usr/X11/lib/libXmu.6.dylib > >>>> 0xff0000 - 0xff6fff +libXrender.1.dylib ??? (???) > >>>> <eb2bcdafc35749c28d9844fab6e9c1ed> /usr/X11/lib/libXrender.1.dylib > >>>> 0xffc000 - 0x1000ffa +libXrandr.2.dylib ??? (???) > >>>> <5fc37b58c9cf40ce1fbe5538877ba075> /usr/X11/lib/libXrandr.2.dylib > >>>> 0x1006000 - 0x100dffe +libXcursor.1.dylib ??? (???) > >>>> <a12bdd066ec3dcfa540c4bdbff35d9cf> /usr/X11/lib/libXcursor.1.dylib > >>>> 0x1013000 - 0x1014fff +libXinerama.1.dylib ??? (???) > >>>> <4d19d7fb730e56dd6cbe6b5542a6bb40> /usr/X11/lib/libXinerama.1.dylib > >>>> 0x1019000 - 0x1029fe3 +libXft.2.dylib ??? (???) > >>>> <d02401b940295eb500028812cb43b5ab> /usr/X11/lib/libXft.2.dylib > >>>> 0x1031000 - 0x109ffe7 +libfreetype.6.dylib ??? (???) > >>>> <9e6a46a4f91a5a898109b48727f9eb05> /sw/lib/freetype219/lib/ > >>>> libfreetype. > >>>> 6.dylib > >>>> 0x10cb000 - 0x10f5fef +libfontconfig.1.dylib ??? (???) > >>>> <55dbbbf0b8c655c8ce64d6f67e32c0d9> /usr/X11/lib/libfontconfig. > >>>> 1.dylib > >>>> 0x1101000 - 0x1106ffc +libSM.6.dylib ??? (???) > >>>> <a8695f5f928d13828139ccade3112049> /usr/X11/lib/libSM.6.dylib > >>>> 0x110c000 - 0x111dfff +libICE.6.dylib ??? (???) > >>>> <a63895d54cb639921ba635fccdda1834> /usr/X11/lib/libICE.6.dylib > >>>> 0x1126000 - 0x1131feb libXplugin.1.dylib ??? (???) > >>>> <f4c2696717a931b96c1629a181876434> /usr/lib/libXplugin.1.dylib > >>>> 0x113a000 - 0x113cfef +libXdmcp.6.dylib ??? (???) > >>>> <d74e4318e331e2dfc669982ea5364b89> /usr/X11/lib/libXdmcp.6.dylib > >>>> 0x1141000 - 0x1141ff1 +libXau.6.dylib ??? (???) > >>>> <afb29c74c7922980363d41d64bf0e75d> /usr/X11/lib/libXau.6.dylib > >>>> 0x1146000 - 0x1191ff8 +libXt.6.dylib ??? (???) > >>>> <748d3404c9dd5cef6d5269aa699e8369> /usr/X11/lib/libXt.6.dylib > >>>> 0x11a6000 - 0x11a8ff9 +libXfixes.3.dylib ??? (???) > >>>> <4e33a6ab210c9f229088bb81fcd3d817> /usr/X11/lib/libXfixes.3.dylib > >>>> 0x11ad000 - 0x11cbfe3 libexpat.1.dylib ??? (???) > >>>> <eff8a63a23a7d07af62b36fdb329e393> /usr/lib/libexpat.1.dylib > >>>> 0x158b000 - 0x158dfff +libqjpeg.so ??? (???) /sw/lib/qt3/plugins/ > >>>> imageformats/libqjpeg.so > >>>> 0x1592000 - 0x15aeff8 +libjpeg.62.dylib ??? (???) /sw/lib/libjpeg. > >>>> 62.dylib > >>>> 0x15b5000 - 0x15b8fff +libqpng.so ??? (???) /sw/lib/qt3/plugins/ > >>>> imageformats/libqpng.so > >>>> 0x16b9000 - 0x1769fe9 +libGLU.1.dylib ??? (???) /usr/X11/lib/ > >>>> libGLU. > >>>> 1.dylib > >>>> 0x1784000 - 0x17acff7 +libqmng.so ??? (???) /sw/lib/qt3/plugins/ > >>>> imageformats/libqmng.so > >>>> 0x17b7000 - 0x17d6ffb +libpng12.0.dylib ??? (???) > >>>> <2d4245b9d2ba1b37d67de5d3f7ffaeda> /sw/lib/libpng12.0.dylib > >>>> 0x8fe00000 - 0x8fe2da53 dyld 96.2 (???) > >>>> <06900973e83f70548b7a2a5fa6435865> /usr/lib/dyld > >>>> 0x90003000 - 0x90007fff libmathCommon.A.dylib ??? (???) /usr/lib/ > >>>> system/libmathCommon.A.dylib > >>>> 0x90008000 - 0x90010fff com.apple.DiskArbitration 2.2.1 (2.2.1) > >>>> <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/ > >>>> DiskArbitration.framework/Versions/A/DiskArbitration > >>>> 0x90017000 - 0x902f1ff3 com.apple.CoreServices.CarbonCore 786.6 > >>>> (786.6) <5682aae1e2cf5ae750d5a4dea98c084c> /System/Library/ > >>>> Frameworks/ > >>>> CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/ > >>>> Versions/A/CarbonCore > >>>> 0x90317000 - 0x9031afff com.apple.help 1.1 (36) > >>>> <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/ > >>>> Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/ > >>>> Help > >>>> 0x90c82000 - 0x90d0dfff com.apple.framework.IOKit 1.5.1 (???) > >>>> <324526f69e1443f2f9fb722cc88a23ec> /System/Library/Frameworks/ > >>>> IOKit.framework/Versions/A/IOKit > >>>> 0x90d2b000 - 0x90d6dfef com.apple.NavigationServices 3.5.2 (163) > >>>> <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/ > >>>> Carbon.framework/Versions/A/Frameworks/ > >>>> NavigationServices.framework/ > >>>> Versions/A/NavigationServices > >>>> 0x90d6e000 - 0x90e4efff libobjc.A.dylib ??? (???) > >>>> <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib > >>>> 0x90e4f000 - 0x90ed9fe3 com.apple.DesktopServices 1.4.7 (1.4.7) > >>>> <d16642ba22c32f67be793ebfbe67ca3a> /System/Library/ > >>>> PrivateFrameworks/ > >>>> DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv > >>>> 0x90eda000 - 0x911e1fff com.apple.HIToolbox 1.5.4 (???) > >>>> <5e2af960b53059c648af4adb99471032> /System/Library/Frameworks/ > >>>> Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/ > >>>> Versions/ > >>>> A/ > >>>> HIToolbox > >>>> 0x911e2000 - 0x91314fff com.apple.CoreFoundation 6.5.4 (476.15) > >>>> <e2869ad6dc1dd289f21b305b0bea9158> /System/Library/Frameworks/ > >>>> CoreFoundation.framework/Versions/A/CoreFoundation > >>>> 0x91696000 - 0x916c3feb libvDSP.dylib ??? (???) > >>>> <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/ > >>>> Accelerate.framework/Versions/A/Frameworks/vecLib.framework/ > >>>> Versions/A/ > >>>> libvDSP.dylib > >>>> 0x926af000 - 0x926b8fff 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 > >>>> 0x926d8000 - 0x926dfffe libbsm.dylib ??? (???) > >>>> <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib > >>>> 0x926f0000 - 0x9274aff7 com.apple.CoreText 2.0.3 (???) > >>>> <1f1a97273753e6cfea86c810d6277680> /System/Library/Frameworks/ > >>>> ApplicationServices.framework/Versions/A/Frameworks/ > >>>> CoreText.framework/ > >>>> Versions/A/CoreText > >>>> 0x927ee000 - 0x927fefff 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 > >>>> 0x9280b000 - 0x928b2feb com.apple.QD 3.11.54 (???) > >>>> <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ > >>>> ApplicationServices.framework/Versions/A/Frameworks/QD.framework/ > >>>> Versions/A/QD > >>>> 0x92f04000 - 0x92f18ff3 com.apple.ImageCapture 4.0 (5.0.0) / > >>>> System/ > >>>> Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ > >>>> ImageCapture.framework/Versions/A/ImageCapture > >>>> 0x93040000 - 0x930c7ff7 libsqlite3.0.dylib ??? (???) > >>>> <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib > >>>> 0x93386000 - 0x933dfff7 libGLU.dylib ??? (???) /System/Library/ > >>>> Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib > >>>> 0x933e0000 - 0x93464fe3 com.apple.CFNetwork 339.5 (339.5) > >>>> <c6565c13b0356e1d4bb99a68398d558b> /System/Library/Frameworks/ > >>>> CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/ > >>>> Versions/A/CFNetwork > >>>> 0x93466000 - 0x9349dfff com.apple.SystemConfiguration 1.9.2 > >>>> (1.9.2) > >>>> <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/ > >>>> SystemConfiguration.framework/Versions/A/SystemConfiguration > >>>> 0x9349e000 - 0x9383bfe7 com.apple.QuartzCore 1.5.5 (1.5.5) > >>>> <82435993614a3fff1236be18f82188bf> /System/Library/Frameworks/ > >>>> QuartzCore.framework/Versions/A/QuartzCore > >>>> 0x9383c000 - 0x93982ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) > >>>> <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ > >>>> ApplicationServices.framework/Versions/A/Frameworks/ > >>>> ImageIO.framework/ > >>>> Versions/A/ImageIO > >>>> 0x93a32000 - 0x93a8eff7 com.apple.htmlrendering 68 (1.1.3) > >>>> <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/ > >>>> Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/ > >>>> Versions/A/HTMLRendering > >>>> 0x93dc0000 - 0x93dd6fe7 com.apple.CoreVideo 1.5.1 (1.5.1) > >>>> <001910004257f1386724398f584b30b5> /System/Library/Frameworks/ > >>>> CoreVideo.framework/Versions/A/CoreVideo > >>>> 0x93dd7000 - 0x93e02fe7 libauto.dylib ??? (???) > >>>> <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib > >>>> 0x93e06000 - 0x93e0afff libGIF.dylib ??? (???) > >>>> <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ > >>>> ApplicationServices.framework/Versions/A/Frameworks/ > >>>> ImageIO.framework/ > >>>> Versions/A/Resources/libGIF.dylib > >>>> 0x93e11000 - 0x93e4bfe7 com.apple.coreui 1.2 (62) /System/Library/ > >>>> PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI > >>>> 0x93e4c000 - 0x93e4cffa com.apple.CoreServices 32 (32) > >>>> <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/ > >>>> CoreServices.framework/Versions/A/CoreServices > >>>> 0x93e4d000 - 0x93efdfff edu.mit.Kerberos 6.0.12 (6.0.12) > >>>> <da7253e3fb7e47e46cb46d47ed320ffc> /System/Library/Frameworks/ > >>>> Kerberos.framework/Versions/A/Kerberos > >>>> 0x93f16000 - 0x93f95ff5 com.apple.SearchKit 1.2.1 (1.2.1) > >>>> <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/ > >>>> CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/ > >>>> Versions/A/SearchKit > >>>> 0x93fe7000 - 0x94262fe7 com.apple.Foundation 6.5.6 (677.21) > >>>> <5cfa0aa8b9b43193955d601ba6c2591a> /System/Library/Frameworks/ > >>>> Foundation.framework/Versions/C/Foundation > >>>> 0x94263000 - 0x9439bff7 libicucore.A.dylib ??? (???) > >>>> <3d8fdaf51c2664ab620f1688203caf26> /usr/lib/libicucore.A.dylib > >>>> 0x9439c000 - 0x9442ffff com.apple.ink.framework 101.3 (86) > >>>> <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/ > >>>> Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink > >>>> 0x94430000 - 0x94840fef libBLAS.dylib ??? (???) /System/Library/ > >>>> Frameworks/Accelerate.framework/Versions/A/Frameworks/ > >>>> vecLib.framework/ > >>>> Versions/A/libBLAS.dylib > >>>> 0x94841000 - 0x948fbfe3 com.apple.CoreServices.OSServices 226.5 > >>>> (226.5) <2a135d4fb16f4954290f7b72b4111aa3> /System/Library/ > >>>> Frameworks/ > >>>> CoreServices.framework/Versions/A/Frameworks/OSServices.framework/ > >>>> Versions/A/OSServices > >>>> 0x94925000 - 0x9493dfff com.apple.openscripting 1.2.8 (???) > >>>> <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/ > >>>> Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/ > >>>> Versions/A/OpenScripting > >>>> 0x9493e000 - 0x94e0ff3e libGLProgrammability.dylib ??? (???) > >>>> <fe1a33d4919c121aab831ad516da6a89> /System/Library/Frameworks/ > >>>> OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib > >>>> 0x94e10000 - 0x94ec2ffb libcrypto.0.9.7.dylib ??? (???) > >>>> <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib > >>>> 0x94ec3000 - 0x94f0cfef com.apple.Metadata 10.5.2 (398.22) > >>>> <a6b676925dd832780daf991e79adfebd> /System/Library/Frameworks/ > >>>> CoreServices.framework/Versions/A/Frameworks/Metadata.framework/ > >>>> Versions/A/Metadata > >>>> 0x94f0d000 - 0x94fa0ff3 com.apple.ApplicationServices.ATS 3.4 > >>>> (???) > >>>> <a96cd91dabc68545183c11de8f92c7e4> /System/Library/Frameworks/ > >>>> ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ > >>>> Versions/A/ATS > >>>> 0x94fb3000 - 0x94fc0fe7 com.apple.opengl 1.5.7 (1.5.7) > >>>> <db835aeb1ffca9f5b5647dd0829a5b2c> /System/Library/Frameworks/ > >>>> OpenGL.framework/Versions/A/OpenGL > >>>> 0x94fc2000 - 0x95089ff2 com.apple.vImage 3.0 (3.0) /System/ > >>>> Library/ > >>>> Frameworks/Accelerate.framework/Versions/A/Frameworks/ > >>>> vImage.framework/ > >>>> Versions/A/vImage > >>>> 0x9508a000 - 0x9508affd com.apple.Accelerate 1.4.2 (Accelerate > >>>> 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/ > >>>> Accelerate > >>>> 0x9508b000 - 0x95091fff com.apple.print.framework.Print 218.0.2 > >>>> (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/ > >>>> Frameworks/ > >>>> Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/ > >>>> Print > >>>> 0x95122000 - 0x952f0fff com.apple.security 5.0.4 (34102) > >>>> <f01d6cbd6a0f24f6c13952ed448e77d6> /System/Library/Frameworks/ > >>>> Security.framework/Versions/A/Security > >>>> 0x952f1000 - 0x9536efef libvMisc.dylib ??? (???) /System/Library/ > >>>> Frameworks/Accelerate.framework/Versions/A/Frameworks/ > >>>> vecLib.framework/ > >>>> Versions/A/libvMisc.dylib > >>>> 0x9537f000 - 0x95384fff com.apple.CommonPanels 1.2.4 (85) > >>>> <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/ > >>>> Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ > >>>> Versions/ > >>>> A/CommonPanels > >>>> 0x953c5000 - 0x953d3ffd libz.1.dylib ??? (???) > >>>> <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib > >>>> 0x953d4000 - 0x953d6fff com.apple.securityhi 3.0 (30817) > >>>> <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/ > >>>> Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/ > >>>> Versions/A/ > >>>> SecurityHI > >>>> 0x953d7000 - 0x953e7ffc com.apple.LangAnalysis 1.6.4 (1.6.4) > >>>> <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ > >>>> ApplicationServices.framework/Versions/A/Frameworks/ > >>>> LangAnalysis.framework/Versions/A/LangAnalysis > >>>> 0x9556b000 - 0x955aafef libTIFF.dylib ??? (???) > >>>> <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ > >>>> ApplicationServices.framework/Versions/A/Frameworks/ > >>>> ImageIO.framework/ > >>>> Versions/A/Resources/libTIFF.dylib > >>>> 0x955ab000 - 0x955dafe3 com.apple.AE 402.2 (402.2) > >>>> <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/ > >>>> CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/ > >>>> A/AE > >>>> 0x95606000 - 0x95ca2fff com.apple.CoreGraphics 1.351.33 (???) > >>>> <481a77e81d9e53589a05e80cfa90bbb5> /System/Library/Frameworks/ > >>>> ApplicationServices.framework/Versions/A/Frameworks/ > >>>> CoreGraphics.framework/Versions/A/CoreGraphics > >>>> 0x95e96000 - 0x95f10ff8 com.apple.print.framework.PrintCore 5.5.3 > >>>> (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/ > >>>> Frameworks/ > >>>> ApplicationServices.framework/Versions/A/Frameworks/ > >>>> PrintCore.framework/Versions/A/PrintCore > >>>> 0x96063000 - 0x9607effb libPng.dylib ??? (???) > >>>> <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ > >>>> ApplicationServices.framework/Versions/A/Frameworks/ > >>>> ImageIO.framework/ > >>>> Versions/A/Resources/libPng.dylib > >>>> 0x9607f000 - 0x9610bff7 com.apple.LaunchServices 290 (290) > >>>> <61af37aac50984d220dd176f777e3b72> /System/Library/Frameworks/ > >>>> CoreServices.framework/Versions/A/Frameworks/ > >>>> LaunchServices.framework/ > >>>> Versions/A/LaunchServices > >>>> 0x96155000 - 0x96156ffc libffi.dylib ??? (???) > >>>> <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib > >>>> 0x96157000 - 0x961d3feb com.apple.audio.CoreAudio 3.1.0 (3.1) > >>>> <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/ > >>>> CoreAudio.framework/Versions/A/CoreAudio > >>>> 0x961d4000 - 0x961d4fff com.apple.Carbon 136 (136) > >>>> <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/ > >>>> Carbon.framework/Versions/A/Carbon > >>>> 0x961d5000 - 0x961d5ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib > >>>> 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/ > >>>> Frameworks/vecLib.framework/Versions/A/vecLib > >>>> 0x961d6000 - 0x961e0feb com.apple.audio.SoundManager 3.9.2 (3.9.2) > >>>> <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/ > >>>> Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/ > >>>> Versions/ > >>>> A/CarbonSound > >>>> 0x961e1000 - 0x961f7fff com.apple.DictionaryServices 1.0.0 (1.0.0) > >>>> <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/ > >>>> CoreServices.framework/Versions/A/Frameworks/ > >>>> DictionaryServices.framework/Versions/A/DictionaryServices > >>>> 0x961f9000 - 0x962daff7 libxml2.2.dylib ??? (???) > >>>> <1baef3d4972ee789d8fa6c1fa44da45c> /usr/lib/libxml2.2.dylib > >>>> 0x962db000 - 0x96699fea libLAPACK.dylib ??? (???) /System/Library/ > >>>> Frameworks/Accelerate.framework/Versions/A/Frameworks/ > >>>> vecLib.framework/ > >>>> Versions/A/libLAPACK.dylib > >>>> 0x966cc000 - 0x966eafff libresolv.9.dylib ??? (???) > >>>> <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib > >>>> 0x966eb000 - 0x96748ffb libstdc++.6.dylib ??? (???) > >>>> <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib > >>>> 0x9684b000 - 0x9684bff8 com.apple.ApplicationServices 34 (34) > >>>> <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ > >>>> ApplicationServices.framework/Versions/A/ApplicationServices > >>>> 0x9684c000 - 0x9684cffb com.apple.installserver.framework 1.0 > >>>> (8) / > >>>> System/Library/PrivateFrameworks/InstallServer.framework/Versions/ > >>>> A/ > >>>> InstallServer > >>>> 0x9686b000 - 0x968a9fff libGLImage.dylib ??? (???) > >>>> <f0fe2252f6b1ca341bc7837fe2dcf11a> /System/Library/Frameworks/ > >>>> OpenGL.framework/Versions/A/Libraries/libGLImage.dylib > >>>> 0x968b8000 - 0x96a18ff3 libSystem.B.dylib ??? (???) > >>>> <a12f397abf2285077b89bd726bff5b18> /usr/lib/libSystem.B.dylib > >>>> 0x96a26000 - 0x96a45ffa libJPEG.dylib ??? (???) > >>>> <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ > >>>> ApplicationServices.framework/Versions/A/Frameworks/ > >>>> ImageIO.framework/ > >>>> Versions/A/Resources/libJPEG.dylib > >>>> 0x96af4000 - 0x96b44ff7 com.apple.HIServices 1.7.0 (???) > >>>> <f7e78891a6d08265c83dca8e378be1ea> /System/Library/Frameworks/ > >>>> ApplicationServices.framework/Versions/A/Frameworks/ > >>>> HIServices.framework/Versions/A/HIServices > >>>> 0x96d0a000 - 0x96dfeff4 libiconv.2.dylib ??? (???) > >>>> <c508c60fafca17824c0017b2e4369802> /usr/lib/libiconv.2.dylib > >>>> 0x96dff000 - 0x96e06fe9 libgcc_s.1.dylib ??? (???) > >>>> <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib > >>>> 0x96ec5000 - 0x96ed1ffe libGL.dylib ??? (???) /System/Library/ > >>>> Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib > >>>> 0x9708c000 - 0x9708eff5 libRadiance.dylib ??? (???) > >>>> <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ > >>>> ApplicationServices.framework/Versions/A/Frameworks/ > >>>> ImageIO.framework/ > >>>> Versions/A/Resources/libRadiance.dylib > >>>> 0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/ > >>>> libobjc.A.dylib > >>>> 0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/ > >>>> libSystem.B.dylib > >>>> > >>>> > >>>> > >>>> ------------------------------------------------------------------------- > >>>> This SF.Net email is sponsored by the Moblin Your Move Developer's > >>>> challenge > >>>> Build the coolest Linux based applications with Moblin SDK & win > >>>> great prizes > >>>> Grand prize is a trip for two to an Open Source event anywhere in > >>>> the world > >>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ > >>>> _______________________________________________ > >>>> Pdfedit-support mailing list > >>>> [email protected] > >>>> https://lists.sourceforge.net/lists/listinfo/pdfedit-support > >>> > >>> -- > >>> Michal Hocko > >>> > >>> ------------------------------------------------------------------------- > >>> This SF.Net email is sponsored by the Moblin Your Move Developer's > >>> challenge > >>> Build the coolest Linux based applications with Moblin SDK & win > >>> great prizes > >>> Grand prize is a trip for two to an Open Source event anywhere in > >>> the world > >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ > >>> _______________________________________________ > >>> Pdfedit-support mailing list > >>> [email protected] > >>> https://lists.sourceforge.net/lists/listinfo/pdfedit-support > >> > >> > >> ------------------------------------------------------------------------- > >> This SF.Net email is sponsored by the Moblin Your Move Developer's > >> challenge > >> Build the coolest Linux based applications with Moblin SDK & win > >> great prizes > >> Grand prize is a trip for two to an Open Source event anywhere in > >> the world > >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ > >> _______________________________________________ > >> Pdfedit-support mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/pdfedit-support > > > > -- > > Michal Hocko > > > > ------------------------------------------------------------------------- > > This SF.Net email is sponsored by the Moblin Your Move Developer's > > challenge > > Build the coolest Linux based applications with Moblin SDK & win > > great prizes > > Grand prize is a trip for two to an Open Source event anywhere in > > the world > > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > _______________________________________________ > > Pdfedit-support mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/pdfedit-support > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Pdfedit-support mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/pdfedit-support -- Michal Hocko ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Pdfedit-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pdfedit-support
