<?xml version="1.0" ?><rss version="2.0">
  <channel>
    <title>POV-Ray Bug Tracking System:</title>
    <lastBuildDate>Tue, 16 May 2017 15:32:07 +0000</lastBuildDate>
    <description>POV-Ray Bug Tracking System:POV-Ray: Recently closed tasks</description>
    <link>http://bugs.povray.org/</link>
        <item>
      <title>FS#320: Failed Assertion in image/image.cpp</title>
      <author>Christian Friedl</author>
      <pubDate>Sat, 08 Mar 2014 15:06:06 +0000</pubDate>
      <description><![CDATA[Hi,<br />
<br />
when I&#039;m trying to render a scene on my MacBook Air with the following .ini-settings, I get a failed assertion and the program halts.<br />
<br />
Here are the .ini-Settings:<br />
<br />
Width=640<br />
Height=480<br />
<br />
Test_Abort=Off<br />
Continue_Trace=On<br />
Pause_When_Done=Off<br />
Verbose=On<br />
Draw_Vistas=Off<br />
Sampling_Method=1<br />
Quality=9<br />
Jitter=Off<br />
Display=Off<br />
Buffer_Output=Off<br />
Debug_File=false<br />
<br />
Final_Frame=10<br />
<br />
This is the failed assertion:<br />
<br />
Assertion failed: (((x) &lt; width) &amp;&amp; ((y) &lt; height)), function SetRGBFTValue, file image/image.cpp, l<br />
<br />
Oddly, if I change width and height to something very small like 320x200, it works.<br />
<br />
<br />
This is the complete stack trace:<br />
<br />
Process:         povray [11188]<br />
Path:            /opt/local/bin/povray<br />
Identifier:      povray<br />
Version:         ??? (???)<br />
Code Type:       X86-64 (Native)<br />
Parent Process:  bash [11184]<br />
<br />
Date/Time:       2014-03-07 14:44:04.423 +0100<br />
OS Version:      Mac OS X 10.7.5 (11G63)<br />
Report Version:  9<br />
<br />
Interval Since Last Report:          708124 sec<br />
Crashes Since Last Report:           23<br />
Per-App Crashes Since Last Report:   21<br />
Anonymous UUID:                      FB98BF62-1511-4E59-94F3-E89C04491CA5<br />
<br />
Crashed Thread:  3<br />
<br />
Exception Type:  EXC_CRASH (SIGABRT)<br />
Exception Codes: 0x0000000000000000, 0x0000000000000000<br />
<br />
Application Specific Information:<br />
objc[11188]: garbage collection is OFF<br />
Assertion failed: (((x) &lt; width) &amp;&amp; ((y) &lt; height)), function SetRGBFTValue, file image/image.cpp, line 1827.<br />
 <br />
<br />
Thread 0:: Dispatch queue: com.apple.main-thread<br />
0   libsystem_kernel.dylib        	0x00007fff96134bca __psynch_cvwait + 10<br />
1   libsystem_c.dylib             	0x00007fff90454274 _pthread_cond_wait + 840<br />
2   povray                        	0x000000010eba589d bool boost::condition_variable_any::do_wait_until(boost::unique_lock&amp;, timespec const&amp;) + 77<br />
3   povray                        	0x000000010eba0846 vfe::vfeSession::GetStatus(bool, int) + 198<br />
4   povray                        	0x000000010ebc0147 SDL_main + 3511<br />
5   povray                        	0x000000010ed4d621 -[SDLMain applicationDidFinishLaunching:] + 49<br />
6   com.apple.Foundation          	0x00007fff8bc3ad0e __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47<br />
7   com.apple.CoreFoundation      	0x00007fff8fcda7ba _CFXNotificationPost + 2634<br />
8   com.apple.Foundation          	0x00007fff8bc26fc3 -[NSNotificationCenter postNotificationName:object:userInfo:] + 65<br />
9   com.apple.AppKit              	0x00007fff8ef08e2b -[NSApplication _postDidFinishNotification] + 212<br />
10  com.apple.AppKit              	0x00007fff8ef08b91 -[NSApplication _sendFinishLaunchingNotification] + 78<br />
11  com.apple.AppKit              	0x00007fff8ef07858 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 242<br />
12  com.apple.AppKit              	0x00007fff8ef075b9 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 330<br />
13  com.apple.CoreFoundation      	0x00007fff8fd24541 -[NSObject performSelector:withObject:withObject:] + 65<br />
14  com.apple.Foundation          	0x00007fff8bc5d7c7 __-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 + 101<br />
15  com.apple.Foundation          	0x00007fff8bc5c74e -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 283<br />
16  com.apple.Foundation          	0x00007fff8bc5c5dc _NSAppleEventManagerGenericHandler + 105<br />
17  com.apple.AE                  	0x00007fff91d02c25 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 200<br />
18  com.apple.AE                  	0x00007fff91d02b03 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 38<br />
19  com.apple.AE                  	0x00007fff91d029f7 aeProcessAppleEvent + 250<br />
20  com.apple.HIToolbox           	0x00007fff8a57bb69 AEProcessAppleEvent + 102<br />
21  com.apple.AppKit              	0x00007fff8ef049c5 _DPSNextEvent + 1247<br />
22  com.apple.AppKit              	0x00007fff8ef0407d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135<br />
23  com.apple.AppKit              	0x00007fff8ef009b9 -[NSApplication run] + 470<br />
24  povray                        	0x000000010ed4dc40 main + 1280<br />
25  povray                        	0x000000010eb78744 start + 52<br />
<br />
Thread 1:: Dispatch queue: com.apple.libdispatch-manager<br />
0   libsystem_kernel.dylib        	0x00007fff961357e6 kevent + 10<br />
1   libdispatch.dylib             	0x00007fff8c8d6786 _dispatch_mgr_invoke + 923<br />
2   libdispatch.dylib             	0x00007fff8c8d5316 _dispatch_mgr_thread + 54<br />
<br />
Thread 2:<br />
0   libsystem_kernel.dylib        	0x00007fff96135036 __sigwait + 10<br />
1   libsystem_c.dylib             	0x00007fff90406aab sigwait + 68<br />
2   povray                        	0x000000010ebbe222 SignalHandler() + 66<br />
3   libboost_thread-mt.dylib      	0x000000010f3a0814 thread_proxy + 132<br />
4   libsystem_c.dylib             	0x00007fff904508bf _pthread_start + 335<br />
5   libsystem_c.dylib             	0x00007fff90453b75 thread_start + 13<br />
<br />
Thread 3 Crashed:<br />
0   libsystem_kernel.dylib        	0x00007fff96134ce2 __pthread_kill + 10<br />
1   libsystem_c.dylib             	0x00007fff904527d2 pthread_kill + 95<br />
2   libsystem_c.dylib             	0x00007fff90443a7a abort + 143<br />
3   libsystem_c.dylib             	0x00007fff904765de __assert_rtn + 146<br />
4   povray                        	0x000000010ed2232b pov_base::RGBFTImage::SetRGBFTValue(unsigned int, unsigned int, float, float, float, float, float) + 171<br />
5   povray                        	0x000000010ecf4d51 pov_frontend::ImageMessageHandler::DrawPixelBlockSet(pov_frontend::SceneData const&amp;, pov_frontend::ViewData const&amp;, POVMS_Object&amp;) + 2529<br />
6   povray                        	0x000000010eb98d46 pov_frontend::RenderFrontend::HandleImageMessage(pov_frontend::RenderFrontendBase::Id, unsigned int, POVMS_Object&amp;) + 310<br />
7   povray                        	0x000000010ece78a1 pov_frontend::RenderFrontendBase::ContinueBackup(POVMS_Object&amp;, pov_frontend::ViewData&amp;, pov_frontend::RenderFrontendBase::Id, int&amp;, std::vector&amp;, pov_base::Path const&amp;) + 1265<br />
8   povray                        	0x000000010eb92f01 pov_frontend::RenderFrontend::StartRender(pov_frontend::RenderFrontendBase::Id, POVMS_Object&amp;) + 865<br />
9   povray                        	0x000000010eb8f4a9 vfe::VirtualFrontEnd::Process() + 5129<br />
10  povray                        	0x000000010eb9f46e vfe::vfeSession::ProcessFrontend() + 30<br />
11  povray                        	0x000000010eb9fb8f vfe::vfeSession::WorkerThread() + 1279<br />
12  libboost_thread-mt.dylib      	0x000000010f3a0814 thread_proxy + 132<br />
13  libsystem_c.dylib             	0x00007fff904508bf _pthread_start + 335<br />
14  libsystem_c.dylib             	0x00007fff90453b75 thread_start + 13<br />
<br />
Thread 4:<br />
0   libsystem_kernel.dylib        	0x00007fff96134bca __psynch_cvwait + 10<br />
1   libsystem_c.dylib             	0x00007fff90454274 _pthread_cond_wait + 840<br />
2   povray                        	0x000000010eba589d bool boost::condition_variable_any::do_wait_until(boost::unique_lock&amp;, timespec const&amp;) + 77<br />
3   povray                        	0x000000010eb87d26 vfe::SysQNode::Receive(int*, bool) + 214<br />
4   povray                        	0x000000010ecf6e39 POVMS_ProcessMessages(void*, bool, bool) + 201<br />
5   povray                        	0x000000010ebc34f3 (anonymous namespace)::MainThreadFunction(boost::function0 const&amp;) + 259<br />
6   libboost_thread-mt.dylib      	0x000000010f3a0814 thread_proxy + 132<br />
7   libsystem_c.dylib             	0x00007fff904508bf _pthread_start + 335<br />
8   libsystem_c.dylib             	0x00007fff90453b75 thread_start + 13<br />
<br />
Thread 5:<br />
0   libsystem_kernel.dylib        	0x00007fff96134bca __psynch_cvwait + 10<br />
1   libsystem_c.dylib             	0x00007fff90454274 _pthread_cond_wait + 840<br />
2   povray                        	0x000000010ebd60f4 void boost::condition_variable_any::wait(boost::unique_lock&amp;) + 68<br />
3   povray                        	0x000000010ebd5ffd pov::TaskQueue::Process() + 1421<br />
4   povray                        	0x000000010ec03088 pov::Scene::ParserControlThread() + 40<br />
5   libboost_thread-mt.dylib      	0x000000010f3a0814 thread_proxy + 132<br />
6   libsystem_c.dylib             	0x00007fff904508bf _pthread_start + 335<br />
7   libsystem_c.dylib             	0x00007fff90453b75 thread_start + 13<br />
<br />
Thread 3 crashed with X86 Thread State (64-bit):<br />
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x0000000112d74408  rdx: 0x0000000000000000<br />
  rdi: 0x0000000000006f03  rsi: 0x0000000000000006  rbp: 0x0000000112d74430  rsp: 0x0000000112d74408<br />
   r8: 0x00007fff7a13afb8   r9: 0x0000000000000723  r10: 0x00007fff96134d0a  r11: 0xffffff80002dad60<br />
  r12: 0x000000010ed9fd23  r13: 0x000000010f3cb000  r14: 0x0000000112d75000  r15: 0x000000010ed9faf5<br />
  rip: 0x00007fff96134ce2  rfl: 0x0000000000000246  cr2: 0x000000010f3cb000<br />
Logical CPU: 0<br />
<br />
Binary Images:<br />
       0x10eb77000 -        0x10edf2fff +povray (??? - ???)  /opt/local/bin/povray<br />
       0x10ef73000 -        0x10efc9ff7 +libSDL-1.2.0.dylib (12.4.0 - compatibility 12.0.0)  /opt/local/lib/libSDL-1.2.0.dylib<br />
       0x10efe8000 -        0x10eff4ff7 +libXpm.4.dylib (16.0.0 - compatibility 16.0.0)  /opt/local/lib/libXpm.4.dylib<br />
       0x10effa000 -        0x10efffff7 +libSM.6.dylib (7.1.0 - compatibility 7.0.0)  /opt/local/lib/libSM.6.dylib<br />
       0x10f003000 -        0x10f014ff7 +libICE.6.dylib (10.0.0 - compatibility 10.0.0)  /opt/local/lib/libICE.6.dylib<br />
       0x10f022000 -        0x10f128fff +libX11.6.dylib (10.0.0 - compatibility 10.0.0)  /opt/local/lib/libX11.6.dylib<br />
       0x10f150000 -        0x10f1f7ff7 +libIlmImf.6.dylib (7.0.0 - compatibility 7.0.0)  /opt/local/lib/libIlmImf.6.dylib<br />
       0x10f232000 -        0x10f243fff +libz.1.dylib (1.2.8 - compatibility 1.0.0)  /opt/local/lib/libz.1.dylib<br />
       0x10f24b000 -        0x10f24ffff +libImath.6.dylib (7.0.0 - compatibility 7.0.0)  /opt/local/lib/libImath.6.dylib<br />
       0x10f258000 -        0x10f299ff7 +libHalf.6.dylib (7.0.0 - compatibility 7.0.0)  /opt/local/lib/libHalf.6.dylib<br />
       0x10f29e000 -        0x10f2a5ff7 +libIex.6.dylib (7.0.0 - compatibility 7.0.0)  /opt/local/lib/libIex.6.dylib<br />
       0x10f2b5000 -        0x10f2b8ff7 +libIlmThread.6.dylib (7.0.0 - compatibility 7.0.0)  /opt/local/lib/libIlmThread.6.dylib<br />
       0x10f2bd000 -        0x10f31eff7 +libtiff.5.dylib (8.0.0 - compatibility 8.0.0)  /opt/local/lib/libtiff.5.dylib<br />
       0x10f32c000 -        0x10f361fff +libjpeg.9.dylib (10.0.0 - compatibility 10.0.0)  /opt/local/lib/libjpeg.9.dylib<br />
       0x10f36f000 -        0x10f393fff +libpng15.15.dylib (33.0.0 - compatibility 33.0.0)  /opt/local/lib/libpng15.15.dylib<br />
       0x10f39e000 -        0x10f3acfff +libboost_thread-mt.dylib (??? - ???)  /opt/local/lib/libboost_thread-mt.dylib<br />
       0x10f3d0000 -        0x10f3d3ff7 +libboost_system-mt.dylib (??? - ???)  /opt/local/lib/libboost_system-mt.dylib<br />
       0x10f3d9000 -        0x10f3e1fff +libXrandr.2.dylib (5.0.0 - compatibility 5.0.0)  /opt/local/lib/libXrandr.2.dylib<br />
       0x10f3e9000 -        0x10f3f5ff7 +libXext.6.dylib (11.0.0 - compatibility 11.0.0)  /opt/local/lib/libXext.6.dylib<br />
       0x10f401000 -        0x10f407ff7 +libXrender.1.dylib (5.0.0 - compatibility 5.0.0)  /opt/local/lib/libXrender.1.dylib<br />
       0x10f40c000 -        0x10f421ff7 +libxcb.1.dylib (3.0.0 - compatibility 3.0.0)  /opt/local/lib/libxcb.1.dylib<br />
       0x10f432000 -        0x10f433fff +libXau.6.dylib (7.0.0 - compatibility 7.0.0)  /opt/local/lib/libXau.6.dylib<br />
       0x10f437000 -        0x10f43afe7 +libXdmcp.6.dylib (7.0.0 - compatibility 7.0.0)  /opt/local/lib/libXdmcp.6.dylib<br />
       0x10f43d000 -        0x10f446fff +libintl.8.dylib (10.2.0 - compatibility 10.0.0)  /opt/local/lib/libintl.8.dylib<br />
       0x10f451000 -        0x10f549ff7 +libiconv.2.dylib (8.1.0 - compatibility 8.0.0)  /opt/local/lib/libiconv.2.dylib<br />
       0x10f557000 -        0x10f574fff +liblzma.5.dylib (6.5.0 - compatibility 6.0.0)  /opt/local/lib/liblzma.5.dylib<br />
    0x7fff6e777000 -     0x7fff6e7abbaf  dyld (195.6 - ???)  /usr/lib/dyld<br />
    0x7fff893c0000 -     0x7fff89428ff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3)  /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio<br />
    0x7fff89429000 -     0x7fff8942afff  libunc.dylib (24.0.0 - compatibility 1.0.0)  /usr/lib/system/libunc.dylib<br />
    0x7fff8942b000 -     0x7fff89436fff  com.apple.CommonAuth (2.2 - 2.0)  /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth<br />
    0x7fff89437000 -     0x7fff8953cfff  libFontParser.dylib (??? - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib<br />
    0x7fff8953f000 -     0x7fff8953ffff  com.apple.Carbon (153 - 153)  /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon<br />
    0x7fff89540000 -     0x7fff89545fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0)  /usr/lib/system/libcompiler_rt.dylib<br />
    0x7fff89546000 -     0x7fff89549fff  libCoreVMClient.dylib (??? - ???)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib<br />
    0x7fff8954a000 -     0x7fff89598fff  libauto.dylib (??? - ???)  /usr/lib/libauto.dylib<br />
    0x7fff8959a000 -     0x7fff895bbfff  libPng.dylib (??? - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib<br />
    0x7fff895bc000 -     0x7fff896c3fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0)  /usr/lib/libsqlite3.dylib<br />
    0x7fff897fb000 -     0x7fff898aeff7  com.apple.CoreText (220.22.0 - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText<br />
    0x7fff8a1b0000 -     0x7fff8a202ff7  libGLU.dylib (??? - ???)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib<br />
    0x7fff8a361000 -     0x7fff8a4c8fff  com.apple.CFNetwork (520.5.1 - 520.5.1)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork<br />
    0x7fff8a4c9000 -     0x7fff8a56afff  com.apple.LaunchServices (480.40 - 480.40)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices<br />
    0x7fff8a56b000 -     0x7fff8a897fff  com.apple.HIToolbox (1.9 - ???)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox<br />
    0x7fff8a94a000 -     0x7fff8a961fff  com.apple.CFOpenDirectory (10.7 - 146)  /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory<br />
    0x7fff8aa14000 -     0x7fff8aa1afff  IOSurface (??? - ???)  /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface<br />
    0x7fff8aa5e000 -     0x7fff8aa60fff  libquarantine.dylib (36.7.0 - compatibility 1.0.0)  /usr/lib/system/libquarantine.dylib<br />
    0x7fff8aa61000 -     0x7fff8ab6efff  libJP2.dylib (??? - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib<br />
    0x7fff8ab6f000 -     0x7fff8ad71fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0)  /usr/lib/libicucore.A.dylib<br />
    0x7fff8aff3000 -     0x7fff8b002fff  com.apple.opengl (1.8.1 - 1.8.1)  /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL<br />
    0x7fff8b003000 -     0x7fff8b015ff7  libbsm.0.dylib (??? - ???)  /usr/lib/libbsm.0.dylib<br />
    0x7fff8b442000 -     0x7fff8b466fff  com.apple.Kerberos (1.0 - 1)  /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos<br />
    0x7fff8b4dc000 -     0x7fff8b706fe7  com.apple.CoreData (104.1 - 358.14)  /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData<br />
    0x7fff8b707000 -     0x7fff8b712ff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition<br />
    0x7fff8b770000 -     0x7fff8b7f5ff7  com.apple.Heimdal (2.2 - 2.0)  /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal<br />
    0x7fff8b7f6000 -     0x7fff8bc23fff  libLAPACK.dylib (??? - ???)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib<br />
    0x7fff8bc24000 -     0x7fff8bf3dfff  com.apple.Foundation (6.7.2 - 833.25)  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation<br />
    0x7fff8bf6e000 -     0x7fff8bfd0ff7  com.apple.Symbolication (1.3 - 91)  /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication<br />
    0x7fff8bfd4000 -     0x7fff8bfdcfff  libsystem_dnssd.dylib (??? - ???)  /usr/lib/system/libsystem_dnssd.dylib<br />
    0x7fff8bfe5000 -     0x7fff8c142fff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3)  /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox<br />
    0x7fff8c18d000 -     0x7fff8c193fff  com.apple.DiskArbitration (2.4.1 - 2.4.1)  /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration<br />
    0x7fff8c194000 -     0x7fff8c25bff7  com.apple.ColorSync (4.7.4 - 4.7.4)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync<br />
    0x7fff8c25c000 -     0x7fff8c261ff7  libsystem_network.dylib (??? - ???)  /usr/lib/system/libsystem_network.dylib<br />
    0x7fff8c6a4000 -     0x7fff8c6e8ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib<br />
    0x7fff8c71a000 -     0x7fff8c7f9fff  com.apple.ImageIO.framework (3.1.2 - 3.1.2)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO<br />
    0x7fff8c84e000 -     0x7fff8c8d2ff7  com.apple.ApplicationServices.ATS (317.12.0 - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS<br />
    0x7fff8c8d3000 -     0x7fff8c8e1fff  libdispatch.dylib (187.10.0 - compatibility 1.0.0)  /usr/lib/system/libdispatch.dylib<br />
    0x7fff8c8e4000 -     0x7fff8c91ffff  libsystem_info.dylib (??? - ???)  /usr/lib/system/libsystem_info.dylib<br />
    0x7fff8c920000 -     0x7fff8c950ff7  com.apple.DictionaryServices (1.2.1 - 158.3)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices<br />
    0x7fff8c9cc000 -     0x7fff8c9d1fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0)  /usr/lib/libpam.2.dylib<br />
    0x7fff8cdf6000 -     0x7fff8d3dafff  libBLAS.dylib (??? - ???)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib<br />
    0x7fff8d3db000 -     0x7fff8d3fffff  com.apple.RemoteViewServices (1.5 - 44.2)  /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices<br />
    0x7fff8d400000 -     0x7fff8d400fff  com.apple.Accelerate (1.7 - Accelerate 1.7)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate<br />
    0x7fff8d401000 -     0x7fff8d42efe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0)  /usr/lib/libSystem.B.dylib<br />
    0x7fff8d42f000 -     0x7fff8d42ffff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib<br />
    0x7fff8d558000 -     0x7fff8d671fff  com.apple.DesktopServices (1.6.5 - 1.6.5)  /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv<br />
    0x7fff8d6bd000 -     0x7fff8d71dfff  libvDSP.dylib (325.4.0 - compatibility 1.0.0)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib<br />
    0x7fff8d71e000 -     0x7fff8d71fff7  libsystem_sandbox.dylib (??? - ???)  /usr/lib/system/libsystem_sandbox.dylib<br />
    0x7fff8df87000 -     0x7fff8df8bff7  com.apple.CommonPanels (1.2.5 - 94)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels<br />
    0x7fff8eccc000 -     0x7fff8ed3cfff  com.apple.datadetectorscore (3.0 - 179.4)  /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore<br />
    0x7fff8ed3d000 -     0x7fff8ed59ff7  com.apple.GenerationalStorage (1.0 - 126.1)  /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage<br />
    0x7fff8ed5a000 -     0x7fff8ed5cfff  libCVMSPluginSupport.dylib (??? - ???)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib<br />
    0x7fff8ed6e000 -     0x7fff8ed75fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0)  /usr/lib/system/libcopyfile.dylib<br />
    0x7fff8ed76000 -     0x7fff8ed84fff  com.apple.NetAuth (3.1 - 3.1)  /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth<br />
    0x7fff8ed93000 -     0x7fff8ee0eff7  com.apple.print.framework.PrintCore (7.1 - 366.3)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore<br />
    0x7fff8eefc000 -     0x7fff8fb02fff  com.apple.AppKit (6.7.5 - 1138.51)  /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit<br />
    0x7fff8fc8e000 -     0x7fff8fe62ff7  com.apple.CoreFoundation (6.7.2 - 635.21)  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation<br />
    0x7fff8ff00000 -     0x7fff8ff1dff7  com.apple.openscripting (1.3.3 - ???)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting<br />
    0x7fff8ff48000 -     0x7fff8ff9cfff  libFontRegistry.dylib (??? - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib<br />
    0x7fff8ff9d000 -     0x7fff8ff9eff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0)  /usr/lib/system/libsystem_blocks.dylib<br />
    0x7fff901b0000 -     0x7fff90255fff  com.apple.ink.framework (10.7.5 - 113)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink<br />
    0x7fff90256000 -     0x7fff9026cfff  libGL.dylib (??? - ???)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib<br />
    0x7fff90282000 -     0x7fff90282fff  com.apple.ApplicationServices (41 - 41)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices<br />
    0x7fff902d0000 -     0x7fff902d4fff  libdyld.dylib (195.5.0 - compatibility 1.0.0)  /usr/lib/system/libdyld.dylib<br />
    0x7fff902d5000 -     0x7fff9036bff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib<br />
    0x7fff9036c000 -     0x7fff9038bfff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0)  /usr/lib/libresolv.9.dylib<br />
    0x7fff903b8000 -     0x7fff903b9fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0)  /usr/lib/system/libdnsinfo.dylib<br />
    0x7fff90402000 -     0x7fff904dffef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0)  /usr/lib/system/libsystem_c.dylib<br />
    0x7fff90c89000 -     0x7fff90c9cff7  libCRFSuite.dylib (??? - ???)  /usr/lib/libCRFSuite.dylib<br />
    0x7fff90c9d000 -     0x7fff90cdfff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0)  /usr/lib/system/libcommonCrypto.dylib<br />
    0x7fff90cfd000 -     0x7fff90d04fff  libGFXShared.dylib (??? - ???)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib<br />
    0x7fff90d05000 -     0x7fff90d05fff  com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3)  /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit<br />
    0x7fff90d06000 -     0x7fff90d79fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0)  /usr/lib/libstdc++.6.dylib<br />
    0x7fff90d7a000 -     0x7fff90d7afff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0)  /usr/lib/system/libkeymgr.dylib<br />
    0x7fff90da4000 -     0x7fff90dbaff7  com.apple.ImageCapture (7.1.0 - 7.1.0)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture<br />
    0x7fff90ebd000 -     0x7fff90ed1ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis<br />
    0x7fff90ed2000 -     0x7fff90f3aff7  com.apple.coreui (1.2.2 - 165.11)  /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI<br />
    0x7fff90f3b000 -     0x7fff90f58fff  libxpc.dylib (77.19.0 - compatibility 1.0.0)  /usr/lib/system/libxpc.dylib<br />
    0x7fff90f59000 -     0x7fff90f85ff7  com.apple.CoreServicesInternal (113.19 - 113.19)  /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal<br />
    0x7fff90f86000 -     0x7fff90f98ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0)  /usr/lib/libz.1.dylib<br />
    0x7fff90fc4000 -     0x7fff90fd9fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis<br />
    0x7fff90fda000 -     0x7fff90fdcff7  com.apple.print.framework.Print (7.4 - 247.3)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print<br />
    0x7fff91023000 -     0x7fff91107ff7  com.apple.CoreServices.OSServices (478.50 - 478.50)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices<br />
    0x7fff91108000 -     0x7fff911a2ff7  com.apple.SearchKit (1.4.0 - 1.4.0)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit<br />
    0x7fff911a3000 -     0x7fff911e4fff  com.apple.QD (3.40.1 - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD<br />
    0x7fff912ad000 -     0x7fff913a2fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0)  /usr/lib/libiconv.2.dylib<br />
    0x7fff913a3000 -     0x7fff913a8fff  com.apple.OpenDirectory (10.7 - 146)  /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory<br />
    0x7fff913a9000 -     0x7fff913a9fff  libOpenScriptingUtil.dylib (??? - ???)  /usr/lib/libOpenScriptingUtil.dylib<br />
    0x7fff9146a000 -     0x7fff914d5ff7  com.apple.framework.IOKit (2.0 - ???)  /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit<br />
    0x7fff914e4000 -     0x7fff914e9fff  libGIF.dylib (??? - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib<br />
    0x7fff914ea000 -     0x7fff91513fff  libJPEG.dylib (??? - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib<br />
    0x7fff91868000 -     0x7fff9186cfff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0)  /usr/lib/system/libmathCommon.A.dylib<br />
    0x7fff91924000 -     0x7fff91a08e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0)  /usr/lib/libobjc.A.dylib<br />
    0x7fff91a09000 -     0x7fff91cfeff7  com.apple.security (7.0 - 55148.6)  /System/Library/Frameworks/Security.framework/Versions/A/Security<br />
    0x7fff91cff000 -     0x7fff91d3efff  com.apple.AE (527.7 - 527.7)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE<br />
    0x7fff91d42000 -     0x7fff91ee2ff7  com.apple.QuartzCore (1.7 - 270.5)  /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore<br />
    0x7fff91ee3000 -     0x7fff91ee4fff  libDiagnosticMessagesClient.dylib (??? - ???)  /usr/lib/libDiagnosticMessagesClient.dylib<br />
    0x7fff91ee5000 -     0x7fff91ff1fef  libcrypto.0.9.8.dylib (49.0.0 - compatibility 0.9.8)  /usr/lib/libcrypto.0.9.8.dylib<br />
    0x7fff91ff2000 -     0x7fff91ff5fff  com.apple.help (1.3.2 - 42)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help<br />
    0x7fff91ff6000 -     0x7fff91ff6fff  com.apple.vecLib (3.7 - vecLib 3.7)  /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib<br />
    0x7fff91ff7000 -     0x7fff92005ff7  libkxld.dylib (??? - ???)  /usr/lib/system/libkxld.dylib<br />
    0x7fff9227f000 -     0x7fff922a7fff  com.apple.PerformanceAnalysis (1.11 - 11)  /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis<br />
    0x7fff92434000 -     0x7fff9243bff7  com.apple.CommerceCore (1.0 - 17)  /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore<br />
    0x7fff9243c000 -     0x7fff9243fff7  com.apple.securityhi (4.0 - 1)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI<br />
    0x7fff92483000 -     0x7fff924a9fff  com.apple.framework.familycontrols (3.0 - 300)  /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls<br />
    0x7fff927ea000 -     0x7fff927ebfff  liblangid.dylib (??? - ???)  /usr/lib/liblangid.dylib<br />
    0x7fff9287f000 -     0x7fff928d7ff7  libTIFF.dylib (??? - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib<br />
    0x7fff928d8000 -     0x7fff92933ff7  com.apple.opencl (2.0.19 - 2.0.19)  /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL<br />
    0x7fff92934000 -     0x7fff9296efe7  com.apple.DebugSymbols (2.1 - 87)  /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols<br />
    0x7fff9296f000 -     0x7fff929e5ff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0)  /usr/lib/libc++.1.dylib<br />
    0x7fff92a0f000 -     0x7fff92a1cfff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib<br />
    0x7fff92a1d000 -     0x7fff92a71ff7  com.apple.ScalableUserInterface (1.0 - 1)  /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface<br />
    0x7fff92d9a000 -     0x7fff92d9bff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0)  /usr/lib/system/libremovefile.dylib<br />
    0x7fff93205000 -     0x7fff9327bfff  com.apple.CoreSymbolication (2.2 - 73.2)  /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication<br />
    0x7fff9338e000 -     0x7fff93602fff  com.apple.CoreImage (7.99.1 - 1.0.1)  /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage<br />
    0x7fff93603000 -     0x7fff9360cff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0)  /usr/lib/system/libsystem_notify.dylib<br />
    0x7fff9360d000 -     0x7fff93624fff  com.apple.MultitouchSupport.framework (231.4 - 231.4)  /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport<br />
    0x7fff9369b000 -     0x7fff9369bfff  com.apple.CoreServices (53 - 53)  /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices<br />
    0x7fff936c8000 -     0x7fff936cbfff  libRadiance.dylib (??? - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib<br />
    0x7fff936d9000 -     0x7fff93719ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0)  /usr/lib/libcups.2.dylib<br />
    0x7fff93761000 -     0x7fff937adff7  com.apple.SystemConfiguration (1.11.3 - 1.11)  /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration<br />
    0x7fff937ae000 -     0x7fff937b4ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0)  /usr/lib/system/libunwind.dylib<br />
    0x7fff937b5000 -     0x7fff93811ff7  com.apple.HIServices (1.21 - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices<br />
    0x7fff93812000 -     0x7fff93818fff  libmacho.dylib (800.0.0 - compatibility 1.0.0)  /usr/lib/system/libmacho.dylib<br />
    0x7fff93819000 -     0x7fff9384cff7  com.apple.GSS (2.2 - 2.0)  /System/Library/Frameworks/GSS.framework/Versions/A/GSS<br />
    0x7fff9384d000 -     0x7fff93857ff7  liblaunch.dylib (392.39.0 - compatibility 1.0.0)  /usr/lib/system/liblaunch.dylib<br />
    0x7fff93858000 -     0x7fff93865ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0)  /usr/lib/libbz2.1.0.dylib<br />
    0x7fff93885000 -     0x7fff939bbfff  com.apple.vImage (5.1 - 5.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage<br />
    0x7fff939bc000 -     0x7fff939e7ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0)  /usr/lib/libxslt.1.dylib<br />
    0x7fff93a2d000 -     0x7fff93a3cff7  libxar-nossl.dylib (??? - ???)  /usr/lib/libxar-nossl.dylib<br />
    0x7fff93d63000 -     0x7fff93e65fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0)  /usr/lib/libxml2.2.dylib<br />
    0x7fff9402e000 -     0x7fff949cca27  com.apple.CoreGraphics (1.600.0 - ???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics<br />
    0x7fff949cd000 -     0x7fff94e94fff  FaceCoreLight (1.4.7 - compatibility 1.0.0)  /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight<br />
    0x7fff954e6000 -     0x7fff954edfff  com.apple.NetFS (4.0 - 4.0)  /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS<br />
    0x7fff955cf000 -     0x7fff955d3fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib<br />
    0x7fff95648000 -     0x7fff956cbfef  com.apple.Metadata (10.7.0 - 627.37)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata<br />
    0x7fff956cc000 -     0x7fff956d1fff  libcache.dylib (47.0.0 - compatibility 1.0.0)  /usr/lib/system/libcache.dylib<br />
    0x7fff956d2000 -     0x7fff956fbfff  com.apple.CoreVideo (1.7 - 70.3)  /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo<br />
    0x7fff95743000 -     0x7fff95745fff  com.apple.TrustEvaluationAgent (2.0 - 1)  /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent<br />
    0x7fff95787000 -     0x7fff957c7fe7  libGLImage.dylib (??? - ???)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib<br />
    0x7fff95802000 -     0x7fff95b1efff  com.apple.CoreServices.CarbonCore (960.25 - 960.25)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore<br />
    0x7fff9611d000 -     0x7fff9611dfff  com.apple.Cocoa (6.6 - ???)  /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa<br />
    0x7fff9611e000 -     0x7fff9613efff  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0)  /usr/lib/system/libsystem_kernel.dylib<br />
    0x7fff9632c000 -     0x7fff963cefff  com.apple.securityfoundation (5.0 - 55116)  /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation<br />
    0x7fff963cf000 -     0x7fff963daff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0)  /usr/lib/libc++abi.dylib<br />
