tilemill-project / tilemill

TileMill is a modern map design studio
https://tilemill-project.github.io/tilemill/
BSD 3-Clause "New" or "Revised" License
3.11k stars 527 forks source link

node crash when using cursor_size with postgresql #1551

Open vyskocil opened 12 years ago

vyskocil commented 12 years ago

I was having a issue with ECONNRESET then I tried to add "cursor_size" : "10000" to the postgresql layers as seen elsewhere but now node.js crash with the following log. I use tilemill 0.9.1 on MacOSX.

Log on the console :

[tilemill] node(389,0x12aefa000) malloc: * error for object 0x7fc70b1b9020: pointer being freed was not allocated [tilemill] * set a breakpoint in malloc_error_break to debug [tilemill] Error: child process: "tile" failed with signal "SIGABRT" [tilemill] Closing child process: core (pid:388) [tilemill] Closing child process: tile (pid:389) [tilemill] found 6 crash logs for node [tilemill] Please post this crash log: '/Users/vyskocil/Library/Logs/DiagnosticReports/node_2012-07-01-231830_Maousse.crash' to https://github.com/mapbox/tilemill/issues Exiting [tilemill]

Crash log :

Process: node [375] Path: /Applications/TileMill.app/Contents/Resources/node Identifier: node Version: ??? (???) Code Type: X86-64 (Native) Parent Process: node [373]

Date/Time: 2012-07-01 23:18:29.532 +0200 OS Version: Mac OS X 10.7.4 (11E53) Report Version: 9

Crashed Thread: 3

Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information: dyld: in dlsym() *\ error for object 0x7fde158d2510: pointer being freed was not allocated

objc[375]: garbage collection is OFF

Thread 0:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff9149b7e6 kevent + 10 1 node 0x000000010ec60728 kqueue_poll + 328 2 node 0x000000010ec5b00b ev_run + 1275 3 node 0x000000010ec49dae uv_run + 30 4 node 0x000000010e9f32a4 node::Start(int, char**) + 116 5 node 0x000000010e9ee304 start + 52

Thread 1:: SamplerThread 0 libsystem_kernel.dylib 0x00007fff914996b6 semaphore_wait_trap + 10 1 node 0x000000010eb7eeab v8::internal::RuntimeProfilerRateLimiter::SuspendIfNecessary() + 75 2 node 0x000000010eb6a228 v8::internal::SamplerThread::Run() + 56 3 node 0x000000010eb69c67 _ZN2v88internalL11ThreadEntryEPv + 55 4 libsystem_c.dylib 0x00007fff982228bf _pthread_start + 335 5 libsystem_c.dylib 0x00007fff98225b75 thread_start + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff9149b7e6 kevent + 10 1 libdispatch.dylib 0x00007fff9039978a _dispatch_mgr_invoke + 923 2 libdispatch.dylib 0x00007fff9039831a _dispatch_mgr_thread + 54

Thread 3 Crashed: 0 libsystem_kernel.dylib 0x00007fff9149ace2 pthread_kill + 10 1 libsystem_c.dylib 0x00007fff982247d2 pthread_kill + 95 2 libsystem_c.dylib 0x00007fff98215a7a abort + 143 3 libsystem_c.dylib 0x00007fff9827484c free + 389 4 libcrypto.0.9.8.dylib 0x00007fff94c68528 CRYPTO_free + 40 5 libssl.0.9.8.dylib 0x00007fff96b4c911 SSL_free + 81 6 postgis.input 0x0000000133a107eb close_SSL + 155 7 postgis.input 0x0000000133a0ad3c pqReadData + 492 8 postgis.input 0x0000000133a07ec0 PQgetResult + 208 9 postgis.input 0x0000000133a08358 PQexecFinish + 56 10 postgis.input 0x00000001339ecdc9 CursorResultSet::close() + 265 11 postgis.input 0x00000001339fe7cf postgis_featureset::next() + 3423 12 libmapnik.dylib 0x0000000133e09d3c mapnik::feature_style_processormapnik::agg_renderer::render_style(mapnik::layer const&, mapnik::agg_renderermapnik::image_32&, mapnik::feature_typestyle, std::string const&, boost::shared_ptrmapnik::Featureset, mapnik::proj_transform const&, double) + 124 13 libmapnik.dylib 0x0000000133e098ba mapnik::feature_style_processormapnik::agg_renderer::apply_to_layer(mapnik::layer const&, mapnik::agg_renderermapnik::image_32&, mapnik::projection const&, double, std::set<std::string, std::less, std::allocatorstd::string >&) + 7370 14 libmapnik.dylib 0x0000000133e07920 mapnik::feature_style_processormapnik::agg_renderer::apply() + 400 15 _mapnik.node 0x0000000133850564 Map::EIO_RenderImage(uv_works) + 148 16 node 0x000000010ec4e398 uvwork + 56 17 node 0x000000010ec651dc eio_execute + 3196 18 node 0x000000010ec644a9 etp_proc + 425 19 libsystem_c.dylib 0x00007fff982228bf _pthread_start + 335 20 libsystem_c.dylib 0x00007fff98225b75 thread_start + 13

