Re: [pgadmin-support] frequent crash in explain analyze window

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема Re: [pgadmin-support] frequent crash in explain analyze window
Дата
Msg-id CAG7mmowuTubhnwgbpndFOi93s-bHkC5mQAXN0Oqu=cfxE7f-xg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [pgadmin-support] frequent crash in explain analyze window  (Dinesh Kumar <dinesh.kumar@enterprisedb.com>)
Ответы Re: [pgadmin-support] frequent crash in explain analyze window  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
Список pgadmin-hackers
On Fri, Mar 7, 2014 at 6:01 PM, Dinesh Kumar <dinesh.kumar@enterprisedb.com> wrote:

On Sat, Mar 1, 2014 at 7:32 PM, Ashesh Vashi <ashesh.vashi@enterprisedb.com> wrote:
Please find the patch to resolve this issue.

The problem was:

Whenever we create new explain-plan, we do delete existing the explain-shapes.
One of these shapes has been used in the popup. And, that was causing the crash, accessing the memory which is no longer exists.


Hi Ashesh,

I have tested this patch as per the instructions, and seems fixes the crash issue.
Thanks Dinesh.
I will apply the patch on REL-1_18_0_PATCHES and master branch.
 
For everybody's information, this issue was only reproducible on OSX.

Thanks,
Dinesh


On Fri, Feb 28, 2014 at 2:11 PM, Ashesh Vashi <ashesh.vashi@enterprisedb.com> wrote:
I can reproduce the issue.
I will send the patch soon for this.


On Wed, Feb 26, 2014 at 5:19 PM, Ashesh Vashi <ashesh.vashi@enterprisedb.com> wrote:
I will.


On Wed, Feb 26, 2014 at 4:42 PM, Dave Page <dpage@pgadmin.org> wrote:
Ashesh, can you or one of the team look into this please?