<br />
External Modification Summary:<br />
  Calls made by other processes targeting this process:<br />
    task_for_pid: 2<br />
    thread_create: 0<br />
    thread_set_state: 0<br />
  Calls made by this process:<br />
    task_for_pid: 0<br />
    thread_create: 0<br />
    thread_set_state: 0<br />
  Calls made by all processes on this machine:<br />
    task_for_pid: 29684<br />
    thread_create: 0<br />
    thread_set_state: 0<br />
<br />
VM Region Summary:<br />
ReadOnly portion of Libraries: Total=152.0M resident=86.4M(57%) swapped_out_or_unallocated=65.6M(43%)<br />
Writable regions: Total=129.5M written=26.5M(20%) resident=28.4M(22%) swapped_out=4K(0%) unallocated=101.0M(78%)<br />
 <br />
REGION TYPE                      VIRTUAL<br />
===========                      =======<br />
CG backing stores                   164K<br />
CG shared images                   3416K<br />
CoreGraphics                         16K<br />
CoreServices                       2588K<br />
MALLOC                             45.0M<br />
MALLOC guard page                    48K<br />
Memory tag=242                       12K<br />
STACK GUARD                          24K<br />
Stack                              66.5M<br />
VM_ALLOCATE                        16.1M<br />
__CI_BITMAP                          80K<br />
__DATA                             13.0M<br />
__IMAGE                             528K<br />
__LINKEDIT                         51.1M<br />
__TEXT                            100.9M<br />
__UNICODE                           544K<br />
mapped file                        32.3M<br />
shared memory                       308K<br />
===========                      =======<br />
TOTAL                             332.6M<br />
<br />
Model: MacBookAir3,1, BootROM MBA31.0061.B07, 2 processors, Intel Core 2 Duo, 1.4 GHz, 4 GB, SMC 1.67f10<br />
Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB<br />
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54333235533642465238412D47372020<br />
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54333235533642465238412D47372020<br />
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD1), Broadcom BCM43xx 1.0 (5.106.198.19.22)<br />
Bluetooth: Version 4.0.8f17, 2 service, 11 devices, 1 incoming serial ports<br />
Network Service: AirPort, AirPort, en0<br />
Serial ATA Device: APPLE SSD TS128C, 121,33 GB<br />
USB Device: FaceTime Camera (Built-in), apple_vendor_id, 0x850a, 0x24600000 / 2<br />
USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x04500000 / 3<br />
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821b, 0x04530000 / 5<br />
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0243, 0x04300000 / 2<br />
]]></description>
      <link>http://bugs.povray.org/task/320</link>
      <guid>http://bugs.povray.org/task/320</guid>
    </item>
        <item>
      <title>FS#297: Have a user-definable epsilon</title>
      <author>Richard Callwood III</author>
      <pubDate>Sun, 09 Jun 2013 17:10:18 +0000</pubDate>
      <description><![CDATA[There are times when scaling an entire scene up or down is difficult or just not feasible.<br />
<br />
One suggestion is a global_settings option.<br />
<br />
Also, I&#039;ve noticed that in some situations, such as interactions between certain transparent objects, the epsilon seems to kick in quite early.  Perhaps there could be situational or contextual epsilons, such as the &quot;tolerance&quot; of sphere_sweep or the &quot;accuracy&quot; of isosurface.<br />
<br />
]]></description>
      <link>http://bugs.povray.org/task/297</link>
      <guid>http://bugs.povray.org/task/297</guid>
    </item>
        <item>
      <title>FS#268: &quot;naked&quot; pigment statement does not properly override previous pigment</title>
      <author>Christoph Lipka</author>
      <pubDate>Sun, 27 Jan 2013 08:47:52 +0000</pubDate>
      <description><![CDATA[A pigment statement not wrapped in a texture statement does not properly override a pigment previously defined for the object. In the following SDL code:<br />
<br />
<br />
  #declare PLANE = plane { y,0<br />
    texture {<br />
      pigment { checker color rgb 1 color rgb 0 scale 0.1 }<br />
  } }<br />
  object { PLANE<br />
    pigment { checker color red 1 color blue 1 scale 1.0 }<br />
  }<br />
<br />
<br />
the scaling of the pigment previously specified for the PLANE object is retained for the new pigment. Compare:<br />
<br />
<br />
  #declare PLANE = plane { y,0<br />
    texture {<br />
      pigment { checker color rgb 1 color rgb 0 scale 0.1 }<br />
  } }<br />
  object { PLANE<br />
    texture {<br />
      pigment { checker color red 1 color blue 1 scale 1.0 }<br />
  } }<br />