Thread 4: 0 libsystem_kernel.dylib 0x00007fff9149abca __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff98226274 _pthread_cond_wait + 840 2 node 0x000000010ec643f4 etp_proc + 244 3 libsystem_c.dylib 0x00007fff982228bf _pthread_start + 335 4 libsystem_c.dylib 0x00007fff98225b75 thread_start + 13

Thread 5: 0 libsystem_kernel.dylib 0x00007fff9149abca __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff98226274 _pthread_cond_wait + 840 2 node 0x000000010ec6443d etp_proc + 317 3 libsystem_c.dylib 0x00007fff982228bf _pthread_start + 335 4 libsystem_c.dylib 0x00007fff98225b75 thread_start + 13

Thread 6: 0 libsystem_kernel.dylib 0x00007fff9149abca __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff98226274 _pthread_cond_wait + 840 2 node 0x000000010ec6443d etp_proc + 317 3 libsystem_c.dylib 0x00007fff982228bf _pthread_start + 335 4 libsystem_c.dylib 0x00007fff98225b75 thread_start + 13

Thread 7: 0 dyld 0x00007fff6e5ee429 dyld::findMappedRange(unsigned long) + 23 1 dyld 0x00007fff6e5f5c26 _ZL32client_dyld_find_unwind_sectionsPvP20dyld_unwind_sections + 17 2 libdyld.dylib 0x00007fff966ce8e7 _dyld_find_unwind_sections + 59 3 libunwind.dylib 0x00007fff96fb8aab libunwind::UnwindCursor<libunwind::LocalAddressSpace, libunwind::Registers_x86_64>::setInfoBasedOnIPRegister(bool) + 61 4 libunwind.dylib 0x00007fff96fb8a67 unw_init_local + 153 5 libunwind.dylib 0x00007fff96fb88d8 _Unwind_RaiseException + 68 6 libc++abi.dylib 0x00007fff8e9901dc cxa_rethrow + 75 7 libmapnik.dylib 0x0000000133eae56b mapnik::map_parser::parse_map_include(mapnik::Map&, mapnik::xml_node const&) + 4155 8 libmapnik.dylib 0x0000000133eacc8a mapnik::map_parser::parse_map(mapnik::Map&, mapnik::xml_node const&, std::string const&) + 7226 9 libmapnik.dylib 0x0000000133ead139 mapnik::load_map_string(mapnik::Map&, std::string const&, bool, std::string) + 329 10 _mapnik.node 0x00000001338501c2 Map::EIO_FromString(uv_work_s*) + 66 11 node 0x000000010ec4e398 uvwork + 56 12 node 0x000000010ec651dc eio_execute + 3196 13 node 0x000000010ec644a9 etp_proc + 425 14 libsystem_c.dylib 0x00007fff982228bf _pthread_start + 335 15 libsystem_c.dylib 0x00007fff98225b75 thread_start + 13