On Wed, Feb 26, 2014 at 10:55 AM, Attila Soki <atiware@gmx.net> wrote:
> Am 25.02.2014 um 16:29 schrieb Attila Soki:
>> pgadmin crashes frequently in the graphical explain analyze window.
>> Unfortunately i can't explain how to repeat, it occurs suddenly approx. at every 5th request or mouseover.
>
> i can now repeat the crash:
>
> 1. open pgadmin3
> 2. connect to a server
> 3. open a database
> 4. press CMD+e to open a query window
> 5. you need a query to analyze, you can use this: select * from information_schema.columns limit 100;
> 6. copy paste the query into the query field
> 7. press F7 or shift+F7 to explain analyze the query
> 8. the query window switches automatically from detail view to the graphical explain view
> 9. hover the mouse pointer over any displayed graphic. (eg over the pg_namespace element on the left)
> 10. a yellow tooltip will be displayed
> 11. move your mouse pointer slowly upward until the toolbox is disappearing
> 12. goto step 9 and repeat this procedure 2-3 times (hover always the same element)
> 13. now position your mouse pointer over the same element
> 14. the yellow toolbox appears again
> 15. press f7 without moving your mouse pointer (the yellow toolbox is still displayed)
> 16. repeat step 15 until pgadmin crashes (without moving the mouse pointer)
> 17. if no crash occurs repeat from step 9
>
> with this procedure i can crash pgadmin in 1-2 try..
> here is the report of the crash after this procedure:
>
> Process:         pgAdmin3 [709]
> Path:            /Users/user123/Desktop/pgAdmin3 1.18.1.app/Contents/MacOS/pgAdmin3
> Identifier:      org.postgresql.pgadmin
> Version:         1.18 (1.18.1)
> Code Type:       X86 (Native)
> Parent Process:  launchd [197]
>
> Date/Time:       2014-02-26 11:38:44.643 +0100
> OS Version:      Mac OS X 10.6.8 (10K549)
> Report Version:  6
>
> Interval Since Last Report:          4540383 sec
> Crashes Since Last Report:           58
> Per-App Interval Since Last Report:  127687 sec
> Per-App Crashes Since Last Report:   21
> Anonymous UUID:                      7C8E772D-8D69-4551-AE18-73CE552359AE
>
> Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
> Exception Codes: KERN_INVALID_ADDRESS at 0x00000000fffffff8
> Crashed Thread:  0  Dispatch queue: com.apple.main-thread
>
> Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
> 0   libwx_macu_core-2.8.0.dylib     0x0128a26d wxDC::DoDrawText(wxString const&, int, int) + 45
> 1   org.postgresql.pgadmin          0x000c98e8 wxStatusBarGeneric::GetBorderY() const + 2056
> 2   libwx_base_carbonu-2.8.0.dylib  0x016f2463 wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 131
> 3   libwx_base_carbonu-2.8.0.dylib  0x016f2ae1 wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 113
> 4   libwx_base_carbonu-2.8.0.dylib  0x016f2e0f wxEvtHandler::ProcessEvent(wxEvent&) + 207
> 5   libwx_macu_core-2.8.0.dylib     0x01246656 wxWindow::MacDoRedraw(void*, long) + 662
> 6   libwx_macu_core-2.8.0.dylib     0x01247b4b wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1179
> 7   libwx_macu_core-2.8.0.dylib     0x01248233 wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 243
> 8   com.apple.HIToolbox             0x95490c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
> 9   com.apple.HIToolbox             0x9548fef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
> 10  com.apple.HIToolbox             0x9548fd55 SendEventToEventTargetWithOptions + 58
> 11  com.apple.HIToolbox             0x954b7f25 HIView::SendDraw(short, OpaqueGrafPtr*, __HIShape const*, CGContext*) + 475
> 12  com.apple.HIToolbox             0x954b7879 HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 713
> 13  com.apple.HIToolbox             0x954b7aec HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1340
> 14  com.apple.HIToolbox             0x954b7aec HIView::RecursiveDrawComposited(__HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1340
> 15  com.apple.HIToolbox             0x954b689f HIView::DrawComposited(short, OpaqueGrafPtr*, __HIShape const*, unsigned long, HIView*, CGContext*) + 873
> 16  com.apple.HIToolbox             0x954b64e5 HIView::Draw(short, OpaqueGrafPtr*, unsigned long) + 83
> 17  com.apple.HIToolbox             0x954b6435 HIView::Render(unsigned long, CGContext*) + 45
> 18  com.apple.HIToolbox             0x954bf89c FlushWindowObject(WindowData*, void**, unsigned char) + 754
> 19  com.apple.HIToolbox             0x954bf2b5 FlushAllBuffers(__CFRunLoopObserver*, unsigned long, void*) + 177
> 20  com.apple.CoreFoundation        0x97f29dd2 __CFRunLoopDoObservers + 1186
> 21  com.apple.CoreFoundation        0x97ee5399 CFRunLoopRunSpecific + 409
> 22  com.apple.CoreFoundation        0x97ee51f1 CFRunLoopRunInMode + 97
> 23  com.apple.HIToolbox             0x954bde04 RunCurrentEventLoopInMode + 392
> 24  com.apple.HIToolbox             0x954bdaf5 ReceiveNextEventCommon + 158
> 25  com.apple.HIToolbox             0x95646137 ReceiveNextEvent + 83
> 26  libwx_macu_core-2.8.0.dylib     0x011f42da wxEventLoop::Pending() const + 58
> 27  libwx_macu_core-2.8.0.dylib     0x0129ba2e wxEventLoopManual::Run() + 94
> 28  libwx_macu_core-2.8.0.dylib     0x01274bb3 wxAppBase::MainLoop() + 83
> 29  libwx_base_carbonu-2.8.0.dylib  0x016a88c0 wxEntry(int&, wchar_t**) + 160
> 30  org.postgresql.pgadmin          0x0006f6a8 0x1000 + 452264
> 31  org.postgresql.pgadmin          0x0006f3e9 0x1000 + 451561
>
> Thread 1:  Dispatch queue: com.apple.libdispatch-manager
> 0   libSystem.B.dylib               0x96b27382 kevent + 10
> 1   libSystem.B.dylib               0x96b27a9c _dispatch_mgr_invoke + 215
> 2   libSystem.B.dylib               0x96b26f59 _dispatch_queue_invoke + 163
> 3   libSystem.B.dylib               0x96b26cfe _dispatch_worker_thread2 + 240
> 4   libSystem.B.dylib               0x96b26781 _pthread_wqthread + 390
> 5   libSystem.B.dylib               0x96b265c6 start_wqthread + 30
>
> Thread 0 crashed with X86 Thread State (32-bit):
>   eax: 0x00000000  ebx: 0x0128a254  ecx: 0x000cffd0  edx: 0x1a374000
>   edi: 0xbfffe80c  esi: 0x00000008  ebp: 0xbfffe7b8  esp: 0xbfffe760
>    ss: 0x0000001f  efl: 0x00010202  eip: 0x0128a26d   cs: 0x00000017
>    ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
>   cr2: 0xfffffff8
>
> Binary Images:
>     0x1000 -   0x9a3fe3 +org.postgresql.pgadmin 1.18 (1.18.1) <A5701AC3-BAFC-F10F-486E-55F21D8EDCAA> /Users/user123/Desktop/pgAdmin3 1.18.1.app/Contents/MacOS/pgAdmin3
>   0xbcc000 -   0xc19fff +libssl.dylib ??? (???) <8D63EBE8-7952-E7A6-704F-2F3BAD8B3DF1> /Users/user123/Desktop/pgAdmin3 1.18.1.app/Contents/Frameworks/libssl.dylib
>   0xc37000 -   0xd2bff7 +libwx_macu_stc-2.8.0.dylib 9.0.0 (compatibility 9.0.0) <633648BE-7072-72B2-E575-1149516B5A3C> /Users/user123/Desktop/pgAdmin3 1.18.1.app/Contents/Frameworks/libwx_macu_stc-2.8.0.dylib
>   0xd71000 -   0xe3fffb +libwx_macu_richtext-2.8.0.dylib 9.0.0 (compatibility 9.0.0) <7CDBD68F-CA6B-5913-D15F-684B9F432B0C> /Users/user123/Desktop/pgAdmin3 1.18.1.app/Contents/Frameworks/libwx_macu_richtext-2.8.0.dylib
>   0xea5000 -   0xeeefff +libwx_macu_aui-2.8.0.dylib 9.0.0 (compatibility 9.0.0) <1C5BD3D0-6E97-7CB2-F126-BBF184E34916> /Users/user123/Desktop/pgAdmin3 1.18.1.app/Contents/Frameworks/libwx_macu_aui-2.8.0.dylib
>   0xf1e000 -   0xf90ffb +libwx_macu_xrc-2.8.0.dylib 9.0.0 (compatibility 9.0.0) <D0CC5769-1B55-C995-2BFE-DD2E5CA46B98> /Users/user123/Desktop/pgAdmin3 1.18.1.app/Contents/Frameworks/libwx_macu_xrc-2.8.0.dylib
>   0xfd1000 -   0xfe5ffb +libwx_macu_qa-2.8.0.dylib 9.0.0 (compatibility 9.0.0) <CF0231CB-EB43-9064-74BF-BCB67B37B746> /Users/user123/Desktop/pgAdmin3 1.18.1.app/Contents/Frameworks/libwx_macu_qa-2.8.0.dylib
>   0xffd000 -  0x106afff +libwx_macu_html-2.8.0.dylib 9.0.0 (compatibility 9.0.0) <7917BB7D-16D6-12A2-7996-2A559055AAEE> /Users/user123/Desktop/pgAdmin3 1.18.1.app/Contents/Frameworks/libwx_macu_html-2.8.0.dylib
>  0x10c2000 -  0x113affb +libwx_macu_adv-2.8.0.dylib 9.0.0 (compatibility 9.0.0) <8A73F1C2-0849-460D-8609-378A05AAC45A> /Users/user123/Desktop/pgAdmin3 1.18.1.app/Contents/Frameworks/libwx_macu_adv-2.8.0.dylib
>  0x11ac000 -  0x1443fff +libwx_macu_core-2.8.0.dylib 9.0.0 (compatibility 9.0.0) <EA5912CF-9A98-B1E8-1A9B-3D16F849F78F> /Users/user123/Desktop/pgAdmin3 1.18.1.app/Contents/Frameworks/libwx_macu_core-2.8.0.dylib
>  0x161a000 -  0x1626ffb +libwx_base_carbonu_xml-2.8.0.dylib 9.0.0 (compatibility 9.0.0) <3154DA5B-C8B0-62F4-4FF5-E6D7A9F43302> /Users/user123/Desktop/pgAdmin3 1.18.1.app/Contents/Frameworks/libwx_base_carbonu_xml-2.8.0.dylib
>  0x162c000 -  0x164dffb +libwx_base_carbonu_net-2.8.0.dylib 9.0.0 (compatibility 9.0.0) <605E7589-AD87-C544-18C8-6693415328DA> /Users/user123/Desktop/pgAdmin3 1.18.1.app/Contents/Frameworks/libwx_base_carbonu_net-2.8.0.dylib
>  0x1667000 -  0x174bffb +libwx_base_carbonu-2.8.0.dylib 9.0.0 (compatibility 9.0.0) <C9C0D0D9-3E05-0318-DDF4-CA9397DD4647> /Users/user123/Desktop/pgAdmin3 1.18.1.app/Contents/Frameworks/libwx_base_carbonu-2.8.0.dylib
>  0x17c8000 -  0x1916ff7 +libxml2.2.dylib 11.0.0 (compatibility 11.0.0) <1997572A-BECA-105F-0727-0D9822E87D3F> /Users/user123/Desktop/pgAdmin3 1.18.1.app/Contents/Frameworks/libxml2.2.dylib
>  0x1950000 -  0x1966ff7 +libz.1.2.6.dylib 1.2.6 (compatibility 1.0.0) <9908A4E6-6967-23EE-9571-6570E4B7A7A8> /Users/user123/Desktop/pgAdmin3 1.18.1.app/Contents/Frameworks/libz.1.2.6.dylib
>  0x196b000 -  0x19a2ff7 +libxslt.1.dylib 3.26.0 (compatibility 3.0.0) <546695E7-CEB1-8A47-1F39-5BD5A0C63F12> /Users/user123/Desktop/pgAdmin3 1.18.1.app/Contents/Frameworks/libxslt.1.dylib
>  0x19af000 -  0x19ccff7 +libpq.5.dylib 5.6.0 (compatibility 5.0.0) <96DE4D87-6302-D630-5EEA-5CA5E60EE710> /Users/user123/Desktop/pgAdmin3 1.18.1.app/Contents/Frameworks/libpq.5.dylib
>  0x19d5000 -  0x1b0cfdf +libcrypto.dylib ??? (???) <B8E7B399-1500-772B-D92E-2FCBA8DEEE70> /Users/user123/Desktop/pgAdmin3 1.18.1.app/Contents/Frameworks/libcrypto.dylib
>  0x1b87000 -  0x1cbefdf +libcrypto.1.0.0.dylib ??? (???) <B8E7B399-1500-772B-D92E-2FCBA8DEEE70> /Users/user123/Desktop/pgAdmin3 1.18.1.app/Contents/Frameworks/libcrypto.1.0.0.dylib
>  0x1d90000 -  0x1d91ff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
>  0x2fe8000 -  0x2fecff7  com.apple.CommonCocoaPanels 4.0 (16) <30D57C5A-2C5E-3A3E-A9D8-F5E968322AD6> /System/Library/CoreServices/CommonCocoaPanels.bundle/Contents/MacOS/CommonCocoaPanels
> 0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
> 0x90003000 - 0x9006dfe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
> 0x9006e000 - 0x90090fef  com.apple.DirectoryService.Framework 3.6 (621.16) <5566E769-6459-78A7-DD2C-1D3068BD3932> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
> 0x900d0000 - 0x900d4ff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
> 0x900d5000 - 0x90118ff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
> 0x90119000 - 0x90119ff7  com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
> 0x90224000 - 0x90a13557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
> 0x90a20000 - 0x90a35fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
> 0x90a36000 - 0x90a57fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
> 0x90a58000 - 0x90b58fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
> 0x90bd1000 - 0x90bf5ff7  libJPEG.dylib ??? (???) <50E17B4D-63D6-24D3-702F-6A6E912A55EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
> 0x90c02000 - 0x90c09ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
> 0x90c0a000 - 0x91020ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
> 0x91021000 - 0x91054ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
> 0x916e7000 - 0x91737fe7  libTIFF.dylib ??? (???) <AB182CEC-188A-F2BC-21E1-0059FD3B2598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
> 0x91738000 - 0x91746ff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
> 0x91747000 - 0x9175bfe7  libbsm.0.dylib ??? (???) <821E415B-6C42-D359-78FF-E892792F8C52> /usr/lib/libbsm.0.dylib
> 0x9175c000 - 0x9175eff7  libRadiance.dylib ??? (???) <090420B3-CB65-9F7B-5349-D42F2F9693B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
> 0x917ce000 - 0x917d1ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
> 0x917d2000 - 0x91af2ff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
> 0x92698000 - 0x92698ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
> 0x926a0000 - 0x926c6ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
> 0x926c7000 - 0x926ceff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
> 0x927e3000 - 0x92827ff3  com.apple.coreui 2 (114) <E6096C79-94B0-730E-6070-3AE93B5678FE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
> 0x92828000 - 0x92875feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
> 0x92876000 - 0x92cc7fef  com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
> 0x92cc8000 - 0x93a40fe7  com.apple.WebCore 6534.59 (6534.59.6) <5C71C61C-0657-1B0E-397F-4D0A81872C93> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
> 0x93a41000 - 0x93a41ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
> 0x93a42000 - 0x93b44fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <EB34F049-D9E1-BF19-CF03-B26A0352D40C> /usr/lib/libcrypto.0.9.8.dylib
> 0x93b45000 - 0x93b45ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x93b5f000 - 0x93b62ffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
> 0x93bbb000 - 0x93d3dfe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <60FF302E-5FAE-749B-BC70-0496DC2FBF2D> /usr/lib/libicucore.A.dylib
> 0x93d3e000 - 0x93d41fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
> 0x9409e000 - 0x940a9ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
> 0x94126000 - 0x94128ff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
> 0x94129000 - 0x941c6fe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
> 0x941c7000 - 0x94aaaff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> 0x94aab000 - 0x94aecff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
> 0x94b23000 - 0x94bb5fe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
> 0x94bee000 - 0x94c70ffb  SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
> 0x94c71000 - 0x94ed7ff7  com.apple.security 6.1.2 (55002) <E88E133F-5FB3-446F-B753-2B8AD577B46A> /System/Library/Frameworks/Security.framework/Versions/A/Security
> 0x95018000 - 0x951dbfeb  com.apple.ImageIO.framework 3.0.6 (3.0.6) <AE641FAD-DF38-AE31-B45B-85AEE7AF3A45> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
> 0x9520b000 - 0x95246ffb  libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
> 0x9542a000 - 0x9542aff7  com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x9545e000 - 0x95488ff7  com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
> 0x95489000 - 0x957adfef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
> 0x9580d000 - 0x958a5fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
> 0x958a6000 - 0x958c4fe7  libPng.dylib ??? (???) <6C0B95D7-9634-E044-0B79-F1DD56961C33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
> 0x958c5000 - 0x9597efe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
> 0x9597f000 - 0x95a2bfe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
> 0x95b28000 - 0x95b28ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
> 0x95b29000 - 0x95c57fe7  com.apple.CoreData 102.1 (251) <460D594D-09DC-9082-3FD3-F93D6A08AE71> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
> 0x95dc6000 - 0x95de6fe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
> 0x95e28000 - 0x95e6cfe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
> 0x95e6d000 - 0x95f61ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <8E589BA4-A0F9-BE25-34CE-FF216EC40697> /usr/lib/libiconv.2.dylib
> 0x95f62000 - 0x95f76ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <0DBE17D5-17A2-8A0E-8572-5A78408B41C9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
> 0x95fa8000 - 0x96017ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <5C3D7DA5-29EB-A745-E32B-26DBF547D532> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
> 0x96018000 - 0x96024ff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
> 0x96056000 - 0x96072fe3  com.apple.openscripting 1.3.1 (???) <480D41B6-F98E-8E21-CA3C-4CA6A9752D3D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
> 0x96073000 - 0x964a8ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
> 0x9651c000 - 0x9653bff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
> 0x9653c000 - 0x9656dff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
> 0x9656e000 - 0x966abfe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
> 0x966ce000 - 0x96701fff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
> 0x96918000 - 0x969d0feb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
> 0x969d1000 - 0x96aabfff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
> 0x96aac000 - 0x96affff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
> 0x96b00000 - 0x96ca7ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
> 0x96ca8000 - 0x96cbaff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
> 0x96cbb000 - 0x96d01ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
> 0x96ff8000 - 0x97093fe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
> 0x970ad000 - 0x970adff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
> 0x970ae000 - 0x9735bfff  com.apple.JavaScriptCore 6534.59 (6534.59.11) <7F623AA5-A11B-4C26-D2FD-EB5B9DE73F85> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
> 0x97381000 - 0x97382ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
> 0x973af000 - 0x97620fef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> 0x97621000 - 0x97631ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
> 0x97632000 - 0x97682ff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
> 0x97683000 - 0x97684ff7  com.apple.TrustEvaluationAgent 1.1 (1) <07E7D892-5054-23A8-7144-3F19D3BFD48F> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
> 0x97685000 - 0x97750fef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
> 0x97751000 - 0x9775bffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <6E3481DF-645E-6095-0CD7-9BEBEC2ED9D1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
> 0x977c5000 - 0x97896fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <C618942F-BC01-0565-18CF-477B63C02181> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
> 0x97a42000 - 0x97c1bfff  libType1Scaler.dylib ??? (???) <04AF2B34-81D4-97E9-BD56-387D37C16F46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
> 0x97cb6000 - 0x97cb6ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> 0x97cb7000 - 0x97cc0ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
> 0x97ce8000 - 0x97d1efff  libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
> 0x97d59000 - 0x97e15fff  com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
> 0x97e90000 - 0x97ea8ff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
> 0x97ea9000 - 0x98024fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> 0x98025000 - 0x980cdffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
> 0x980dc000 - 0x98205fe7  com.apple.WebKit 6534.59 (6534.59.10) <73348DE8-9C7D-3BD9-8E9D-86E5BE67B1D1> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
> 0x98206000 - 0x98312fe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
> 0x98313000 - 0x9833bff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
> 0x9850a000 - 0x9856bfe7  com.apple.CoreText 151.13 (???) <23F359DA-D845-5C50-4DF3-19E858CF2B2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
> 0x9856c000 - 0x9857afe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
> 0x9857b000 - 0x985f5fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
> 0x986b7000 - 0x986c8ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
> 0x98743000 - 0x98a3dfef  com.apple.QuickTime 7.6.6 (1800) <D3538A45-5F4B-262A-06AB-64C1EBAC4A33> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
> 0x98a3e000 - 0x98a9bff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
> 0x98ba3000 - 0x98ba7ff7  IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
> 0x98bec000 - 0x98bf6ff7  com.apple.HelpData 2.0.5 (34.1.1) <A9CF754F-B254-5D40-B8B5-F35414DFD875> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
> 0x99b4b000 - 0x99c2bfe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
> 0x99c72000 - 0x99d20ff3  com.apple.ink.framework 1.3.3 (107) <0AFEBD7C-D83C-7847-C075-9B427505F7F0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
> 0x99d21000 - 0x99d64ff7  com.apple.NavigationServices 3.5.4 (182) <ED268D94-E544-5548-AA59-7EC70DCB5EE4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
> 0x99f91000 - 0x99f94ff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
> 0x99f95000 - 0x99f99ff7  libGIF.dylib ??? (???) <2251F789-B187-0837-6E38-A0E5C7C4FA3C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
> 0x9a0c8000 - 0x9a12cffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
> 0x9a12d000 - 0x9a13aff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
> 0x9a1ab000 - 0x9a1b1fff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
> 0x9a1f3000 - 0x9a1f8ff7  com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
> 0x9a1f9000 - 0x9a218fe3  libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
> 0x9a219000 - 0x9a2c6fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
> 0x9a2c7000 - 0x9a304ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
> 0x9a305000 - 0x9a341fe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <CEE95B62-8F1C-2013-6ED3-42EB8A1018DF> /usr/lib/libssl.0.9.8.dylib
> 0x9a3d6000 - 0x9a3dcfe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
> 0x9a3dd000 - 0x9a748ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
> 0x9a753000 - 0x9a78dff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <A6C207E3-7B42-926D-9C93-BE3F50B92496> /usr/lib/libcups.2.dylib
> 0x9a78e000 - 0x9a7d0ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <EF769BD0-63B6-B65D-FA54-8F2354CAD865> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
> 0x9a7d9000 - 0x9a7e4ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
> 0x9a7e5000 - 0x9a865feb  com.apple.SearchKit 1.3.0 (1.3.0) <2F5DE102-A203-7905-7D12-FCBCF17BAEF8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
> 0x9a866000 - 0x9a870fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
> 0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
>
>
>
>
>
> --
> Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-support



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



--
--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA:
Enterprise PostgreSQL Company

 

http://www.linkedin.com/in/asheshvashi




--
--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA:
Enterprise PostgreSQL Company

 

http://www.linkedin.com/in/asheshvashi




--
--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA:
Enterprise PostgreSQL Company

 

http://www.linkedin.com/in/asheshvashi



--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)

To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA:
Enterprise PostgreSQL Company

 

http://www.linkedin.com/in/asheshvashi

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dinesh Kumar
Дата:
Сообщение: Re: [pgadmin-support] frequent crash in explain analyze window
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin III commit: Fixed a crash on OSX when run explain through short