<br />
<br />
which behaves as expected.<br />
<br />
The issue has been around at least since POV-Ray 3.6.2.<br />
]]></description>
      <link>http://bugs.povray.org/task/268</link>
      <guid>http://bugs.povray.org/task/268</guid>
    </item>
        <item>
      <title>FS#190: photon message reporting</title>
      <author>Jim Holsenback</author>
      <pubDate>Sat, 08 Jan 2011 17:15:43 +0000</pubDate>
      <description><![CDATA[couple of observations:<br />
<br />
if no photons are gathered (hey it happens ... my typo) when attempting to save a photon map the warning message just indicates that it couldn&#039;t save the map, maybe the message could be enhanced to say something like: No photons were gathered so no map information was saved. At first I thought something had changed in my I/O restrictions (I&#039;m writing to an image directory not current or work directory)<br />
<br />
when reading a previously saved photon map there is no indication that it was read in other than the end stats showing a small amount of photon time. I don&#039;t recall but didn&#039;t v3.6 indicate that the a previously saved map was being used? Just for the heck of it I moved the map file aside and it did prove to me that it was indeed being input. Some sort of message at the time the file is read in might be helpful. ]]></description>
      <link>http://bugs.povray.org/task/190</link>
      <guid>http://bugs.povray.org/task/190</guid>
    </item>
        <item>
      <title>FS#150: Windows file association problems (Win7 only??)</title>
      <author>Mike H</author>
      <pubDate>Fri, 25 Jun 2010 13:52:47 +0000</pubDate>
      <description><![CDATA[Windows allows you to associate programs with file extensions using the &quot;Open with&quot; file manager right-click menu extension.<br />
<br />
I&#039;m running Windows 7 64bit, and installed the 64 bit versions of 3.6.2 and the beta appropriately.<br />
<br />
A couple of problems that I haven&#039;t tested very thoroughly:<br />
<br />
1. If you have both POV 3.6.2 and the beta installed at the same time, you can no longer using this dialog change the association to the beta once it has been created for 3.6.2. There&#039;s no error or anything; it just opens the file inside 3.6.2 instead. Maybe because both versions appear as &quot;POV-Ray for Windows&quot; to this dialog? Would adding the version number to the name fix things? Anything I can do on my end of things to resolve this?<br />
<br />
2. In POV-Ray 3.6.2, I can use this dialog to open *.inc, *.txt and other files in POV-Ray, but only if POV-Ray isn&#039;t already running. If POV-Ray is already running I get an &quot;Only /EDIT and /RENDER may be passed to previous instance&quot; error. Files with the *.pov extension open properly regardless, without any error. I am unable to test this in the beta at the moment due to the first problem unfortunately. Could someone please test this with the beta and confirm whether the behavior also exists?<br />
<br />
3. With the POV-Ray 3.7 beta, entering the following command in the command prompt results in the same error:<br />
<br />
     &quot;C:\Program Files\POV-Ray for Windows v3.7\bin\pvengine64.exe&quot; &quot;D:\Working\Povray\GearHead\LoadingScreen\btr_maanji.pov&quot;<br />
<br />
If I change it to the following it works however:<br />
<br />
     &quot;C:\Program Files\POV-Ray for Windows v3.7\bin\pvengine64.exe&quot; /EDIT &quot;D:\Working\Povray\GearHead\LoadingScreen\btr_maanji.pov&quot;<br />
<br />
Is this error/behavior really necessary? Would it be OK to instead change the behavior when the /EDIT flag is omitted in the <br />
command-line such that the file is opened in the editor by default, without throwing an error?]]></description>
      <link>http://bugs.povray.org/task/150</link>
      <guid>http://bugs.povray.org/task/150</guid>
    </item>
        <item>
      <title>FS#260: Patch to let POV-Ray builds with boost &gt;=1.50</title>
      <author>Casper Ti. Vector</author>
      <pubDate>Sat, 10 Nov 2012 02:54:05 +0000</pubDate>
      <description><![CDATA[Originally resolved in [[https://bugs.gentoo.org/show_bug.cgi?id=425450]].<br />
Attached is a patch with Gentoo-specific code removed.<br />
<br />
There are two parts in this issue:<br />
  * The newer boost library requires downstream users to explicitly link to the boost system library (-lboost_system).<br />
  * The newer boost library replaced TIME_UTC with TIME_UTC_, because glibc added TIME_UTC.<br />
]]></description>
      <link>http://bugs.povray.org/task/260</link>
      <guid>http://bugs.povray.org/task/260</guid>
    </item>
        <item>
      <title>FS#331: Intersection causes quadric to disappear</title>
      <author>Richard Callwood III</author>
      <pubDate>Mon, 27 Jul 2015 22:50:56 +0000</pubDate>
      <description><![CDATA[The following paraboloid renders correctly:<br />
<br />
intersection<br />
{ quadric { , , , -1 }<br />
  cylinder { 0, y, 1 }<br />
}<br />
<br />
However, when I extend the clipping cylinder downward:<br />
<br />
intersection<br />
{ quadric { , , , -1 }<br />
  cylinder { -y, y, 1 }<br />
}<br />
<br />
the object disappears completely in POV-Ray 3.7 and 3.7.1. In POV-Ray <br />
3.6.1, it renders as expected.<br />
<br />
POV-Ray 3.7.0.unofficial (self-compiled with g++ 4.8, but completely unaltered)<br />
POV-Ray 3.7.1-alpha.8150025.unofficial<br />
openSUSE 13.2 GNU/Linux<br />
<br />
This scene file illustrates the problem:<br />
<br />
// +w480 +h240<br />
#version 3.6; //[sic]<br />
<br />
global_settings { assumed_gamma 1 }<br />
<br />
camera<br />
{ location <br />
  look_at <br />
  right 2 * x<br />
  up y<br />
  angle 43.1038<br />
}<br />
<br />
#default { finish { diffuse 0.6 ambient rgb 0.15618 } }<br />
<br />
light_source<br />
{ ,<br />
  rgb 6856.3<br />
  fade_power 2 fade_distance 0.10417<br />
  spotlight point_at  radius 45 falloff 90<br />
}<br />
<br />
box<br />
{ -, <br />
  pigment { rgb 1 }<br />
}<br />
<br />
plane<br />
{ y, 0<br />
  pigment { checker rgb 0.05 rgb 1 }<br />
}<br />
<br />
intersection<br />
{ quadric { , , , -1 }<br />
  cylinder { 0, y, 1 }<br />
  pigment { green 0.5 }<br />
  translate <br />
}<br />
<br />
intersection<br />
{ quadric { , , , -1 }<br />
  cylinder { -y, y, 1 }<br />
  pigment { green 0.5 }<br />
  translate <br />
}<br />
<br />
On the right side, there should have been a cylinder capped with a paraboloid. A [[http://news.povray.org/povray.bugreports/thread/%3C55b39c37%241%40news.povray.org%3E/|thread has been started in povray.bugreports]]. Jerome has started to look at it.<br />
<br />
]]></description>
      <link>http://bugs.povray.org/task/331</link>
      <guid>http://bugs.povray.org/task/331</guid>
    </item>
        <item>
      <title>FS#307: netpbm, ppm, read bug where first data byte CR char</title>
      <author>William F Pokorny</author>
      <pubDate>Sat, 07 Sep 2013 13:00:54 +0000</pubDate>
      <description><![CDATA[I&#039;ve recently been working with the netpbm ppm format and I have hit what I believe to be a bug in the way ppm files are read – very likely a bug in all netpbm formats.  I am aware of the long standing povray issue with the netpbm file formats header where the height and width need to be on the same line as the magic number though that is not a requirement of the official format.  This bug is different.<br />
<br />
Namely in working with a larger number of ppm files I hit cases where a few would fail with the message :  “Possible Parse Error: Unexpected EOF in PPM file” though the ppm files are fine. What is happening is that the first byte of data after the line feed (LF) (Ubuntu linux 12.04) happens to have a carriage return (CR) value.<br />
<br />
The code which is set up to interpret the netpbm headers is reading a lines with “file-&gt;getline (line, 1024);” and this line reading code is pulling in the first byte of data with the CR value as part of the line. When the read by binary data, 8 or 16 bits at a time, starts, the povray read code is offset into the data by one byte too many.<br />
<br />
The result from 10,000 meters, if input values were completely random file to file, would be netpbm read fails for size that make no sense in 1/256 files. In practice &amp; depending on data some might never see fails while an unfortunate few might almost always fail.<br />
<br />
I&#039;d make some argument any CR following a LF character should not be pulled in as part of the line read even on windows/dos systems where CRLF is the usual line termination order. I think though the real fix is better netpbm header reading code which more strictly breaks apart the header on the first whitespace character doing the last depth break, aware of the file size, so it can decide what portion of any valid sequence of whitespce characters after the decimal depth value is data and not whitespace.<br />
<br />
The attached tarball when unpacked has both a passing and failing case. To run “povray fails.pov” or “povray works.pov”. The only difference between the two ppm files if the fails.ppm data is all 0x0D while works.ppm data bytes are all 0x0C. The image rendered is meaningless. <br />
<br />
Thanks for your time.<br />
Bill P. ]]></description>
      <link>http://bugs.povray.org/task/307</link>
      <guid>http://bugs.povray.org/task/307</guid>
    </item>
        <item>
      <title>FS#298: the warning for isosurface does not appears as often as with 3.6.1</title>
      <author>Grimbert Jérôme</author>
      <pubDate>Mon, 24 Jun 2013 09:37:48 +0000</pubDate>
      <description><![CDATA[From synthetic post of Cousin Ricky in p.beta-test, 2013-06-24 circa 3:19 pm (MST)<br />
<br />
<br />
William F Pokorny  wrote:<br />
&gt; It seems to be the case the gradient warnings are only generated if the<br />
&gt; isosurface is naked. If it is wrapped in an object as was the case with<br />
&gt; my thread safety example, we get no warnings.<br />
<br />
Confirmed.  If only I still had the concentration required to investigate<br />
computer code.<br />
<br />
<br />
#version 3.7;<br />
<br />
#ifndef (MG) #declare MG = 40/9; #end<br />
#ifndef (Naked) #declare Naked = no; #end<br />
<br />
global_settings<br />
{ assumed_gamma 1<br />
  radiosity {} //force isosurface calculations from all directions<br />
}<br />
<br />
light_source { , rgb 1 }<br />
<br />
camera<br />
{ location <br />
  look_at <br />
  angle 10.7447<br />
}<br />
<br />
#include &quot;functions.inc&quot;<br />
<br />
#if (Naked)<br />
  isosurface<br />
  { function { f_sphere (x, 0, z, (2660 - 40*y) / 9) }<br />
    contained_by { box { ,  } }<br />
    max_gradient MG<br />
    pigment { rgb  }<br />
    scale 1/128<br />
    rotate -35 * x<br />
    translate y<br />
  }<br />
#else<br />
  #declare Test = isosurface<br />
  { function { f_sphere (x, 0, z, (2660 - 40*y) / 9) }<br />
    contained_by { box { ,  } }<br />
    max_gradient MG<br />
    pigment { rgb  }<br />
    scale 1/128<br />
    rotate -35 * x<br />
    translate y<br />
  }<br />
  object { Test }<br />
#end<br />
<br />
<br />
On the command line, try:<br />
<br />
  declare=MG=1 declare=Naked=1<br />
<br />
and<br />
<br />
  declare=MG=1 declare=Naked=0<br />
<br />
To lose the warning, I had to declare the isosurface.  Just wrapping the naked<br />
isosurface in an object{} generated a warning.<br />
<br />
=====Further analysis=====<br />
isCopy seems to be intended to avoid displaying the same warning over<br />
and over for the same isosurface (as duplicated isosurface indeed are<br />
not copied but reference the same sub-structure).<br />
<br />
#declare Ob = isosurface{...}; // that&#039;s not a copy<br />
object {Ob ... } // that&#039;s a copy<br />
<br />
Previously (3.6.1) the warning was displayed at the destruction of the<br />
isosurface (when the sub-structure was actually referenced by no one else)	<br />
<br />
  if((Stage == STAGE_SHUTDOWN) &amp;&amp; (mginfo-&gt;refcnt == 0))<br />
<br />
In 3.7, isCopy was introduced with change 4707, 16th February 2009,<br />
along with the change introducing means for objects to submit message on<br />
shutdown.<br />
It was reported in windows source with change 4714, 21th February 2009.<br />
<br />
If the symptom &quot;isosurface embbeded in object (CSG) does not show the<br />
warning&quot; is correct, it might be a &quot;feature/bug&quot;. The parser copied the<br />
isosurface object and deleted the original before the render started.<br />
When the render ends, it find only copies and because the refcnt is not<br />
used anymore (for that purpose), it miss the last remaining true data to<br />
display.<br />
<br />
Instead of isCopy, what about adding in mginfo a boolean<br />
&quot;printed_warning&quot; (actual name should be more appropriate), set to false<br />
on creation, and turn to true on the first call (instead of last for<br />
3.6.1) of the warning displaying function (test for false, set to true<br />
if false) ? (and dropping isCopy in the process)<br />
<br />
For instance, i&#039;m afraid the following sequence would fails with current<br />
code:<br />
<br />
#declare Foo = isosurface{ ... };<br />
#declare Bar = object { Foo ... };<br />
#undef Foo;<br />
<br />
(or any pop of #local context, such as building the isosurface via macro<br />
or loop, or replacing the value of a previous #declare/#local )<br />
<br />
<br />
<br />
]]></description>
      <link>http://bugs.povray.org/task/298</link>
      <guid>http://bugs.povray.org/task/298</guid>
    </item>
        <item>
      <title>FS#259: Stack Overflow with the write-directive with missing closing bracket</title>
      <author>Michael Friedrichs</author>
      <pubDate>Thu, 01 Nov 2012 18:40:16 +0000</pubDate>
      <description><![CDATA[As I posted yesterday to the POV bugreports, I observed a bug with the #write directive, having forgotten the closing bracket. I looked a little bit closer and found different behaviours of POV with different array sizes.<br />
<br />
With ArrayDim=100 (please look at the attached SDL-code, which is reduced as much as possible and produces only the bug and no scene) one get the Parse Error: &quot;Expected &#039;string&#039;, End of File found instead&quot; and the last line is highlighted. With ArrayDim=1024 you get an Stack Overflow and POV crashes. <br />
<br />
I observed this at two different core i7 windows machines. On one of them (16 GB RAM, if this is of importance) the threshold between both behaviours was between 300 and 400. Hope this helps.<br />
<br />
Best regards,<br />
Michael]]></description>
      <link>http://bugs.povray.org/task/259</link>
      <guid>http://bugs.povray.org/task/259</guid>
    </item>
      </channel>
</rss>