Thread 8: 0 dyld 0x00007fff6e60f15e mach_msg_trap + 10 1 dyld 0x00007fff6e60f079 mach_msg + 73 2 dyld 0x00007fff6e60ec0f vm_allocate + 156 3 dyld 0x00007fff6e608bdf _simplesalloc + 36 4 dyld 0x00007fff6e5f1b6d dyld::mkstringf(char const, ...) + 102 5 dyld 0x00007fff6e5f636d dlsym + 898 6 libdyld.dylib 0x00007fff966ceb28 dlsym + 72 7 libltdl.7.dylib 0x0000000133926d0f 0x133922000 + 19727 8 libltdl.7.dylib 0x00000001339245d5 lt_dlsym + 429 9 libmapnik.dylib 0x0000000133e61e30 mapnik::datasource_cache::create(mapnik::parameters const&, bool) + 2176 10 libmapnik.dylib 0x0000000133eb086c mapnik::map_parser::parse_layer(mapnik::Map&, mapnik::xml_node const&) + 5884 11 libmapnik.dylib 0x0000000133ead7e4 mapnik::map_parser::parse_map_include(mapnik::Map&, mapnik::xml_node const&) + 692 12 libmapnik.dylib 0x0000000133eacc8a mapnik::map_parser::parse_map(mapnik::Map&, mapnik::xml_node const&, std::string const&) + 7226 13 libmapnik.dylib 0x0000000133ead139 mapnik::load_map_string(mapnik::Map&, std::string const&, bool, std::string) + 329 14 _mapnik.node 0x00000001338501c2 Map::EIO_FromString(uv_works) + 66 15 node 0x000000010ec4e398 uv__work + 56 16 node 0x000000010ec651dc eio_execute + 3196 17 node 0x000000010ec644a9 etp_proc + 425 18 libsystem_c.dylib 0x00007fff982228bf _pthread_start + 335 19 libsystem_c.dylib 0x00007fff98225b75 thread_start + 13

Thread 3 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x0000000136c8eb28 rdx: 0x0000000000000000 rdi: 0x0000000000003403 rsi: 0x0000000000000006 rbp: 0x0000000136c8eb50 rsp: 0x0000000136c8eb28 r8: 0x00007fff7f63bfb8 r9: 0x00007fff98287230 r10: 0x00007fff9149ad0a r11: 0xffffff80002da8d0 r12: 0x000000010f0a6000 r13: 0x0000000000000004 r14: 0x0000000136c90000 r15: 0x0000000000000004 rip: 0x00007fff9149ace2 rfl: 0x0000000000000246 cr2: 0x00000001334be000 Logical CPU: 0

Binary Images: 0x10e9ed000 - 0x10ee71ff7 +node (??? - ???) <8FE9750E-F45E-3F84-9FEB-E1A932A83B10> /Applications/TileMill.app/Contents/Resources/node 0x13347d000 - 0x13347dfff +eio.node (??? - ???) <4120ABBD-57E8-339E-AE23-7A44FA7C39EE> /Applications/TileMill.app/Contents/Resources/node_modules/tilelive-mapnik/node_modules/eio/lib/eio.node 0x133842000 - 0x1338b9fff +_mapnik.node (??? - ???) <5C455D62-1451-35A4-A93D-264A7A696CF8> /Applications/TileMill.app/Contents/Resources/node_modules/mapnik/lib/_mapnik.node 0x133922000 - 0x133928ff7 libltdl.7.dylib (10.2.0 - compatibility 10.0.0) <63802D3F-E0D1-3D23-BA10-CDF5A2188171> /usr/lib/libltdl.7.dylib 0x133997000 - 0x1339beff7 +csv.input (??? - ???) <9091CD9D-1A34-34AC-A941-F8A225ADD1D9> /Applications/TileMill.app/Contents/Resources/node_modules/mapnik/lib/mapnik/input/csv.input 0x1339df000 - 0x133a27fff +postgis.input (??? - ???) /Applications/TileMill.app/Contents/Resources/node_modules/mapnik/lib/mapnik/input/postgis.input 0x133dfa000 - 0x1344b2ff7 +libmapnik.dylib (2.1.0 - compatibility 2.1.0) <466958CD-EDCF-3162-8E26-8611AC40095B> /Applications/TileMill.app/Contents/Resources/node_modules/mapnik/lib/libmapnik.dylib 0x134b34000 - 0x13516eff7 +gdal.input (??? - ???) <45EE5A7E-D816-32A2-A4B1-291FEC794625> /Applications/TileMill.app/Contents/Resources/node_modules/mapnik/lib/mapnik/input/gdal.input 0x135310000 - 0x135745ff7 +ogr.input (??? - ???) <16941E6F-7C30-338D-982C-D158DD5C86AD> /Applications/TileMill.app/Contents/Resources/node_modules/mapnik/lib/mapnik/input/ogr.input 0x135869000 - 0x135894ff7 +shape.input (??? - ???) <62036958-1F16-3064-A994-314876749A09> /Applications/TileMill.app/Contents/Resources/node_modules/mapnik/lib/mapnik/input/shape.input 0x1358c5000 - 0x1359e6ff7 +sqlite.input (??? - ???) /Applications/TileMill.app/Contents/Resources/node_modules/mapnik/lib/mapnik/input/sqlite.input 0x135e9b000 - 0x135fa3ff7 +sqlite3_bindings.node (??? - ???) /Applications/TileMill.app/Contents/Resources/node_modules/sqlite3/lib/sqlite3_bindings.node 0x13607e000 - 0x136080fff +contextify.node (??? - ???) /Applications/TileMill.app/Contents/Resources/node_modules/bones/node_modules/jquery/node_modules/jsdom/node_modules/contextify/build/Release/contextify.node 0x136846000 - 0x13688dff7 +_srs.node (??? - ???) /Applications/TileMill.app/Contents/Resources/node_modules/millstone/node_modules/srs/lib/_srs.node 0x1368d1000 - 0x1368ddfff +_zipfile.node (??? - ???) /Applications/TileMill.app/Contents/Resources/node_modules/millstone/node_modules/zipfile/lib/_zipfile.node 0x7fff6e5ed000 - 0x7fff6e621baf dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld 0x7fff8e7db000 - 0x7fff8e7efff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff8e989000 - 0x7fff8e994ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib 0x7fff8e9bf000 - 0x7fff8eaa3e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib 0x7fff8eaa4000 - 0x7fff8eb0dfff com.apple.coreui (1.2.2 - 165.10) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff8eb16000 - 0x7fff8ebacff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff8ebad000 - 0x7fff8ebb2fff com.apple.OpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff8ebb3000 - 0x7fff8ebb3fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff8ebf3000 - 0x7fff8ec23ff7 com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff8f0ba000 - 0x7fff8f0d7fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib 0x7fff8f1a0000 - 0x7fff8f225ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff8f226000 - 0x7fff8f23cfff libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff8f23d000 - 0x7fff8f245fff libsystem_dnssd.dylib (??? - ???) /usr/lib/system/libsystem_dnssd.dylib 0x7fff8f246000 - 0x7fff8f25cff7 com.apple.ImageCapture (7.0.1 - 7.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff8f25d000 - 0x7fff8f262fff libGIF.dylib (??? - ???) <8763F67F-A881-30B6-B20E-D395B4D9FD58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff8f886000 - 0x7fff8f891fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff8f892000 - 0x7fff8f908fff libc++.1.dylib (28.1.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib 0x7fff8f917000 - 0x7fff8f957ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <5328C0AB-F169-3786-A3EC-9E82E960CAAF> /usr/lib/libcups.2.dylib 0x7fff8f95e000 - 0x7fff8f962fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib 0x7fff8f9c5000 - 0x7fff8f9c5fff com.apple.Carbon (153 - 153) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff8f9c6000 - 0x7fff8f9d1ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff90394000 - 0x7fff90395ff7 libsystem_sandbox.dylib (??? - ???) <96D38E74-F18F-3CCB-A20B-E8E3ADC4E166> /usr/lib/system/libsystem_sandbox.dylib 0x7fff90396000 - 0x7fff903a4fff libdispatch.dylib (187.9.0 - compatibility 1.0.0) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib 0x7fff903a5000 - 0x7fff903cefff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff903cf000 - 0x7fff90410fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff9045c000 - 0x7fff9045ffff libCoreVMClient.dylib (??? - ???) <934D0D11-C34F-3C06-A352-21BB8FFE9774> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff90460000 - 0x7fff90462fff libCVMSPluginSupport.dylib (??? - ???) <1C73D331-6F6C-3872-A011-1C41FBF49F2A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff90463000 - 0x7fff90487fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff9108f000 - 0x7fff910aefff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib 0x7fff91198000 - 0x7fff911d7fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff911d8000 - 0x7fff911fefff com.apple.framework.familycontrols (3.0 - 300) <93828BC1-3D83-3A93-99A5-F0E7951AFC6C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff911ff000 - 0x7fff9123afff com.apple.LDAPFramework (3.2 - 120.2) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff9123b000 - 0x7fff9123cff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib 0x7fff9133e000 - 0x7fff91344fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib 0x7fff91345000 - 0x7fff91370ff7 com.apple.CoreServicesInternal (113.17 - 113.17) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff913a2000 - 0x7fff913ddfff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib 0x7fff913de000 - 0x7fff91483fff com.apple.ink.framework (1.4 - 110) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff91484000 - 0x7fff914a4fff libsystem_kernel.dylib (1699.26.8 - compatibility 1.0.0) <1DDC0B0F-DB2A-34D6-895D-E5B2B5618946> /usr/lib/system/libsystem_kernel.dylib 0x7fff9153e000 - 0x7fff9153efff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff9153f000 - 0x7fff9154eff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib 0x7fff9154f000 - 0x7fff915d3ff7 com.apple.ApplicationServices.ATS (317.11.0 - ???) <082DEAFE-8A93-3AF2-B4E5-30012E725929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff92337000 - 0x7fff9234efff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff92364000 - 0x7fff92367fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff92368000 - 0x7fff92368fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff92448000 - 0x7fff924bbfff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib 0x7fff924bc000 - 0x7fff925a0fff com.apple.CoreServices.OSServices (478.46 - 478.46) <70BEE269-8F4D-3FDC-B1AD-A591C0CB37E5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff92634000 - 0x7fff92636fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff9275d000 - 0x7fff92893fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff92911000 - 0x7fff92ab0ff7 com.apple.QuartzCore (1.7 - 270.4) <97E20A5F-652B-3E85-8C46-DCB777248ECD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff92ab1000 - 0x7fff92ab1fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib 0x7fff92ab2000 - 0x7fff92ab6ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff92c32000 - 0x7fff92cd3ff7 com.apple.LaunchServices (480.33 - 480.33) <45EF2044-3396-3910-9B5B-C8F7777D5F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff934c4000 - 0x7fff938f1fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff93a7d000 - 0x7fff93b84fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib 0x7fff93d88000 - 0x7fff93ddcfff libFontRegistry.dylib (??? - ???) <822DD341-C735-36C9-9521-E8E98807D09D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff93de5000 - 0x7fff943c9fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff945ff000 - 0x7fff94611ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib 0x7fff94682000 - 0x7fff94694ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib 0x7fff946a3000 - 0x7fff946b0ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib 0x7fff94bb5000 - 0x7fff94c0dfff libTIFF.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff94c0e000 - 0x7fff94c21ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib 0x7fff94c22000 - 0x7fff94c29ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff94c2a000 - 0x7fff94d36fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib 0x7fff94d95000 - 0x7fff950b1fff com.apple.CoreServices.CarbonCore (960.24 - 960.24) <6F99A26B-788F-37B9-860F-508906EC06D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff950b2000 - 0x7fff950b7fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib 0x7fff950b8000 - 0x7fff950bdfff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib 0x7fff950be000 - 0x7fff95171ff7 com.apple.CoreText (220.20.0 - ???) <0E979362-15E4-3955-BF54-B5961361D1CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff95172000 - 0x7fff95179fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff9589d000 - 0x7fff958d0ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff958d1000 - 0x7fff95973fff com.apple.securityfoundation (5.0 - 55116) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff959af000 - 0x7fff959dcfe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib 0x7fff95a1b000 - 0x7fff95a30fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff95da6000 - 0x7fff95f0dfff com.apple.CFNetwork (520.4.3 - 520.4.3) <31D7A595-375E-341A-8E97-21E73CC62E4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff95f0e000 - 0x7fff96010fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib 0x7fff96011000 - 0x7fff9601ffff com.apple.NetAuth (3.1 - 3.1) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff96059000 - 0x7fff96062ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib 0x7fff960c6000 - 0x7fff961a5ff7 com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff961a6000 - 0x7fff961bdfff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff961be000 - 0x7fff963c0fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib 0x7fff963c1000 - 0x7fff96421fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff96449000 - 0x7fff964e3ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff964e4000 - 0x7fff964e7ff7 com.apple.securityhi (4.0 - 1) <7146CB8E-B754-3B0E-A74E-77E9138A81C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff964e8000 - 0x7fff964e8fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff96521000 - 0x7fff96531ff7 com.apple.opengl (1.7.7 - 1.7.7) <0CA11278-746C-353A-923B-BCC0047190C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff96532000 - 0x7fff96533fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib 0x7fff9657b000 - 0x7fff9657cfff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff965b6000 - 0x7fff9667dff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff9667e000 - 0x7fff966ccfff libauto.dylib (??? - ???) /usr/lib/libauto.dylib 0x7fff966cd000 - 0x7fff966d1fff libdyld.dylib (195.5.0 - compatibility 1.0.0) <380C3F44-0CA7-3514-8080-46D1C9DF4FCD> /usr/lib/system/libdyld.dylib 0x7fff9671f000 - 0x7fff967a2fef com.apple.Metadata (10.7.0 - 627.32) <38735923-2EB5-3133-BE36-BDD65A7E47DB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff96b28000 - 0x7fff96b61fe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib 0x7fff96b62000 - 0x7fff96cbbfff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff96ccb000 - 0x7fff96ccdfff libquarantine.dylib (36.6.0 - compatibility 1.0.0) <0EBF714B-4B69-3E1F-9A7D-6BBC2AACB310> /usr/lib/system/libquarantine.dylib 0x7fff96cce000 - 0x7fff96fb7ff7 com.apple.security (7.0 - 55148.1) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff96fb8000 - 0x7fff96fbeff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib 0x7fff96fbf000 - 0x7fff97011ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff9701a000 - 0x7fff97095ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff97096000 - 0x7fff97098ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff97500000 - 0x7fff97501ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib 0x7fff97502000 - 0x7fff97510ff7 libkxld.dylib (??? - ???) /usr/lib/system/libkxld.dylib 0x7fff9751d000 - 0x7fff9751efff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib 0x7fff9751f000 - 0x7fff97524fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib 0x7fff97525000 - 0x7fff97525fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff97526000 - 0x7fff9754ffff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff9757e000 - 0x7fff9759aff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff9759b000 - 0x7fff975efff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff9776c000 - 0x7fff97776ff7 liblaunch.dylib (392.38.0 - compatibility 1.0.0) <6ECB7F19-B384-32C1-8652-2463C1CF4815> /usr/lib/system/liblaunch.dylib 0x7fff9777a000 - 0x7fff97887fff libJP2.dylib (??? - ???) <5BE8CFA7-00C2-3BDE-BC20-5FF6DC18B415> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff97f21000 - 0x7fff97f26ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib 0x7fff98028000 - 0x7fff9802efff libGFXShared.dylib (??? - ???) <8A61FA67-EB3C-319D-AE3C-64936FB26BAC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff9802f000 - 0x7fff98041ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib 0x7fff9811e000 - 0x7fff9816aff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff981d4000 - 0x7fff982b1fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib 0x7fff982b2000 - 0x7fff985cbfff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff986ca000 - 0x7fff986d0fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff98704000 - 0x7fff9870bfff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib 0x7fff98bff000 - 0x7fff9959cc9f com.apple.CoreGraphics (1.600.0 - ???) <1DB9C92C-DFA8-36ED-B513-998134462148> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff9959d000 - 0x7fff995c8ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib 0x7fff995c9000 - 0x7fff99608ff7 libGLImage.dylib (??? - ???) <49BB4404-68F1-3839-A5C9-983405B59F52> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff99675000 - 0x7fff996e5fff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff99850000 - 0x7fff99945fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib 0x7fff9997a000 - 0x7fff99a93fff com.apple.DesktopServices (1.6.3 - 1.6.3) <20812ECE-CACC-3D44-8108-025EF6B45C14> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff99acf000 - 0x7fff99bd4fff libFontParser.dylib (??? - ???) <759645F2-8CB1-358C-AF41-BA3797CD0F60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff99bd5000 - 0x7fff99c02ff7 com.apple.opencl (1.50.69 - 1.50.69) <57939F7D-3626-30E2-883D-8A7CCB3F8763> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff99c66000 - 0x7fff99c86fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff99c87000 - 0x7fff99efafff com.apple.CoreImage (7.98 - 1.0.1) <73485E4E-1407-3913-AB3C-B54986A3E01C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff99eff000 - 0x7fff9a22bff7 com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff9a22c000 - 0x7fff9a288ff7 com.apple.HIServices (1.21 - ???) <9645CFA8-63BE-3A0D-A636-56D9827E6C8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff9a2c9000 - 0x7fff9a30bff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib 0x7fff9a30c000 - 0x7fff9a374ff7 com.apple.audio.CoreAudio (4.0.2 - 4.0.2) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff9a375000 - 0x7fff9a378fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff9a678000 - 0x7fff9a6e3ff7 com.apple.framework.IOKit (2.0 - ???) <6C604894-7F61-3130-8499-20791D14577F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff9a783000 - 0x7fff9a784fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib 0x7fff9aad9000 - 0x7fff9aaf4fff libexpat.1.dylib (7.2.0 - compatibility 7.0.0) /usr/lib/libexpat.1.dylib 0x7fff9ab5d000 - 0x7fff9ab7aff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff9ab7b000 - 0x7fff9ad4fff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff9afd2000 - 0x7fff9b499fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x7fff9b50f000 - 0x7fff9b515fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff9b516000 - 0x7fff9b51afff libutil.dylib (??? - ???) <28672328-B738-38CE-B231-8A93CA6E6EA4> /usr/lib/libutil.dylib

External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 2 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 664 thread_create: 1 thread_set_state: 0

VM Region Summary: ReadOnly portion of Libraries: Total=162.9M resident=117.8M(72%) swapped_out_or_unallocated=45.1M(28%) Writable regions: Total=192.0M written=142.2M(74%) resident=144.6M(75%) swapped_out=0K(0%) unallocated=47.4M(25%)

REGION TYPE VIRTUAL =========== ======= (null) (reserved) 4K reserved VM address space (unallocated) CG shared images 96K CoreServices 3640K MALLOC 93.5M MALLOC guard page 48K Memory tag=255 625.4M STACK GUARD 56.0M Stack 10.6M VM_ALLOCATE 52K __CI_BITMAP 80K DATA 10.6M LINKEDIT 59.4M TEXT 103.5M UNICODE 544K mapped file 1.7G shared memory 308K =========== ======= TOTAL 2.6G TOTAL, minus reserved VM space 2.6G

springmeyer commented 12 years ago

Thanks for reporting this. Is the problem replicable - e.g. does it happen every time? How did you install postgres? I ask because it appears the problem is in postgres, not tilemill.

springmeyer commented 11 years ago

/cc @rcoup who I think also has run into this problem.