0.9.2 Memory Leak

Archive of historical bug reports.
Please use the GitHub link above to report issues.
Forum rules
*******************************
Please be aware we are now using GitHub for issue tracking and feature requests.
- This section of the forum is now closed to new topics.

*******************************
Cyander
Experienced
Posts: 94
Joined: Tue Mar 20, 2007 9:19 pm

0.9.2 Memory Leak

Post by Cyander »

I've been trying to do some longer queues (10 + TV episodes in a single queue).

It seems there is some form of memory leak that is causing a crash (and a malloc failure to be logged into the console log). From what I can tell so far, it seems to be related to multiple sources and or multiple titles being ripped. I can rip 2 titles across 2 sources without a crash, but the flipside is that if I have something with a lot of titles... it crashes around the 4th title or so. I am noticing that the real/virtual memory is also consistently growing. 130-140MB when ripping episode 3 or so, but episode 9 floats around 400-500MB real memory. Virtual memory is currently sitting around 1.8GB, up from 1.4GB.
maubp
Posts: 41
Joined: Mon Jun 18, 2007 10:42 am

Re: 0.9.2 Memory Leak

Post by maubp »

Maybe you should post that log file (use the "code" tags). Can you use a debugger?
Cyander
Experienced
Posts: 94
Joined: Tue Mar 20, 2007 9:19 pm

Re: 0.9.2 Memory Leak

Post by Cyander »

Below are both the console and crash logs.

Right now I think running Instrumentation on Handbrake itself using a debug build will likely prove to be a bit more helpful in catching a memory leak at this stage (The debugger will more likely just confirm what the logs say). The really crappy thing is that I know it is crashing before it eats 4GB of VM, it hits around 1.3GB of real memory on my 2GB Mac Pro and dies (since the OS can't allocate any real memory when it thinks all RAM pages are in use).

Some discs trigger the crash faster than others (I got through all of the Tenchi OVAs with only about 800MB of real memory used, none released until I killed the app, and only got through 3 episodes of Melody of Oblivion before it crashed in the middle of encoding #4).

Something is seriously eating up a lot of raw buffer space.

Code: Select all

3/3/08 2:02:58 AM [0x0-0xec0ec].org.m0k.handbrake[2412] HandBrake(2412,0xcc9b0000) malloc: *** mmap(size=1380352) failed (error code=12) 
3/3/08 2:02:58 AM [0x0-0xec0ec].org.m0k.handbrake[2412] *** error: can't allocate region 
3/3/08 2:02:58 AM [0x0-0xec0ec].org.m0k.handbrake[2412] *** set a breakpoint in malloc_error_break to debug 
3/3/08 2:03:04 AM ReportCrash[2544] invalid frame pointer: 0x2
3/3/08 2:03:06 AM com.apple.launchd[110] ([0x0-0xec0ec].org.m0k.handbrake[2412]) Exited abnormally: Bus error 

Code: Select all

Process:         HandBrake [2412]
Path:            /Users/adamth/Applications/HandBrake copy.app/Contents/MacOS/HandBrake
Identifier:      org.m0k.handbrake
Version:         0.9.2 (2008021900)
Code Type:       X86 (Native)
Parent Process:  launchd [110]

Date/Time:       2008-03-03 02:02:59.492 -0800
OS Version:      Mac OS X 10.5.2 (9C31)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
Crashed Thread:  20

Thread 0:
0   libSystem.B.dylib             	0x9572e9e6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x957361dc mach_msg + 72
2   com.apple.CoreFoundation      	0x942ce0de CFRunLoopRunSpecific + 1806
3   com.apple.CoreFoundation      	0x942ced18 CFRunLoopRunInMode + 88
4   com.apple.HIToolbox           	0x93a7a6a0 RunCurrentEventLoopInMode + 283
5   com.apple.HIToolbox           	0x93a7a4b9 ReceiveNextEventCommon + 374
6   com.apple.HIToolbox           	0x93a7a32d BlockUntilNextEventMatchingListInMode + 106
7   com.apple.AppKit              	0x94cb17d9 _DPSNextEvent + 657
8   com.apple.AppKit              	0x94cb108e -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
9   com.apple.AppKit              	0x94caa0c5 -[NSApplication run] + 795
10  com.apple.AppKit              	0x94c7730a NSApplicationMain + 574
11  org.m0k.handbrake             	0x00002a46 start + 54

Thread 1:
0   libSystem.B.dylib             	0x9572e9e6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x957361dc mach_msg + 72
2   com.apple.CoreFoundation      	0x942ce0de CFRunLoopRunSpecific + 1806
3   com.apple.CoreFoundation      	0x942ced18 CFRunLoopRunInMode + 88
4   com.apple.Foundation          	0x964c0ac0 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
5   com.apple.Foundation          	0x9645d5ad -[NSThread main] + 45
6   com.apple.Foundation          	0x9645d154 __NSThread__main__ + 308
7   libSystem.B.dylib             	0x9575fc55 _pthread_start + 321
8   libSystem.B.dylib             	0x9575fb12 thread_start + 34

Thread 2:
0   libSystem.B.dylib             	0x9577eb3a select$DARWIN_EXTSN + 10
1   libSystem.B.dylib             	0x9575fc55 _pthread_start + 321
2   libSystem.B.dylib             	0x9575fb12 thread_start + 34

Thread 3:
0   libSystem.B.dylib             	0x9572eb06 mach_wait_until + 10
1   libSystem.B.dylib             	0x957a672f nanosleep + 314
2   libSystem.B.dylib             	0x957a65ef usleep + 61
3   org.m0k.handbrake             	0x0002df82 thread_func + 355
4   org.m0k.handbrake             	0x00031970 hb_thread_func + 80
5   libSystem.B.dylib             	0x9575fc55 _pthread_start + 321
6   libSystem.B.dylib             	0x9575fb12 thread_start + 34

Thread 4:
0   libSystem.B.dylib             	0x95735bce __semwait_signal + 10
1   libSystem.B.dylib             	0x957608cd pthread_cond_wait$UNIX2003 + 73
2   com.apple.QuartzCore          	0x908b4121 fe_fragment_thread + 54
3   libSystem.B.dylib             	0x9575fc55 _pthread_start + 321
4   libSystem.B.dylib             	0x9575fb12 thread_start + 34

Thread 5:
0   libSystem.B.dylib             	0x95735bce __semwait_signal + 10
1   libSystem.B.dylib             	0x957608cd pthread_cond_wait$UNIX2003 + 73
2   com.apple.QuartzCore          	0x908b4121 fe_fragment_thread + 54
3   libSystem.B.dylib             	0x9575fc55 _pthread_start + 321
4   libSystem.B.dylib             	0x9575fb12 thread_start + 34

Thread 6:
0   libSystem.B.dylib             	0x95735bce __semwait_signal + 10
1   libSystem.B.dylib             	0x957608cd pthread_cond_wait$UNIX2003 + 73
2   com.apple.QuartzCore          	0x908b4121 fe_fragment_thread + 54
3   libSystem.B.dylib             	0x9575fc55 _pthread_start + 321
4   libSystem.B.dylib             	0x9575fb12 thread_start + 34

Thread 7:
0   libSystem.B.dylib             	0x95735bce __semwait_signal + 10
1   libSystem.B.dylib             	0x957608cd pthread_cond_wait$UNIX2003 + 73
2   libGLProgrammability.dylib    	0x95df1e32 glvmDoWork + 162
3   libSystem.B.dylib             	0x9575fc55 _pthread_start + 321
4   libSystem.B.dylib             	0x9575fb12 thread_start + 34

Thread 8:
0   libSystem.B.dylib             	0x9572e9e6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x957361dc mach_msg + 72
2   com.apple.CoreFoundation      	0x942ce0de CFRunLoopRunSpecific + 1806
3   com.apple.CoreFoundation      	0x942ced74 CFRunLoopRun + 84
4   com.apple.DesktopServices     	0x96dd246f TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
5   ...ple.CoreServices.CarbonCore	0x92615beb PrivateMPEntryPoint + 56
6   libSystem.B.dylib             	0x9575fc55 _pthread_start + 321
7   libSystem.B.dylib             	0x9575fb12 thread_start + 34

Thread 9:
0   libSystem.B.dylib             	0x9572e9e6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x957361dc mach_msg + 72
2   com.apple.CoreFoundation      	0x942ce0de CFRunLoopRunSpecific + 1806
3   com.apple.CoreFoundation      	0x942ced74 CFRunLoopRun + 84
4   com.apple.DesktopServices     	0x96dd25e8 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
5   ...ple.CoreServices.CarbonCore	0x92615beb PrivateMPEntryPoint + 56
6   libSystem.B.dylib             	0x9575fc55 _pthread_start + 321
7   libSystem.B.dylib             	0x9575fb12 thread_start + 34

Thread 10:
0   libSystem.B.dylib             	0x95735bce __semwait_signal + 10
1   libSystem.B.dylib             	0x957608cd pthread_cond_wait$UNIX2003 + 73
2   ...ple.CoreServices.CarbonCore	0x926179d7 TSWaitOnCondition + 126
3   ...ple.CoreServices.CarbonCore	0x925f68fe TSWaitOnConditionTimedRelative + 202
4   ...ple.CoreServices.CarbonCore	0x92617654 MPWaitOnQueue + 208
5   com.apple.DesktopServices     	0x96ddda7a TNodeSyncTask::SyncTaskProc(void*) + 84
6   ...ple.CoreServices.CarbonCore	0x92615beb PrivateMPEntryPoint + 56
7   libSystem.B.dylib             	0x9575fc55 _pthread_start + 321
8   libSystem.B.dylib             	0x9575fb12 thread_start + 34

Thread 11:
0   libSystem.B.dylib             	0x9575f4c6 kevent + 10
1   libSystem.B.dylib             	0x9575fc55 _pthread_start + 321
2   libSystem.B.dylib             	0x9575fb12 thread_start + 34

Thread 12:
0   libSystem.B.dylib             	0x9572e9e6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x957361dc mach_msg + 72
2   com.apple.CoreFoundation      	0x942ce0de CFRunLoopRunSpecific + 1806
3   com.apple.CoreFoundation      	0x942ced18 CFRunLoopRunInMode + 88
4   com.apple.CFNetwork           	0x968bd6cc CFURLCacheWorkerThread(void*) + 396
5   libSystem.B.dylib             	0x9575fc55 _pthread_start + 321
6   libSystem.B.dylib             	0x9575fb12 thread_start + 34

Thread 13:
0   libSystem.B.dylib             	0x95735bce __semwait_signal + 10
1   libSystem.B.dylib             	0x95735996 usleep$UNIX2003 + 61
2   com.apple.AppKit              	0x94d17cf9 -[NSUIHeartBeat _heartBeatThread:] + 2042
3   com.apple.Foundation          	0x9645d5ad -[NSThread main] + 45
4   com.apple.Foundation          	0x9645d154 __NSThread__main__ + 308
5   libSystem.B.dylib             	0x9575fc55 _pthread_start + 321
6   libSystem.B.dylib             	0x9575fb12 thread_start + 34

Thread 14:
0   libSystem.B.dylib             	0x9572eb06 mach_wait_until + 10
1   libSystem.B.dylib             	0x957a672f nanosleep + 314
2   libSystem.B.dylib             	0x957a65ef usleep + 61
3   org.m0k.handbrake             	0x000374ac work_func + 4683
4   org.m0k.handbrake             	0x00031970 hb_thread_func + 80
5   libSystem.B.dylib             	0x9575fc55 _pthread_start + 321
6   libSystem.B.dylib             	0x9575fb12 thread_start + 34

Thread 15:
0   libSystem.B.dylib             	0x9572eb06 mach_wait_until + 10
1   libSystem.B.dylib             	0x957a672f nanosleep + 314
2   libSystem.B.dylib             	0x957a65ef usleep + 61
3   org.m0k.handbrake             	0x00031e9a ReaderFunc + 1089
4   org.m0k.handbrake             	0x00031970 hb_thread_func + 80
5   libSystem.B.dylib             	0x9575fc55 _pthread_start + 321
6   libSystem.B.dylib             	0x9575fb12 thread_start + 34

Thread 16:
0   libSystem.B.dylib             	0x9572eb06 mach_wait_until + 10
1   libSystem.B.dylib             	0x957a672f nanosleep + 314
2   libSystem.B.dylib             	0x957a65ef usleep + 61
3   org.m0k.handbrake             	0x0002f2f5 MuxerFunc + 742
4   org.m0k.handbrake             	0x00031970 hb_thread_func + 80
5   libSystem.B.dylib             	0x9575fc55 _pthread_start + 321
6   libSystem.B.dylib             	0x9575fb12 thread_start + 34

Thread 17:
0   libSystem.B.dylib             	0x9572eb06 mach_wait_until + 10
1   libSystem.B.dylib             	0x957a672f nanosleep + 314
2   libSystem.B.dylib             	0x957a65ef usleep + 61
3   org.m0k.handbrake             	0x000361ab work_loop + 85
4   org.m0k.handbrake             	0x00031970 hb_thread_func + 80
5   libSystem.B.dylib             	0x9575fc55 _pthread_start + 321
6   libSystem.B.dylib             	0x9575fb12 thread_start + 34

Thread 18:
0   org.m0k.handbrake             	0x000427e3 pullup_var_y + 69
1   org.m0k.handbrake             	0x00042972 pullup_compute_metric + 276
2   org.m0k.handbrake             	0x0004310e pullup_submit_field + 300
3   org.m0k.handbrake             	0x000439ca hb_detelecine_work + 344
4   org.m0k.handbrake             	0x0003210b renderWork + 383
5   org.m0k.handbrake             	0x000361c9 work_loop + 115
6   org.m0k.handbrake             	0x00031970 hb_thread_func + 80
7   libSystem.B.dylib             	0x9575fc55 _pthread_start + 321
8   libSystem.B.dylib             	0x9575fb12 thread_start + 34

Thread 19:
0   libSystem.B.dylib             	0x9572e9e6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x957361dc mach_msg + 72
2   libSystem.B.dylib             	0x95753469 vm_deallocate + 133
3   libSystem.B.dylib             	0x9577b9be _pthread_join_cleanup + 362
4   libSystem.B.dylib             	0x9577b80e pthread_join$UNIX2003 + 963

Thread 20 Crashed:
0   libSystem.B.dylib             	0xffff1090 __memset_pattern + 144
1   org.m0k.handbrake             	0x000361c9 work_loop + 115
2   org.m0k.handbrake             	0x00031970 hb_thread_func + 80
3   libSystem.B.dylib             	0x9575fc55 _pthread_start + 321
4   libSystem.B.dylib             	0x9575fb12 thread_start + 34

Thread 21:
0   libSystem.B.dylib             	0x9572eb06 mach_wait_until + 10
1   libSystem.B.dylib             	0x957a672f nanosleep + 314
2   libSystem.B.dylib             	0x957a65ef usleep + 61
3   org.m0k.handbrake             	0x000361ab work_loop + 85
4   org.m0k.handbrake             	0x00031970 hb_thread_func + 80
5   libSystem.B.dylib             	0x9575fc55 _pthread_start + 321
6   libSystem.B.dylib             	0x9575fb12 thread_start + 34

Thread 22:
0   libSystem.B.dylib             	0x9572eb06 mach_wait_until + 10
1   libSystem.B.dylib             	0x957a672f nanosleep + 314
2   libSystem.B.dylib             	0x957a65ef usleep + 61
3   org.m0k.handbrake             	0x000361ab work_loop + 85
4   org.m0k.handbrake             	0x00031970 hb_thread_func + 80
5   libSystem.B.dylib             	0x9575fc55 _pthread_start + 321
6   libSystem.B.dylib             	0x9575fb12 thread_start + 34

Thread 23:
0   org.m0k.handbrake             	0x00336823 x264_macroblock_encode + 4195

Thread 24:
0   org.m0k.handbrake             	0x0033b654 block_residual_write_cavlc + 1524
1   ???                           	0x7afbe76a 0 + 2063329130
2   ???                           	0x7b13af0c 0 + 2064887564

Thread 25:
0   org.m0k.handbrake             	0x0033f4ea x264_macroblock_write_cavlc + 7210

Thread 20 crashed with X86 Thread State (32-bit):
  eax: 0xffff1000  ebx: 0x00026cdf  ecx: 0xfffffd40  edx: 0x00000010
  edi: 0x000002c0  esi: 0xd1d10000  ebp: 0xcc9afee8  esp: 0xcc9afdf0
   ss: 0x0000001f  efl: 0x00010283  eip: 0xffff1090   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
  cr2: 0x00000000

Binary Images:
    0x1000 -   0x47bff6 +org.m0k.handbrake 0.9.2 (2008021900) <fb5231b01c51f572887824c77d46116d> /Users/adamth/Applications/HandBrake copy.app/Contents/MacOS/HandBrake
  0x7b5000 -   0x7c1ff7 +org.andymatuschak.Sparkle ??? (1.1) /Users/adamth/Applications/HandBrake copy.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
  0xf08000 -   0xf0dff3  libCGXCoreImage.A.dylib ??? (???) <978986709159e5fe9e094df5efddac1d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x14343000 - 0x14431fef  com.apple.RawCamera.bundle 2.0.2 (2.0.2) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x15252000 - 0x1525cffe  com.apple.URLMount 3.1 (3.1) <742db901c626729373961d2b99036aab> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
0x1664b000 - 0x166bdfff  com.apple.iLifeMediaBrowser 1.0.5 (205.0.2) <2b5c1b0df3f8c76476791f8317fc7324> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
0x8fe00000 - 0x8fe2da53  dyld 96.2 (???) <7af47d3b00b2268947563c7fa8c59a07> /usr/lib/dyld
0x90003000 - 0x90022ffa  libJPEG.dylib ??? (???) <0cfb80109d624beb9ceb3c43b6c5ec10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x90023000 - 0x90539fff  com.apple.WebCore 5523.15.1 (5523.15.1) <23d5f6fe4905a5361b31b25bb4de04d6> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x9053a000 - 0x9053affd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9053b000 - 0x90673ff7  libicucore.A.dylib ??? (???) <afcea652ff2ec36885b2c81c57d06d4c> /usr/lib/libicucore.A.dylib
0x90674000 - 0x9071bfeb  com.apple.QD 3.11.52 (???) <c72bd7bd2ce12694c3640a731d1ad878> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9071c000 - 0x9071cfff  com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9071d000 - 0x90733fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x90734000 - 0x90765ffb  com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x907bf000 - 0x90b55ff7  com.apple.QuartzCore 1.5.1 (1.5.1) <665c80f6e28555b303020c8007c36b8b> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x90b56000 - 0x90b83feb  libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x90bbe000 - 0x90bcaff5  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x90bcb000 - 0x90bfafe3  com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x90bfb000 - 0x90c32fff  com.apple.SystemConfiguration 1.9.1 (1.9.1) <8a76e429301afe4eba1330bfeaabd9f2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x90c33000 - 0x90d12fff  libobjc.A.dylib ??? (???) <a53206274b6c2d42691f677863f379ae> /usr/lib/libobjc.A.dylib
0x90d13000 - 0x90d1eff9  com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x90d1f000 - 0x90d6fff7  com.apple.HIServices 1.7.0 (???) <f7e78891a6d08265c83dca8e378be1ea> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x90d70000 - 0x91180fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x91181000 - 0x91200ff5  com.apple.SearchKit 1.2.0 (1.2.0) <277b460da86bc222785159fe77e2e2ed> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x91201000 - 0x91227fff  libcups.2.dylib ??? (???) <85ce204da14d62d6a3a5a9adfba01455> /usr/lib/libcups.2.dylib
0x91228000 - 0x915e6fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x915e7000 - 0x915ecffb  com.apple.DisplayServicesFW 2.0 (2.0) <8953865f53e940007a4e4ac5390d3c95> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x915ed000 - 0x915fdfff  com.apple.speech.synthesis.framework 3.6.59 (3.6.59) <4ffef145fad3d4d787e0c33eab26b336> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9160c000 - 0x9161cffc  com.apple.LangAnalysis 1.6.4 (1.6.4) <cbeb17ab39f28351fe2ab5b82bf465bc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x925a9000 - 0x925c6ff7  com.apple.QuickLookFramework 1.1 (170.2) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x925cd000 - 0x928a6ff3  com.apple.CoreServices.CarbonCore 785.8 (785.8) <827c228e7d717b397cdb4941eba69553> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x928a7000 - 0x92988ff7  libxml2.2.dylib ??? (???) <450ec38b57fb46013847cce851001a2f> /usr/lib/libxml2.2.dylib
0x92989000 - 0x929a7fff  libresolv.9.dylib ??? (???) <0629b6dcd71f4aac6a891cbe26253e85> /usr/lib/libresolv.9.dylib
0x929a8000 - 0x92a58fff  edu.mit.Kerberos 6.0.12 (6.0.12) <9e98dfb4cde8b0510fdd972dc9fa1dc9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x92a59000 - 0x92acbfff  com.apple.PDFKit 2.1 (2.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x92acc000 - 0x92b25fff  libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92b26000 - 0x92b2bfff  com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x92b2c000 - 0x92ce7ff3  com.apple.QuartzComposer 2.1 (106.3) <ed79ff3644e8883905ba3ba681742476> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x92ce8000 - 0x92ce8ff8  com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x92ce9000 - 0x92e20feb  com.apple.imageKit 1.0.1 (1.0) <4cb353ae2d3b141afc3d82b557bde878> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x92e21000 - 0x92e4bfff  com.apple.CoreMediaPrivate 1.4 (1.4) <59630ee9096ecf2ca1e518da2f46c68d> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate
0x92e4c000 - 0x92e64fff  com.apple.openscripting 1.2.6 (???) <b8e553df643f2aec68fa968b3b459b2b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x92fcc000 - 0x93097fff  com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x93098000 - 0x930a6ffd  libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x930a7000 - 0x93132fff  com.apple.framework.IOKit 1.5.1 (???) <a17f9f5ea7e8016a467e67349f4d3d03> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x93133000 - 0x9313ffe7  com.apple.opengl 1.5.4 (1.5.4) <98bccaa83ca5e7101e821b4569a6a2ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93140000 - 0x9318ffff  com.apple.QuickLookUIFramework 1.1 (170.2) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x93196000 - 0x931c1fe7  libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x931c2000 - 0x9385bfff  com.apple.CoreGraphics 1.351.21 (???) <6c93fd21149f389129fe47fa6ef71880> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9385c000 - 0x93872fe7  com.apple.CoreVideo 1.5.0 (1.5.0) <7e010557527a0e6d49147c297d16850a> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x93873000 - 0x9387aff7  libCGATS.A.dylib ??? (???) <9b29a5500efe01cc3adea67bbc42568e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x93a25000 - 0x93a49fff  libxslt.1.dylib ??? (???) <4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib
0x93a4a000 - 0x93d52fff  com.apple.HIToolbox 1.5.2 (???) <7449d6f2da33ded6936243a92e307459> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x93d9e000 - 0x93e58fe3  com.apple.CoreServices.OSServices 224.4 (224.4) <ff5007ab220908ac54b6c661e447d593> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x93ec1000 - 0x93fe5fe3  com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x93fe6000 - 0x94079fff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x9407a000 - 0x94098ff3  com.apple.DirectoryService.Framework 3.5.1 (3.5.1) <96407dca4d6b1d10ae5ca1881e31b27a> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x94099000 - 0x940f6ffb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x940f7000 - 0x94106ffe  com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <eac1c7b7c07ed3148c85934b6f656308> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x94107000 - 0x94107ffe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x94108000 - 0x94112feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x94113000 - 0x9419fff7  com.apple.LaunchServices 286.5 (286.5) <33c3ae54abb276b61a99d4c764d883e2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x941a0000 - 0x94249fff  com.apple.JavaScriptCore 5523.10.3 (5523.10.3) <9e6719a7a0740f5c224099a7b853e45b> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x9425c000 - 0x9438efef  com.apple.CoreFoundation 6.5.1 (476.10) <d5bed2688a5eea11a6dc3a3c5c17030e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9438f000 - 0x943cefef  libTIFF.dylib ??? (???) <6d0f80e9d4d81f3f64c876aca005bd53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x943cf000 - 0x943f7ff7  com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x943f8000 - 0x94403fe7  libCSync.A.dylib ??? (???) <df82fc093e498a9eb5490761cb292218> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x944a3000 - 0x947b7fe2  com.apple.QuickTime 7.4.1 (14) <1a4838d29e0804a2a102f03c053600f0> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x947b8000 - 0x94814ff7  com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x94815000 - 0x9481dfff  com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x94925000 - 0x94af0ff7  com.apple.security 5.0.2 (33001) <0788969ffe7961153219be10786da436> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x94c70000 - 0x94c70ffa  com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x94c71000 - 0x9546efef  com.apple.AppKit 6.5.2 (949.26) <bc4593edd8a224409fb6953a354505a0> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x9546f000 - 0x95470ffc  libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x95471000 - 0x95473ff5  libRadiance.dylib ??? (???) <20eadb285da83df96c795c2c5fa20590> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x95474000 - 0x9547dfff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x9547e000 - 0x954fbfef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x954fc000 - 0x95576ff8  com.apple.print.framework.PrintCore 5.5.2 (245.1) <3c9de512e95fbd838694ee5008d56a28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x95577000 - 0x9557dfff  com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9557e000 - 0x955c0fef  com.apple.NavigationServices 3.5.1 (161) <cc6bd78eabf1e2e7166914e9f12f5850> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x955c1000 - 0x95654ff3  com.apple.ApplicationServices.ATS 3.2 (???) <cdf31bd0ac7de54a35ee2d27cf86b6be> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x95655000 - 0x95692ff7  libGLImage.dylib ??? (???) <2d5ec9fc8b04b7b33f1d40ec83d86bf3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x95719000 - 0x9572dff3  com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x9572e000 - 0x9588dff3  libSystem.B.dylib ??? (???) <4899376234e55593b22fc370935f8cdf> /usr/lib/libSystem.B.dylib
0x9588e000 - 0x95895ffe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x95896000 - 0x959dbff7  com.apple.ImageIO.framework 2.0.1 (2.0.1) <68ba11e689a9ca30f8310935cd1e02d6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x959dc000 - 0x95a16fff  com.apple.coreui 1.1 (61) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x95a17000 - 0x95a1bfff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x95a59000 - 0x95a74ffb  libPng.dylib ??? (???) <b6abcac36ec7654ff3e1cfa786b0117b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x95a78000 - 0x95b2affb  libcrypto.0.9.7.dylib ??? (???) <330b0e48e67faffc8c22dfc069ca7a47> /usr/lib/libcrypto.0.9.7.dylib
0x95b2b000 - 0x95be6fe3  com.apple.WebKit 5523.15.1 (5523.15.1) <176c97b181ca68b309ecded2ed53b923> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x95be7000 - 0x95be7ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x95be8000 - 0x95c25fff  com.apple.CoreMediaIOServicesPrivate 1.4 (1.4) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions/A/CoreMediaIOServicesPrivate
0x95c26000 - 0x95cb2ffb  com.apple.QTKit 7.4.1 (14) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x95cb3000 - 0x95cbafe9  libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x95ccb000 - 0x95d52ff7  libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
0x95d53000 - 0x95d53ff8  com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x95d84000 - 0x95d84ffe  com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x95d85000 - 0x95dcafef  com.apple.Metadata 10.5.2 (398.7) <73a6424c06effc474e699cde6883de99> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x95dcb000 - 0x96297ffe  libGLProgrammability.dylib ??? (???) <ebd2e6c99ec2662b4bdaa3212ab94aed> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x96298000 - 0x9629afff  com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9629b000 - 0x9629ffff  libGIF.dylib ??? (???) <d4234e6f5e5f530bdafb969157f1f17b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x962a0000 - 0x96385ff3  com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x96386000 - 0x96389fff  com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x96452000 - 0x96452ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x96453000 - 0x966cdfe7  com.apple.Foundation 6.5.4 (677.15) <6216196287f98a65ddb654d04d773e7b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x966ce000 - 0x96795ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x96796000 - 0x96796ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x968b2000 - 0x96929fe3  com.apple.CFNetwork 221.5 (221.5) <5474cdd7d2a8b2e8059de249c702df9e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x96b93000 - 0x96bd4fe7  libRIP.A.dylib ??? (???) <9d42e83d860433f9126c4871d1fe0ce8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x96d54000 - 0x96dd0feb  com.apple.audio.CoreAudio 3.1.0 (3.1) <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x96dd1000 - 0x96e5afe3  com.apple.DesktopServices 1.4.5 (1.4.5) <8b264cd6abbbd750928c637e1247269d> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x96e5b000 - 0x96e5bffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x96e69000 - 0x96ec3ff7  com.apple.CoreText 2.0.1 (???) <07494945ad1e3f5395599f42748457cc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0xc0000000 - 0xc0008fff +com.growl.growlframework 0.7.6 (0.7.6) /Users/adamth/Applications/HandBrake copy.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
jbrjake
Veteran User
Posts: 4805
Joined: Wed Dec 13, 2006 1:38 am

Re: 0.9.2 Memory Leak

Post by jbrjake »

The activity log would be, as always, useful info.

What does gdb have to say?
Cyander
Experienced
Posts: 94
Joined: Tue Mar 20, 2007 9:19 pm

Re: 0.9.2 Memory Leak

Post by Cyander »

I'll see if I can grab some more logs, but right now I am attempting to run Instruments against 0.9.2 to see if I can track down what memory blocks are growing. So far it looks like inside a single pass, everything looks clean, but something related to mpeg-2 decoding isn't being cleaned up.

I'll be taking a better look tonight when I can figure out how to make the ObjectAlloc instrument not generate a few gigs of log over 20 minutes.
jbrjake
Veteran User
Posts: 4805
Joined: Wed Dec 13, 2006 1:38 am

Re: 0.9.2 Memory Leak

Post by jbrjake »

Hmm... mpeg-2? That's what I feared. :( I was hoping it was a queueing problem instead ;p
Cyander
Experienced
Posts: 94
Joined: Tue Mar 20, 2007 9:19 pm

Re: 0.9.2 Memory Leak

Post by Cyander »

Well, I am trying to find ways to repro the leaks faster so that Instruments doesn't crash before Handbrake does. :lol:

EDIT: (Removed some baseless assumptions that aren't needed here)

Okay, found one confirmed leak. x264_frame_new. Seems something is happening that prevents an encoded frame from getting deallocated at some point. Right now I can cause Handbrake to have about 200MB of these buffers sitting around after a mere 20 minutes and about 10-12 encodes of about 90 seconds each in the queue. (I can't yet tell if it is x264 that needs fixing or Handbrake) All-in-all, there shouldn't need to be 800+ frames in existence during an encode.

Okay, this is even worse than I thought... Out of 368.75MB of RAM being used by Handbrake at the end of this run, x264_frame_new is responsible for over 75% of it (or a little over 277MB of it).

UPDATE:

Found a second leak, but it seems to come and go. I can't get a solid repro, even against the same source. It does seem to kick in after the first task though. I haven't seen it happen on the first task, but after that, I have seen decoded buffers (created by hblib in mpeg2dec's work thread) leak as well. :(

As for the x264 leak, the odd thing is that it doesn't leak noticeably during a task, but leaks between tasks (1-pass). I haven't been able to figure out why it might be leaking like this though.
Cyander
Experienced
Posts: 94
Joined: Tue Mar 20, 2007 9:19 pm

Re: 0.9.2 Memory Leak

Post by Cyander »

I think I just found a solid repro for a HUGE leak... and I have a couple scripts that can reproduce it as long as you have a copy of the Special Edition of Ghost in the Shell lying around.

It shot up to about 1.38GB of real memory from 200MB during the second pass, not even 1/4th the way through the movie.
carlmmii
Posts: 7
Joined: Wed Mar 26, 2008 1:38 am

Updated: memory leak on 2nd pass encodes with VFR enabled

Post by carlmmii »

I'm trying to encode Card Captor Sakura, but I've also had this issue (though less frequently) with Ghost in the Shell 2nd Gig. Basically, it silently crashes at some point during the encoding. For CCS, it's usually happened on the 2nd episode it encodes. For GitS, I had a few random crashes, and then it made it through 20 episodes no problem.

One thing I have noticed is that it seems to only happen on the 2nd pass. I can't say for sure, but I'll keep track of this for furure crashes.

Settings:

Cardcaptor sakura (episodes are strung together in the same title):
- mp4 file
- avc/h.264 video / aac audio
- fps: same as source (29.97) w/ vfr
- target size (mb): 170
- 2-pass encoding w/ turbo first pass
- keep aspect ratio, automatic crop
- stereo audio, english subtitles
- chapter markers enabled
- x264 options default except for CABAC entropy coding enabled

GitS (episodes are separate titles):
Same as CCS except for filesize (153mb), audio source (5.1 ac3) downmixed to DPL, custom crop and strict anamorphic

I managed to get the activity log just before a crash on CCS. Unfortunately, nothing was added when it crashed. Overview:
- handbrake started
- opened CCS disc 2 .img file ripped using Yade X
- added episode 8 (chapters 19-24) using above settings to queue
- started queue, encoded fine
- added episode 7 (chapters 13-18) using above settings to queue
- started queue, crashed at approx. 75% on 2nd pass

Code: Select all

[21:53:15] hb_init: checking cpu count
[21:53:16] hb_init: starting libhb thread
[21:53:16] thread b01da000 started ("libhb")
[21:53:30] macgui: trying to open video_ts folder (parent directory chosen)
[21:53:30] hb_scan: path=/Users/larmina/Desktop/rips/SAKURA2.dmg, title_index=0
[21:53:30] thread b05b4000 started ("scan")
[21:53:30] scan: trying to open with libdvdread
[21:53:30] scan: DVD has 3 title(s)
[21:53:30] scan: scanning title 1
[21:53:30] scan: opening IFO for VTS 1
[21:53:30] pgc_id: 1, pgn: 1: pgc: 0x14ecd7d0
[21:53:30] scan: vts=1, ttn=1, cells=0->2, blocks=0->6076, 6077 blocks
[21:53:30] scan: duration is 00:00:21 (21210 ms)
[21:53:30] scan: checking audio 1
[21:53:30] scan: id=80bd, lang=Japanese (AC3), 3cc=jpn
[21:53:30] scan: checking subtitle 1
[21:53:30] scan: subtitle channel is not active
[21:53:30] scan: title 1 has 2 chapters
[21:53:30] scan: chap 2 c=0->2, b=6077->47 (6077), 21210 ms
[21:53:30] scan: aspect = 12
[21:53:30] scan: scanning title 2
[21:53:30] scan: opening IFO for VTS 1
[21:53:30] pgc_id: 3, pgn: 1: pgc: 0x14e38990
[21:53:30] scan: vts=1, ttn=2, cells=0->23, blocks=6136->2181840, 2175705 blocks
[21:53:30] scan: duration is 01:40:04 (6004176 ms)
[21:53:30] scan: checking audio 1
[21:53:30] scan: id=80bd, lang=Japanese (AC3), 3cc=jpn
[21:53:30] scan: checking subtitle 1
[21:53:30] scan: id=20bd, lang=English, 3cc=eng
[21:53:30] scan: title 2 has 24 chapters
[21:53:30] scan: chap 1 c=0->0, b=6136->37363 (31228), 82291 ms
[21:53:30] scan: chap 2 c=1->1, b=37364->247182 (209819), 601896 ms
[21:53:30] scan: chap 3 c=2->2, b=247183->493785 (246603), 652013 ms
[21:53:30] scan: chap 4 c=3->3, b=493786->520273 (26488), 69350 ms
[21:53:30] scan: chap 5 c=4->4, b=520274->540538 (20265), 66092 ms
[21:53:30] scan: chap 6 c=5->5, b=540539->551956 (11418), 29341 ms
[21:53:30] scan: chap 7 c=6->6, b=551957->584851 (32895), 81266 ms
[21:53:30] scan: chap 8 c=7->7, b=584852->799543 (214692), 597102 ms
[21:53:30] scan: chap 9 c=8->8, b=799544->1034633 (235090), 657975 ms
[21:53:30] scan: chap 10 c=9->9, b=1034634->1062982 (28349), 69350 ms
[21:53:30] scan: chap 11 c=10->10, b=1062983->1085283 (22301), 65344 ms
[21:53:30] scan: chap 12 c=11->11, b=1085284->1096454 (11171), 29150 ms
[21:53:30] scan: chap 13 c=12->12, b=1096455->1129959 (33505), 81113 ms
[21:53:30] scan: chap 14 c=13->13, b=1129960->1332369 (202410), 599940 ms
[21:53:30] scan: chap 15 c=14->14, b=1332370->1556166 (223797), 656195 ms
[21:53:30] scan: chap 16 c=15->15, b=1556167->1586530 (30364), 69350 ms
[21:53:30] scan: chap 17 c=16->16, b=1586531->1609048 (22518), 65344 ms
[21:53:30] scan: chap 18 c=17->17, b=1609049->1620033 (10985), 29216 ms
[21:53:30] scan: chap 19 c=18->18, b=1620034->1649400 (29367), 81189 ms
[21:53:30] scan: chap 20 c=19->19, b=1649401->1875517 (226117), 621937 ms
[21:53:30] scan: chap 21 c=20->20, b=1875518->2119970 (244453), 633140 ms
[21:53:30] scan: chap 22 c=21->21, b=2119971->2148305 (28335), 69350 ms
[21:53:30] scan: chap 23 c=22->22, b=2148306->2171102 (22797), 66092 ms
[21:53:30] scan: chap 24 c=23->23, b=2171103->2181840 (10738), 30128 ms
[21:53:30] scan: aspect = 12
[21:53:30] scan: scanning title 3
[21:53:30] scan: opening IFO for VTS 1
[21:53:30] pgc_id: 4, pgn: 1: pgc: 0x14e9e2d0
[21:53:30] scan: vts=1, ttn=3, cells=0->0, blocks=2181841->2210553, 28713 blocks
[21:53:30] scan: duration is 00:01:10 (70153 ms)
[21:53:30] scan: checking audio 1
[21:53:30] scan: id=80bd, lang=Japanese (AC3), 3cc=jpn
[21:53:30] scan: checking subtitle 1
[21:53:30] scan: id=20bd, lang=English, 3cc=eng
[21:53:30] scan: title 3 has 1 chapters
[21:53:30] scan: chap 1 c=0->0, b=2181841->2210553 (28713), 70153 ms
[21:53:30] scan: aspect = 12
[21:53:30] scan: decoding previews for title 1
[21:53:30] scan: preview 1
[21:53:30] scan: AC3, rate=48000Hz, bitrate=384000
[21:53:30] scan: preview 2
[21:53:31] scan: preview 3
[21:53:31] scan: preview 4
[21:53:31] scan: preview 5
[21:53:31] scan: preview 6
[21:53:31] scan: preview 7
[21:53:31] scan: preview 8
[21:53:31] scan: preview 9
[21:53:31] scan: preview 10
[21:53:31] scan: 720x480, 29.970 fps, autocrop = 0/0/2/6
[21:53:31] scan: decoding previews for title 2
[21:53:31] scan: preview 1
[21:53:31] scan: AC3, rate=48000Hz, bitrate=384000
[21:53:31] scan: preview 2
[21:53:31] scan: preview 3
[21:53:31] scan: preview 4
[21:53:31] scan: preview 5
[21:53:31] scan: preview 6
[21:53:31] scan: preview 7
[21:53:31] scan: preview 8
[21:53:31] scan: preview 9
[21:53:31] scan: preview 10
[21:53:31] scan: 720x480, 29.970 fps, autocrop = 0/0/4/6
[21:53:31] scan: decoding previews for title 3
[21:53:31] scan: preview 1
[21:53:31] scan: AC3, rate=48000Hz, bitrate=384000
[21:53:31] scan: preview 2
[21:53:31] scan: preview 3
[21:53:31] scan: preview 4
[21:53:31] scan: preview 5
[21:53:31] scan: preview 6
[21:53:31] scan: preview 7
[21:53:32] scan: preview 8
[21:53:32] scan: preview 9
[21:53:32] scan: preview 10
[21:53:32] scan: 720x480, 29.970 fps, autocrop = 0/6/6/8
[21:53:32] scan: title (0) job->width:640, job->height:480
[21:53:32] scan: title (1) job->width:624, job->height:480
[21:53:32] scan: title (2) job->width:640, job->height:480
[21:53:32] thread b05b4000 exited ("scan")
[21:53:32] thread b05b4000 joined ("scan")
[21:53:32] libhb: scan thread found 3 valid title(s)
[21:53:51] thread b05b4000 started ("work")
[21:53:51] 2 job(s) to process
[21:53:51] starting job
[21:53:51]  + device /Users/larmina/Desktop/rips/SAKURA2.dmg
[21:53:51]  + title 2, chapter(s) 19 to 24
[21:53:51]  + 720x480 -> 624x480, crop 0/0/4/6
[21:53:51]  + filters
[21:53:51]    + Detelecine (pullup) (default settings)
[21:53:51]  + video frame rate: variable (detected 29.970 fps)
[21:53:51]  + video bitrate 817 kbps, pass 1
[21:53:51]  + PixelRatio: 0, width:624, height: 480
[21:53:51]  + encoder x264
[21:53:51]    + x264 options: :ref=1:subme=1:me=dia:analyse=none:trellis=0:no-fast-pskip=0:8x8dct=0:weightb=0
[21:53:51]  + audio 128 kbps, 44100 Hz
[21:53:51]  + encoder faac
[21:53:51] thread b0636000 started ("reader")
[21:53:51]  + output: /Users/larmina/Desktop/Card Captor Sakura/Card Captor Sakura 08.mp4
[21:53:51] thread b06b8000 started ("muxer")
[21:53:51] thread b073a000 started ("MPEG-2 decoder (libmpeg2)")
[21:53:51] thread b07bc000 started ("Renderer")
[21:53:51] encx264: keyint-min: 30, keyint-max: 300
[21:53:51] x264 options: Unknown suboption 
[21:53:51] encx264: opening libx264 (pass 1)
x264 [info]: using cpu capabilities: MMX MMXEXT SSE SSE2 SSE3 SSSE3 Cache64 
[21:53:51] thread b083e000 started ("H.264/AVC encoder (libx264)")
[21:53:51] sync: expecting 45040 video frames
[21:53:51] dvd: Beginning of Cell (18) at block 1620034
[21:53:51] sync: first pts is 405661488
[21:53:52] macgui: Using preset: Anime 4:3 Sub VFR
[21:54:13] dvd: End of Cell (18) at block 1649376
[21:54:13] dvd: Beginning of Cell (19) at block 1649401
[21:54:13] dvd: Chapter Break Cell Found
[21:54:15] MPEG2: Chapter Break Cell Found, searching for GOP
[21:54:15] MPEG2: Group of pictures found, searching for I-Frame
[21:54:15] MPEG2: I-Frame Found
[21:54:15] MPEG2: Chapter Break Inserted
[21:57:40] dvd: End of Cell (19) at block 1875272
[21:57:41] dvd: Beginning of Cell (20) at block 1875518
[21:57:41] dvd: Chapter Break Cell Found
[21:57:43] MPEG2: Chapter Break Cell Found, searching for GOP
[21:57:43] MPEG2: Group of pictures found, searching for I-Frame
[21:57:43] MPEG2: I-Frame Found
[21:57:43] MPEG2: Chapter Break Inserted
[22:01:10] dvd: End of Cell (20) at block 2119742
[22:01:11] dvd: Beginning of Cell (21) at block 2119971
[22:01:11] dvd: Chapter Break Cell Found
[22:01:13] MPEG2: Chapter Break Cell Found, searching for GOP
[22:01:13] MPEG2: Group of pictures found, searching for I-Frame
[22:01:13] MPEG2: I-Frame Found
[22:01:13] MPEG2: Chapter Break Inserted
[22:01:37] dvd: End of Cell (21) at block 2148019
[22:01:37] dvd: Beginning of Cell (22) at block 2148306
[22:01:37] dvd: Chapter Break Cell Found
[22:01:39] MPEG2: Chapter Break Cell Found, searching for GOP
[22:01:39] MPEG2: Group of pictures found, searching for I-Frame
[22:01:39] MPEG2: I-Frame Found
[22:01:39] MPEG2: Chapter Break Inserted
[22:01:58] dvd: End of Cell (22) at block 2170896
[22:01:59] dvd: Beginning of Cell (23) at block 2171103
[22:01:59] dvd: Chapter Break Cell Found
[22:02:01] MPEG2: Chapter Break Cell Found, searching for GOP
[22:02:01] MPEG2: Group of pictures found, searching for I-Frame
[22:02:01] MPEG2: I-Frame Found
[22:02:01] MPEG2: Chapter Break Inserted
[22:02:11] dvd: End of Cell (23) at block 2181798
[22:02:11] dvd: Skipping multi-angle cells 24-24
[22:02:11] reader: done
[22:02:11] thread b0636000 exited ("reader")
[22:02:14] sync: got 45057 frames, 45040 expected
[22:02:14] thread b083e000 exited ("H.264/AVC encoder (libx264)")
[22:02:14] thread b073a000 exited ("MPEG-2 decoder (libmpeg2)")
[22:02:14] thread b073a000 joined ("MPEG-2 decoder (libmpeg2)")
[22:02:14] thread b07bc000 exited ("Renderer")
[22:02:14] thread b07bc000 joined ("Renderer")
[22:02:14] render: lost time: 20441421 (6807 frames)
[22:02:14] render: gained time: 20441421 (26006 frames) (0 not accounted for)
[22:02:14] render: average dropped frame duration: 3003
[22:02:14] fifo_close: trashing 0 buffer(s)
[22:02:14] fifo_close: trashing 2 buffer(s)
[22:02:14] thread b083e000 joined ("H.264/AVC encoder (libx264)")
x264 [info]: slice I:450   Avg QP:24.83  size: 17693  PSNR Mean Y:42.99 U:46.52 V:46.88 Avg:43.86 Global:42.84
x264 [info]: slice P:37798 Avg QP:27.54  size:  3236  PSNR Mean Y:39.47 U:43.98 V:44.46 Avg:40.53 Global:39.58
x264 [info]: mb I  I16..4: 59.2%  0.0% 40.8%
x264 [info]: mb P  I16..4:  7.0%  0.0%  0.0%  P16..4: 29.9%  0.0%  0.0%  0.0%  0.0%    skip:63.1%
x264 [info]: final ratefactor: 27.95
x264 [info]: SSIM Mean Y:0.9688800
x264 [info]: PSNR Mean Y:39.513 U:44.011 V:44.486 Avg:40.566 Global:39.610 kb/s:816.74
[22:02:14] thread b0636000 joined ("reader")
[22:02:14] thread b06b8000 exited ("muxer")
[22:02:14] thread b06b8000 joined ("muxer")
[22:02:14] fifo_close: trashing 0 buffer(s)
[22:02:14] fifo_close: trashing 0 buffer(s)
[22:02:14] fifo_close: trashing 0 buffer(s)
[22:02:14] fifo_close: trashing 0 buffer(s)
[22:02:14] fifo_close: trashing 0 buffer(s)
[22:02:14] Freed 4 buffers of size 512
[22:02:14] Freed 2 buffers of size 1024
[22:02:14] Freed 2048 buffers of size 2048
[22:02:14] Freed 0 buffers of size 4096
[22:02:14] Freed 0 buffers of size 8192
[22:02:14] Freed 0 buffers of size 16384
[22:02:14] Freed 0 buffers of size 32768
[22:02:14] Freed 58 buffers of size 518400
[22:02:14] Allocated 34265600 bytes of buffers on this pass and Freed 34265600 bytes, 0 bytes leaked
[22:02:14] starting job
[22:02:14]  + device /Users/larmina/Desktop/rips/SAKURA2.dmg
[22:02:14]  + title 2, chapter(s) 19 to 24
[22:02:14]  + 720x480 -> 624x480, crop 0/0/4/6
[22:02:14]  + filters
[22:02:14]    + Detelecine (pullup) (default settings)
[22:02:14]  + video frame rate: variable (detected 29.970 fps)
[22:02:14]  + video bitrate 817 kbps, pass 2
[22:02:14]  + PixelRatio: 0, width:624, height: 480
[22:02:14]  + encoder x264
[22:02:14]  + subtitle 20bd, English
[22:02:14]  + audio 128 kbps, 44100 Hz
[22:02:14]  + encoder faac
[22:02:14]    + 80bd, Japanese (AC3) (2.0 ch)
[22:02:14]      + Requested mixdown: Stereo (HB_AMIXDOWN_STEREO)
[22:02:14]      + Actual mixdown: Stereo (HB_AMIXDOWN_STEREO)
[22:02:14] thread b04e6000 started ("reader")
[22:02:14]  + output: /Users/larmina/Desktop/Card Captor Sakura/Card Captor Sakura 08.mp4
[22:02:14] thread b0636000 started ("muxer")
[22:02:14] thread b06b8000 started ("MPEG-2 decoder (libmpeg2)")
[22:02:14] dvd: Beginning of Cell (18) at block 1620034
[22:02:14] thread b073a000 started ("Renderer")
[22:02:14] encx264: keyint-min: 30, keyint-max: 300
[22:02:14] encx264: opening libx264 (pass 2)
x264 [info]: using cpu capabilities: MMX MMXEXT SSE SSE2 SSE3 SSSE3 Cache64 
[22:02:16] thread b07bc000 started ("H.264/AVC encoder (libx264)")
[22:02:16] thread b083e000 started ("Subtitle decoder")
No accelerated IMDCT transform found
[22:02:16] thread b09c4000 started ("AC3 decoder")
[22:02:16] thread b0ac8000 started ("AAC encoder (libfaac)")
[22:02:16] sync: expecting 45040 video frames
[22:02:16] sync: first pts is 405661488
[22:02:16] Sync: Audio PTS (405635817) < Video PTS (405661488) by greater than 100ms, trashing audio to reconverge
[22:02:16] Sync: Audio back in Sync at PTS 405653097
[22:02:17] macgui: Using preset: Anime 4:3 Sub VFR
[22:02:58] dvd: End of Cell (18) at block 1649376
[22:02:58] dvd: Beginning of Cell (19) at block 1649401
[22:02:58] dvd: Chapter Break Cell Found
[22:03:01] MPEG2: Chapter Break Cell Found, searching for GOP
[22:03:01] MPEG2: Group of pictures found, searching for I-Frame
[22:03:01] MPEG2: I-Frame Found
[22:03:01] MPEG2: Chapter Break Inserted
[22:07:47] dvd: End of Cell (19) at block 1875272
[22:07:47] dvd: Beginning of Cell (20) at block 1875518
[22:07:47] dvd: Chapter Break Cell Found
[22:07:50] MPEG2: Chapter Break Cell Found, searching for GOP
[22:07:50] MPEG2: Group of pictures found, searching for I-Frame
[22:07:50] MPEG2: I-Frame Found
[22:07:50] MPEG2: Chapter Break Inserted
[22:12:44] dvd: End of Cell (20) at block 2119742
[22:12:44] dvd: Beginning of Cell (21) at block 2119971
[22:12:44] dvd: Chapter Break Cell Found
[22:12:47] MPEG2: Chapter Break Cell Found, searching for GOP
[22:12:47] MPEG2: Group of pictures found, searching for I-Frame
[22:12:47] MPEG2: I-Frame Found
[22:12:47] MPEG2: Chapter Break Inserted
[22:13:20] dvd: End of Cell (21) at block 2148019
[22:13:21] dvd: Beginning of Cell (22) at block 2148306
[22:13:21] dvd: Chapter Break Cell Found
[22:13:23] MPEG2: Chapter Break Cell Found, searching for GOP
[22:13:23] MPEG2: Group of pictures found, searching for I-Frame
[22:13:23] MPEG2: I-Frame Found
[22:13:23] MPEG2: Chapter Break Inserted
[22:13:49] dvd: End of Cell (22) at block 2170896
[22:13:49] dvd: Beginning of Cell (23) at block 2171103
[22:13:49] dvd: Chapter Break Cell Found
[22:13:53] MPEG2: Chapter Break Cell Found, searching for GOP
[22:13:53] MPEG2: Group of pictures found, searching for I-Frame
[22:13:53] MPEG2: I-Frame Found
[22:13:53] MPEG2: Chapter Break Inserted
[22:14:04] dvd: End of Cell (23) at block 2181798
[22:14:04] reader: done
[22:14:04] thread b04e6000 exited ("reader")
[22:14:07] sync: got 45057 frames, 45040 expected
[22:14:07] thread b083e000 exited ("Subtitle decoder")
[22:14:07] thread b0ac8000 exited ("AAC encoder (libfaac)")
[22:14:07] thread b09c4000 exited ("AC3 decoder")
[22:14:07] thread b06b8000 exited ("MPEG-2 decoder (libmpeg2)")
[22:14:07] thread b06b8000 joined ("MPEG-2 decoder (libmpeg2)")
[22:14:07] thread b073a000 exited ("Renderer")
[22:14:07] thread b073a000 joined ("Renderer")
[22:14:07] render: lost time: 20441421 (6807 frames)
[22:14:07] render: gained time: 20441421 (26006 frames) (0 not accounted for)
[22:14:07] render: average dropped frame duration: 3003
[22:14:07] fifo_close: trashing 0 buffer(s)
[22:14:07] fifo_close: trashing 2 buffer(s)
[22:14:07] thread b07bc000 exited ("H.264/AVC encoder (libx264)")
[22:14:07] thread b07bc000 joined ("H.264/AVC encoder (libx264)")
x264 [info]: slice I:450   Avg QP:24.05  size: 18263  PSNR Mean Y:43.07 U:46.50 V:46.90 Avg:43.93 Global:42.85
x264 [info]: slice P:37798 Avg QP:26.98  size:  3230  PSNR Mean Y:40.03 U:43.88 V:44.44 Avg:40.99 Global:40.19
x264 [info]: mb I  I16..4: 59.8%  0.0% 40.2%
x264 [info]: mb P  I16..4:  6.3%  0.0%  2.5%  P16..4: 19.3%  8.4%  1.9%  0.0%  0.0%    skip:61.6%
x264 [info]: SSIM Mean Y:0.9731997
x264 [info]: PSNR Mean Y:40.061 U:43.912 V:44.474 Avg:41.021 Global:40.212 kb/s:816.94
[22:14:07] thread b083e000 joined ("Subtitle decoder")
[22:14:07] thread b09c4000 joined ("AC3 decoder")
[22:14:07] thread b0ac8000 joined ("AAC encoder (libfaac)")
[22:14:07] thread b04e6000 joined ("reader")
[22:14:07] mux: file size, 155018689 bytes
[22:14:07] mux: track 0, 130324361 bytes, 693.52 kbps
[22:14:07] mux: video bitrate error, -23203742 bytes
[22:14:07] mux: track 1, 24026111 bytes, 127.85 kbps
[22:14:07] mux: overhead, 6.49 bytes per frame
[22:14:07] thread b0636000 exited ("muxer")
[22:14:07] thread b0636000 joined ("muxer")
[22:14:07] fifo_close: trashing 0 buffer(s)
[22:14:07] fifo_close: trashing 0 buffer(s)
[22:14:07] fifo_close: trashing 0 buffer(s)
[22:14:07] fifo_close: trashing 0 buffer(s)
[22:14:07] fifo_close: trashing 0 buffer(s)
[22:14:07] fifo_close: trashing 0 buffer(s)
[22:14:07] fifo_close: trashing 0 buffer(s)
[22:14:07] fifo_close: trashing 0 buffer(s)
[22:14:07] fifo_close: trashing 0 buffer(s)
[22:14:07] fifo_close: trashing 0 buffer(s)
[22:14:07] fifo_close: trashing 4 buffer(s)
[22:14:07] Freed 5 buffers of size 512
[22:14:07] Freed 1 buffers of size 1024
[22:14:07] Freed 2048 buffers of size 2048
[22:14:07] Freed 25 buffers of size 4096
[22:14:07] Freed 0 buffers of size 8192
[22:14:07] Freed 34 buffers of size 16384
[22:14:07] Freed 7 buffers of size 32768
[22:14:07] Freed 88 buffers of size 518400
[22:14:07] Allocated 1619642368 bytes of buffers on this pass and Freed 50705920 bytes, 1568936448 bytes leaked
[22:14:07] thread b05b4000 exited ("work")
[22:14:07] thread b05b4000 joined ("work")
[22:14:07] libhb: work result = 0
[22:14:50] thread b05b4000 started ("work")
[22:14:50] 2 job(s) to process
[22:14:50] starting job
[22:14:50]  + device /Users/larmina/Desktop/rips/SAKURA2.dmg
[22:14:50]  + title 2, chapter(s) 13 to 18
[22:14:50]  + 720x480 -> 624x480, crop 0/0/4/6
[22:14:50]  + filters
[22:14:50]    + Detelecine (pullup) (default settings)
[22:14:50]  + video frame rate: variable (detected 29.970 fps)
[22:14:50]  + video bitrate 817 kbps, pass 1
[22:14:50]  + PixelRatio: 0, width:624, height: 480
[22:14:50]  + encoder x264
[22:14:50]    + x264 options: :ref=1:subme=1:me=dia:analyse=none:trellis=0:no-fast-pskip=0:8x8dct=0:weightb=0
[22:14:50]  + audio 128 kbps, 44100 Hz
[22:14:50]  + encoder faac
[22:14:50] thread b0636000 started ("reader")
[22:14:50]  + output: /Users/larmina/Desktop/Card Captor Sakura/Card Captor Sakura 07b.mp4
[22:14:50] thread b06b8000 started ("muxer")
[22:14:50] thread b073a000 started ("MPEG-2 decoder (libmpeg2)")
[22:14:50] thread b07bc000 started ("Renderer")
[22:14:50] encx264: keyint-min: 30, keyint-max: 300
[22:14:50] x264 options: Unknown suboption 
[22:14:50] encx264: opening libx264 (pass 1)
x264 [info]: using cpu capabilities: MMX MMXEXT SSE SSE2 SSE3 SSSE3 Cache64 
[22:14:50] thread b083e000 started ("H.264/AVC encoder (libx264)")
[22:14:50] sync: expecting 45019 video frames
[22:14:50] dvd: Beginning of Cell (12) at block 1096455
[22:14:50] sync: first pts is 270436398
[22:14:51] macgui: Using preset: Anime 4:3 Sub VFR
[22:15:15] dvd: End of Cell (12) at block 1129895
[22:15:15] dvd: Beginning of Cell (13) at block 1129960
[22:15:15] dvd: Chapter Break Cell Found
[22:15:17] MPEG2: Chapter Break Cell Found, searching for GOP
[22:15:17] MPEG2: Group of pictures found, searching for I-Frame
[22:15:17] MPEG2: I-Frame Found
[22:15:17] MPEG2: Chapter Break Inserted
[22:18:39] dvd: End of Cell (13) at block 1331961
[22:18:40] dvd: Beginning of Cell (14) at block 1332370
[22:18:40] dvd: Chapter Break Cell Found
[22:18:41] MPEG2: Chapter Break Cell Found, searching for GOP
[22:18:41] MPEG2: Group of pictures found, searching for I-Frame
[22:18:41] MPEG2: I-Frame Found
[22:18:41] MPEG2: Chapter Break Inserted
[22:22:22] dvd: End of Cell (14) at block 1555860
[22:22:22] dvd: Beginning of Cell (15) at block 1556167
[22:22:22] dvd: Chapter Break Cell Found
[22:22:23] MPEG2: Chapter Break Cell Found, searching for GOP
[22:22:23] MPEG2: Group of pictures found, searching for I-Frame
[22:22:23] MPEG2: I-Frame Found
[22:22:23] MPEG2: Chapter Break Inserted
[22:22:46] dvd: End of Cell (15) at block 1586207
[22:22:47] dvd: Beginning of Cell (16) at block 1586531
[22:22:47] dvd: Chapter Break Cell Found
[22:22:49] MPEG2: Chapter Break Cell Found, searching for GOP
[22:22:49] MPEG2: Group of pictures found, searching for I-Frame
[22:22:49] MPEG2: I-Frame Found
[22:22:49] MPEG2: Chapter Break Inserted
[22:23:08] dvd: End of Cell (16) at block 1608816
[22:23:08] dvd: Beginning of Cell (17) at block 1609049
[22:23:08] dvd: Chapter Break Cell Found
[22:23:10] MPEG2: Chapter Break Cell Found, searching for GOP
[22:23:10] MPEG2: Group of pictures found, searching for I-Frame
[22:23:10] MPEG2: I-Frame Found
[22:23:10] MPEG2: Chapter Break Inserted
[22:23:19] dvd: End of Cell (17) at block 1620014
[22:23:19] dvd: Beginning of Cell (18) at block 1620034
[22:23:19] dvd: Chapter Break Cell Found
[22:23:19] reader: end of chapter 18 (media 18) reached at media chapter 19
[22:23:19] reader: done
[22:23:19] thread b0636000 exited ("reader")
[22:23:21] sync: got 45025 frames, 45019 expected
[22:23:21] thread b07bc000 exited ("Renderer")
[22:23:21] thread b073a000 exited ("MPEG-2 decoder (libmpeg2)")
[22:23:21] thread b073a000 joined ("MPEG-2 decoder (libmpeg2)")
[22:23:21] thread b07bc000 joined ("Renderer")
[22:23:21] render: lost time: 21084063 (7021 frames)
[22:23:21] render: gained time: 21084063 (25820 frames) (0 not accounted for)
[22:23:21] render: average dropped frame duration: 3003
[22:23:21] fifo_close: trashing 0 buffer(s)
[22:23:21] fifo_close: trashing 2 buffer(s)
[22:23:21] thread b083e000 exited ("H.264/AVC encoder (libx264)")
[22:23:21] thread b083e000 joined ("H.264/AVC encoder (libx264)")
x264 [info]: slice I:360   Avg QP:20.87  size: 23852  PSNR Mean Y:45.54 U:47.74 V:48.55 Avg:46.15 Global:45.04
x264 [info]: slice P:37642 Avg QP:23.87  size:  3278  PSNR Mean Y:42.62 U:45.58 V:46.15 Avg:43.42 Global:42.16
x264 [info]: mb I  I16..4: 51.5%  0.0% 48.5%
x264 [info]: mb P  I16..4:  6.2%  0.0%  0.0%  P16..4: 33.1%  0.0%  0.0%  0.0%  0.0%    skip:60.7%
x264 [info]: final ratefactor: 25.66
x264 [info]: SSIM Mean Y:0.9795220
x264 [info]: PSNR Mean Y:42.646 U:45.601 V:46.168 Avg:43.448 Global:42.184 kb/s:832.57
[22:23:21] thread b0636000 joined ("reader")
[22:23:21] thread b06b8000 exited ("muxer")
[22:23:21] thread b06b8000 joined ("muxer")
[22:23:21] fifo_close: trashing 0 buffer(s)
[22:23:21] fifo_close: trashing 0 buffer(s)
[22:23:21] fifo_close: trashing 0 buffer(s)
[22:23:21] fifo_close: trashing 0 buffer(s)
[22:23:21] fifo_close: trashing 0 buffer(s)
[22:23:21] Freed 1 buffers of size 512
[22:23:21] Freed 5 buffers of size 1024
[22:23:21] Freed 2048 buffers of size 2048
[22:23:21] Freed 0 buffers of size 4096
[22:23:21] Freed 0 buffers of size 8192
[22:23:21] Freed 0 buffers of size 16384
[22:23:21] Freed 0 buffers of size 32768
[22:23:21] Freed 58 buffers of size 518400
[22:23:21] Allocated 34267136 bytes of buffers on this pass and Freed 34267136 bytes, 0 bytes leaked
[22:23:21] starting job
[22:23:21]  + device /Users/larmina/Desktop/rips/SAKURA2.dmg
[22:23:21]  + title 2, chapter(s) 13 to 18
[22:23:21]  + 720x480 -> 624x480, crop 0/0/4/6
[22:23:21]  + filters
[22:23:21]    + Detelecine (pullup) (default settings)
[22:23:21]  + video frame rate: variable (detected 29.970 fps)
[22:23:21]  + video bitrate 817 kbps, pass 2
[22:23:21]  + PixelRatio: 0, width:624, height: 480
[22:23:21]  + encoder x264
[22:23:21]  + subtitle 20bd, English
[22:23:21]  + audio 128 kbps, 44100 Hz
[22:23:21]  + encoder faac
[22:23:21]    + 80bd, Japanese (AC3) (2.0 ch)
[22:23:21]      + Requested mixdown: Stereo (HB_AMIXDOWN_STEREO)
[22:23:21]      + Actual mixdown: Stereo (HB_AMIXDOWN_STEREO)
[22:23:21] thread b04e6000 started ("reader")
[22:23:21]  + output: /Users/larmina/Desktop/Card Captor Sakura/Card Captor Sakura 07b.mp4
[22:23:21] thread b0636000 started ("muxer")
[22:23:21] thread b06b8000 started ("MPEG-2 decoder (libmpeg2)")
[22:23:21] thread b073a000 started ("Renderer")
[22:23:21] encx264: keyint-min: 30, keyint-max: 300
[22:23:21] encx264: opening libx264 (pass 2)
x264 [info]: using cpu capabilities: MMX MMXEXT SSE SSE2 SSE3 SSSE3 Cache64 
[22:23:21] dvd: Beginning of Cell (12) at block 1096455
[22:23:23] thread b07bc000 started ("H.264/AVC encoder (libx264)")
[22:23:23] thread b083e000 started ("Subtitle decoder")
No accelerated IMDCT transform found
[22:23:23] thread b0942000 started ("AC3 decoder")
[22:23:23] thread b0ac8000 started ("AAC encoder (libfaac)")
[22:23:23] sync: expecting 45019 video frames
[22:23:23] sync: first pts is 270436398
[22:23:23] Sync: Audio PTS (270411177) < Video PTS (270436398) by greater than 100ms, trashing audio to reconverge
[22:23:23] Sync: Audio back in Sync at PTS 270428457
[22:23:24] macgui: Using preset: Anime 4:3 Sub VFR
[22:24:00] dvd: End of Cell (12) at block 1129895
[22:24:00] dvd: Beginning of Cell (13) at block 1129960
[22:24:00] dvd: Chapter Break Cell Found
[22:24:03] MPEG2: Chapter Break Cell Found, searching for GOP
[22:24:03] MPEG2: Group of pictures found, searching for I-Frame
[22:24:03] MPEG2: I-Frame Found
[22:24:03] MPEG2: Chapter Break Inserted
[22:28:41] dvd: End of Cell (13) at block 1331961
[22:28:41] dvd: Beginning of Cell (14) at block 1332370
[22:28:41] dvd: Chapter Break Cell Found
[22:28:43] MPEG2: Chapter Break Cell Found, searching for GOP
[22:28:43] MPEG2: Group of pictures found, searching for I-Frame
[22:28:43] MPEG2: I-Frame Found
[22:28:43] MPEG2: Chapter Break Inserted

Apple crash report:

Details:

Code: Select all

Process:         HandBrake [6305]
Path:            /Applications/HandBrake.app/Contents/MacOS/HandBrake
Identifier:      org.m0k.handbrake
Version:         0.9.2 (2008021900)
Code Type:       X86 (Native)
Parent Process:  launchd [92]

Date/Time:       2008-03-25 22:33:29.326 -0400
OS Version:      Mac OS X 10.5.2 (9C7010)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000c14
Crashed Thread:  17

Thread 0:
0   libobjc.A.dylib               	0x94f406ec objc_msgSend + 28
1   com.apple.AppKit              	0x95834bc5 _insertionPointHelperForCharacterAtIndex + 1555
2   com.apple.AppKit              	0x9574daf9 -[NSLayoutManager(NSPrivate) _rectArrayForRange:withinSelectionRange:rangeIsCharRange:singleRectOnly:fullLineRectsOnly:inTextContainer:rectCount:rangeWithinContainer:glyphsDrawOutsideLines:] + 4091
3   com.apple.AppKit              	0x9574bfd6 -[NSLayoutManager(NSPrivate) _boundingRectForGlyphRange:inTextContainer:fast:fullLineRectsOnly:] + 120
4   com.apple.AppKit              	0x95836ec3 -[NSLayoutManager boundingRectForGlyphRange:inTextContainer:] + 96
5   com.apple.AppKit              	0x95836d1e -[NSTextView(NSPrivate) _scrollRangeToVisible:forceCenter:] + 1682
6   com.apple.AppKit              	0x95836686 -[NSTextView scrollRangeToVisible:] + 56
7   org.m0k.handbrake             	0x000130d1 -[HBOutputPanelController stderrRedirect:] + 253
8   com.apple.CoreFoundation      	0x944e5b8c -[NSSet makeObjectsPerformSelector:withObject:] + 188
9   org.m0k.handbrake             	0x00012892 -[HBOutputRedirect(Private) forwardOutput:] + 99
10  com.apple.Foundation          	0x9540e15c __NSThreadPerformPerform + 476
11  com.apple.CoreFoundation      	0x9445d62e CFRunLoopRunSpecific + 3166
12  com.apple.CoreFoundation      	0x9445dd18 CFRunLoopRunInMode + 88
13  com.apple.HIToolbox           	0x9297a6a0 RunCurrentEventLoopInMode + 283
14  com.apple.HIToolbox           	0x9297a4b9 ReceiveNextEventCommon + 374
15  com.apple.HIToolbox           	0x9297a32d BlockUntilNextEventMatchingListInMode + 106
16  com.apple.AppKit              	0x956ce7d9 _DPSNextEvent + 657
17  com.apple.AppKit              	0x956ce08e -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
18  com.apple.AppKit              	0x956c70c5 -[NSApplication run] + 795
19  com.apple.AppKit              	0x9569430a NSApplicationMain + 574
20  org.m0k.handbrake             	0x00002a46 start + 54

Thread 1:
0   libSystem.B.dylib             	0x937e99e6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x937f11dc mach_msg + 72
2   com.apple.CoreFoundation      	0x9445d0de CFRunLoopRunSpecific + 1806
3   com.apple.CoreFoundation      	0x9445dd18 CFRunLoopRunInMode + 88
4   com.apple.Foundation          	0x95470ac0 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
5   com.apple.Foundation          	0x9540d5ad -[NSThread main] + 45
6   com.apple.Foundation          	0x9540d154 __NSThread__main__ + 308
7   libSystem.B.dylib             	0x9381ac55 _pthread_start + 321
8   libSystem.B.dylib             	0x9381ab12 thread_start + 34

Thread 2:
0   libSystem.B.dylib             	0x93839b3a select$DARWIN_EXTSN + 10
1   libSystem.B.dylib             	0x9381ac55 _pthread_start + 321
2   libSystem.B.dylib             	0x9381ab12 thread_start + 34

Thread 3:
0   libSystem.B.dylib             	0x937e9b06 mach_wait_until + 10
1   libSystem.B.dylib             	0x9386172f nanosleep + 314
2   libSystem.B.dylib             	0x938615ef usleep + 61
3   org.m0k.handbrake             	0x0002df82 thread_func + 355
4   org.m0k.handbrake             	0x00031970 hb_thread_func + 80
5   libSystem.B.dylib             	0x9381ac55 _pthread_start + 321
6   libSystem.B.dylib             	0x9381ab12 thread_start + 34

Thread 4:
0   libSystem.B.dylib             	0x937e99e6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x937f11dc mach_msg + 72
2   com.apple.CoreFoundation      	0x9445d0de CFRunLoopRunSpecific + 1806
3   com.apple.CoreFoundation      	0x9445dd18 CFRunLoopRunInMode + 88
4   com.apple.CFNetwork           	0x90cb86cc CFURLCacheWorkerThread(void*) + 396
5   libSystem.B.dylib             	0x9381ac55 _pthread_start + 321
6   libSystem.B.dylib             	0x9381ab12 thread_start + 34

Thread 5:
0   libSystem.B.dylib             	0x937f0bce __semwait_signal + 10
1   libSystem.B.dylib             	0x9381b8cd pthread_cond_wait$UNIX2003 + 73
2   libGLProgrammability.dylib    	0x901ab432 glvmDoWork + 162
3   libSystem.B.dylib             	0x9381ac55 _pthread_start + 321
4   libSystem.B.dylib             	0x9381ab12 thread_start + 34

Thread 6:
0   libSystem.B.dylib             	0x937f0bce __semwait_signal + 10
1   libSystem.B.dylib             	0x9381b8cd pthread_cond_wait$UNIX2003 + 73
2   com.apple.QuartzCore          	0x96401121 fe_fragment_thread + 54
3   libSystem.B.dylib             	0x9381ac55 _pthread_start + 321
4   libSystem.B.dylib             	0x9381ab12 thread_start + 34

Thread 7:
0   libSystem.B.dylib             	0x937e99e6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x937f11dc mach_msg + 72
2   com.apple.CoreFoundation      	0x9445d0de CFRunLoopRunSpecific + 1806
3   com.apple.CoreFoundation      	0x9445dd74 CFRunLoopRun + 84
4   com.apple.DesktopServices     	0x92e4146f TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
5   ...ple.CoreServices.CarbonCore	0x93536beb PrivateMPEntryPoint + 56
6   libSystem.B.dylib             	0x9381ac55 _pthread_start + 321
7   libSystem.B.dylib             	0x9381ab12 thread_start + 34

Thread 8:
0   libSystem.B.dylib             	0x937e99e6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x937f11dc mach_msg + 72
2   com.apple.CoreFoundation      	0x9445d0de CFRunLoopRunSpecific + 1806
3   com.apple.CoreFoundation      	0x9445dd74 CFRunLoopRun + 84
4   com.apple.DesktopServices     	0x92e415e8 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
5   ...ple.CoreServices.CarbonCore	0x93536beb PrivateMPEntryPoint + 56
6   libSystem.B.dylib             	0x9381ac55 _pthread_start + 321
7   libSystem.B.dylib             	0x9381ab12 thread_start + 34

Thread 9:
0   libSystem.B.dylib             	0x937f0bce __semwait_signal + 10
1   libSystem.B.dylib             	0x9381b8cd pthread_cond_wait$UNIX2003 + 73
2   ...ple.CoreServices.CarbonCore	0x935389d7 TSWaitOnCondition + 126
3   ...ple.CoreServices.CarbonCore	0x935178fe TSWaitOnConditionTimedRelative + 202
4   ...ple.CoreServices.CarbonCore	0x93538654 MPWaitOnQueue + 208
5   com.apple.DesktopServices     	0x92e4ca7a TNodeSyncTask::SyncTaskProc(void*) + 84
6   ...ple.CoreServices.CarbonCore	0x93536beb PrivateMPEntryPoint + 56
7   libSystem.B.dylib             	0x9381ac55 _pthread_start + 321
8   libSystem.B.dylib             	0x9381ab12 thread_start + 34

Thread 10:
0   libSystem.B.dylib             	0x9381a4c6 kevent + 10
1   libSystem.B.dylib             	0x9381ac55 _pthread_start + 321
2   libSystem.B.dylib             	0x9381ab12 thread_start + 34

Thread 11:
0   libSystem.B.dylib             	0x937f0bce __semwait_signal + 10
1   libSystem.B.dylib             	0x937f0996 usleep$UNIX2003 + 61
2   com.apple.AppKit              	0x95734cf9 -[NSUIHeartBeat _heartBeatThread:] + 2042
3   com.apple.Foundation          	0x9540d5ad -[NSThread main] + 45
4   com.apple.Foundation          	0x9540d154 __NSThread__main__ + 308
5   libSystem.B.dylib             	0x9381ac55 _pthread_start + 321
6   libSystem.B.dylib             	0x9381ab12 thread_start + 34

Thread 12:
0   libSystem.B.dylib             	0x937e9b06 mach_wait_until + 10
1   libSystem.B.dylib             	0x9386172f nanosleep + 314
2   libSystem.B.dylib             	0x938615ef usleep + 61
3   org.m0k.handbrake             	0x000374ac work_func + 4683
4   org.m0k.handbrake             	0x00031970 hb_thread_func + 80
5   libSystem.B.dylib             	0x9381ac55 _pthread_start + 321
6   libSystem.B.dylib             	0x9381ab12 thread_start + 34

Thread 13:
0   libSystem.B.dylib             	0x937e9b06 mach_wait_until + 10
1   libSystem.B.dylib             	0x9386172f nanosleep + 314
2   libSystem.B.dylib             	0x938615ef usleep + 61
3   org.m0k.handbrake             	0x00031e9a ReaderFunc + 1089
4   org.m0k.handbrake             	0x00031970 hb_thread_func + 80
5   libSystem.B.dylib             	0x9381ac55 _pthread_start + 321
6   libSystem.B.dylib             	0x9381ab12 thread_start + 34

Thread 14:
0   libSystem.B.dylib             	0x937e9b06 mach_wait_until + 10
1   libSystem.B.dylib             	0x9386172f nanosleep + 314
2   libSystem.B.dylib             	0x938615ef usleep + 61
3   org.m0k.handbrake             	0x0002f2f5 MuxerFunc + 742
4   org.m0k.handbrake             	0x00031970 hb_thread_func + 80
5   libSystem.B.dylib             	0x9381ac55 _pthread_start + 321
6   libSystem.B.dylib             	0x9381ab12 thread_start + 34

Thread 15:
0   org.m0k.handbrake             	0x002baf1e mpeg2_idct_add_mmxext + 1022

Thread 16:
0   org.m0k.handbrake             	0x00042765 pullup_licomb_y + 106
1   org.m0k.handbrake             	0x00042972 pullup_compute_metric + 276
2   org.m0k.handbrake             	0x000430e9 pullup_submit_field + 263
3   org.m0k.handbrake             	0x000439ca hb_detelecine_work + 344
4   org.m0k.handbrake             	0x0003210b renderWork + 383
5   org.m0k.handbrake             	0x000361c9 work_loop + 115
6   org.m0k.handbrake             	0x00031970 hb_thread_func + 80
7   libSystem.B.dylib             	0x9381ac55 _pthread_start + 321
8   libSystem.B.dylib             	0x9381ab12 thread_start + 34

Thread 17 Crashed:
0   org.m0k.handbrake             	0x002f521a x264_frame_pop_unused + 90

Thread 18:
0   libSystem.B.dylib             	0x937e9b06 mach_wait_until + 10
1   libSystem.B.dylib             	0x9386172f nanosleep + 314
2   libSystem.B.dylib             	0x938615ef usleep + 61
3   org.m0k.handbrake             	0x000361ab work_loop + 85
4   org.m0k.handbrake             	0x00031970 hb_thread_func + 80
5   libSystem.B.dylib             	0x9381ac55 _pthread_start + 321
6   libSystem.B.dylib             	0x9381ab12 thread_start + 34

Thread 19:
0   libSystem.B.dylib             	0x937e9b06 mach_wait_until + 10
1   libSystem.B.dylib             	0x9386172f nanosleep + 314
2   libSystem.B.dylib             	0x938615ef usleep + 61
3   org.m0k.handbrake             	0x000361ab work_loop + 85
4   org.m0k.handbrake             	0x00031970 hb_thread_func + 80
5   libSystem.B.dylib             	0x9381ac55 _pthread_start + 321
6   libSystem.B.dylib             	0x9381ab12 thread_start + 34

Thread 20:
0   libSystem.B.dylib             	0x937e9b06 mach_wait_until + 10
1   libSystem.B.dylib             	0x9386172f nanosleep + 314
2   libSystem.B.dylib             	0x938615ef usleep + 61
3   org.m0k.handbrake             	0x000361ab work_loop + 85
4   org.m0k.handbrake             	0x00031970 hb_thread_func + 80
5   libSystem.B.dylib             	0x9381ac55 _pthread_start + 321
6   libSystem.B.dylib             	0x9381ab12 thread_start + 34

Thread 21:
0   libSystem.B.dylib             	0x937f0bce __semwait_signal + 10
1   libSystem.B.dylib             	0x9381b8cd pthread_cond_wait$UNIX2003 + 73

Thread 17 crashed with X86 Thread State (32-bit):
  eax: 0x00000000  ebx: 0x002f51cd  ecx: 0x017fdf20  edx: 0x00000000
  edi: 0x00000001  esi: 0xb07bbec8  ebp: 0x15098000  esp: 0xb07bbc80
   ss: 0x0000001f  efl: 0x00010286  eip: 0x002f521a   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
  cr2: 0x00000c14

Binary Images:
    0x1000 -   0x47bff6 +org.m0k.handbrake 0.9.2 (2008021900) <fb5231b01c51f572887824c77d46116d> /Applications/HandBrake.app/Contents/MacOS/HandBrake
  0x7b5000 -   0x7c1ff7 +org.andymatuschak.Sparkle ??? (1.1) /Applications/HandBrake.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
  0xe9a000 -   0xfa4fef  com.apple.RawCamera.bundle 2.0.4 (2.0.4) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x14a3a000 - 0x14a3fff3  libCGXCoreImage.A.dylib ??? (???) <1d164317677d5eb499d27388a0f0bb29> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x14dec000 - 0x14df6ffe  com.apple.URLMount 3.1 (3.1) <f368ccb45ecec28287aba36c4a2d4520> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
0x16759000 - 0x167cbfff  com.apple.iLifeMediaBrowser 1.0.5 (205.0.2) <2b5c1b0df3f8c76476791f8317fc7324> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
0x8fe00000 - 0x8fe2da53  dyld 96.2 (???) <7af47d3b00b2268947563c7fa8c59a07> /usr/lib/dyld
0x90036000 - 0x90060fff  com.apple.CoreMediaPrivate 1.4 (1.4) <59630ee9096ecf2ca1e518da2f46c68d> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate
0x90061000 - 0x90061ffe  com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x90062000 - 0x900bbff7  libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x900bc000 - 0x90119ffb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x9011a000 - 0x90132fff  com.apple.openscripting 1.2.6 (???) <b8e553df643f2aec68fa968b3b459b2b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9016d000 - 0x90183fe7  com.apple.CoreVideo 1.5.0 (1.5.0) <7e010557527a0e6d49147c297d16850a> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x90184000 - 0x90657fde  libGLProgrammability.dylib ??? (???) <a3d68f17f37ff55a3e61aca1e3aee522> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x90658000 - 0x9069dfef  com.apple.Metadata 10.5.2 (398.7) <73a6424c06effc474e699cde6883de99> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9069e000 - 0x90869ff7  com.apple.security 5.0.2 (33001) <0788969ffe7961153219be10786da436> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x9086a000 - 0x90a25ff3  com.apple.QuartzComposer 2.1 (106.3) <ed79ff3644e8883905ba3ba681742476> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x90a26000 - 0x90aedff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x90aee000 - 0x90af5ff7  libCGATS.A.dylib ??? (???) <dd3161e6653fa6400b9ef9c144309fa5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x90af6000 - 0x90b13ff7  com.apple.QuickLookFramework 1.1 (170.2) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x90b26000 - 0x90b3aff3  com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x90b3b000 - 0x90b78fff  com.apple.CoreMediaIOServicesPrivate 1.4 (1.4) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions/A/CoreMediaIOServicesPrivate
0x90b9e000 - 0x90b9effb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x90bbc000 - 0x90c18ff7  com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x90c19000 - 0x90c24fe7  libCSync.A.dylib ??? (???) <482d16ba55f91a5dc05f78cc9db707a7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x90c25000 - 0x90cacff7  libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
0x90cad000 - 0x90d24fe3  com.apple.CFNetwork 221.5 (221.5) <5474cdd7d2a8b2e8059de249c702df9e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x90d42000 - 0x90d80ff7  libGLImage.dylib ??? (???) <090de775838db03ddc710f57abbf6218> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x90d81000 - 0x90eb9ff7  libicucore.A.dylib ??? (???) <afcea652ff2ec36885b2c81c57d06d4c> /usr/lib/libicucore.A.dylib
0x90eba000 - 0x90f14ff7  com.apple.CoreText 2.0.1 (???) <07494945ad1e3f5395599f42748457cc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x90f15000 - 0x90fe3ff7  com.apple.JavaScriptCore 5525.13 (5525.13) <04772ff1212d98f31c613dde4d123698> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x90fe4000 - 0x90fffffb  libPng.dylib ??? (???) <85ca18172d7a4b5a5be3574e4e879880> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91057000 - 0x9105dfff  com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x91126000 - 0x911a2feb  com.apple.audio.CoreAudio 3.1.0 (3.1) <483e0d3879d52ba9ac10b4bcfb0728d6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9212e000 - 0x927c7fff  com.apple.CoreGraphics 1.351.21 (???) <6c93fd21149f389129fe47fa6ef71880> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x92921000 - 0x92949fff  libcups.2.dylib ??? (???) <2f0a710a9128882efb2ed92ad139b58c> /usr/lib/libcups.2.dylib
0x9294a000 - 0x92c52fff  com.apple.HIToolbox 1.5.2 (???) <7449d6f2da33ded6936243a92e307459> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x92c79000 - 0x92c89ffc  com.apple.LangAnalysis 1.6.4 (1.6.4) <cbeb17ab39f28351fe2ab5b82bf465bc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x92c8a000 - 0x92cb9fe3  com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x92cba000 - 0x92cbefff  libGIF.dylib ??? (???) <b8f61e346fa243a7138910bed3dcdb6b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x92cbf000 - 0x92cc6fe9  libgcc_s.1.dylib ??? (???) <a9ab135a5f81f6e345527df87f51bfc9> /usr/lib/libgcc_s.1.dylib
0x92cfc000 - 0x92e33feb  com.apple.imageKit 1.0.1 (1.0) <4cb353ae2d3b141afc3d82b557bde878> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x92e34000 - 0x92e34ff8  com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x92e35000 - 0x92e35ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x92e36000 - 0x92e3ffff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92e40000 - 0x92ec9fe3  com.apple.DesktopServices 1.4.5 (1.4.5) <8b264cd6abbbd750928c637e1247269d> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x92eca000 - 0x92ee9ffa  libJPEG.dylib ??? (???) <0dd7e9d7fb22174b78205a944144f9c3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x92eea000 - 0x92f2bfe7  libRIP.A.dylib ??? (???) <9d42e83d860433f9126c4871d1fe0ce8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x92f2c000 - 0x92f7bfff  com.apple.QuickLookUIFramework 1.1 (170.2) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x92f7c000 - 0x9305dff7  libxml2.2.dylib ??? (???) <3cd4cccd4ca35dffa4688436aa0cd908> /usr/lib/libxml2.2.dylib
0x9305e000 - 0x930f1ff3  com.apple.ApplicationServices.ATS 3.2 (???) <cdf31bd0ac7de54a35ee2d27cf86b6be> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x930f2000 - 0x93116fff  libxslt.1.dylib ??? (???) <4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib
0x93117000 - 0x93191ff8  com.apple.print.framework.PrintCore 5.5.2 (245.1) <3c9de512e95fbd838694ee5008d56a28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x93192000 - 0x93244ffb  libcrypto.0.9.7.dylib ??? (???) <330b0e48e67faffc8c22dfc069ca7a47> /usr/lib/libcrypto.0.9.7.dylib
0x9341a000 - 0x9346aff7  com.apple.HIServices 1.7.0 (???) <f7e78891a6d08265c83dca8e378be1ea> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9346b000 - 0x93498feb  libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x93499000 - 0x934a9fff  com.apple.speech.synthesis.framework 3.6.59 (3.6.59) <4ffef145fad3d4d787e0c33eab26b336> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x934aa000 - 0x934aaff8  com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x934e2000 - 0x934edff9  com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x934ee000 - 0x937c7ff3  com.apple.CoreServices.CarbonCore 785.8 (785.8) <827c228e7d717b397cdb4941eba69553> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x937c8000 - 0x937e6fff  libresolv.9.dylib ??? (???) <0629b6dcd71f4aac6a891cbe26253e85> /usr/lib/libresolv.9.dylib
0x937e7000 - 0x937e8ffc  libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x937e9000 - 0x93948ff3  libSystem.B.dylib ??? (???) <4899376234e55593b22fc370935f8cdf> /usr/lib/libSystem.B.dylib
0x93949000 - 0x93983fff  com.apple.coreui 1.1 (61) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x93984000 - 0x939f6fff  com.apple.PDFKit 2.1 (2.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x939f7000 - 0x93a2efff  com.apple.SystemConfiguration 1.9.1 (1.9.1) <8a76e429301afe4eba1330bfeaabd9f2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x93a2f000 - 0x93ae9fe3  com.apple.CoreServices.OSServices 224.4 (224.4) <ff5007ab220908ac54b6c661e447d593> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x93aea000 - 0x93af4feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x93aff000 - 0x93b8afff  com.apple.framework.IOKit 1.5.1 (???) <a17f9f5ea7e8016a467e67349f4d3d03> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x93b8b000 - 0x93b8dfff  com.apple.securityhi 3.0 (30817) <dbe328cd62d603a952a4226342711e8b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x93bcc000 - 0x93c5ffff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x93c66000 - 0x93ce3fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x93ce4000 - 0x93d0cff7  com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x93d0d000 - 0x9435dfff  com.apple.WebCore 5525.13 (5525.13) <c4293b0cc1f8614190058683137459c6> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x9435e000 - 0x943eaffb  com.apple.QTKit 7.4.1 (14) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x943eb000 - 0x9451dfef  com.apple.CoreFoundation 6.5.1 (476.10) <d5bed2688a5eea11a6dc3a3c5c17030e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9451e000 - 0x9492efef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x9492f000 - 0x9492fffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x94930000 - 0x94a15ff3  com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x94a16000 - 0x94a22fe7  com.apple.opengl 1.5.6 (1.5.6) <d599b1bb0f8a8da6fd125e2587b27776> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x94a23000 - 0x94a28ffb  com.apple.DisplayServicesFW 2.0 (2.0) <b17fb5571946b0ba228bafd08e0011c8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x94a29000 - 0x94a5affb  com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x94afa000 - 0x94afaffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x94afb000 - 0x94b03fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x94cb4000 - 0x94cc2ffd  libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x94f2c000 - 0x9500bfff  libobjc.A.dylib ??? (???) <a53206274b6c2d42691f677863f379ae> /usr/lib/libobjc.A.dylib
0x9500c000 - 0x9502cff2  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9502d000 - 0x9502dfff  com.apple.Carbon 136 (136) <9961570a497d79f13b8ea159826af42d> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9502e000 - 0x95032fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x951f2000 - 0x95234fef  com.apple.NavigationServices 3.5.1 (161) <cc6bd78eabf1e2e7166914e9f12f5850> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x95235000 - 0x95274fef  libTIFF.dylib ??? (???) <76301b3506f310fb454b58897c8d0a9f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x95275000 - 0x9528bfff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9528c000 - 0x952b7fe7  libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x952b8000 - 0x95344ff7  com.apple.LaunchServices 286.5 (286.5) <33c3ae54abb276b61a99d4c764d883e2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x95345000 - 0x95402fff  com.apple.WebKit 5525.13 (5525.13) <6534b17c7310ea608c9f3ca41df9b4a4> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x95403000 - 0x9567dfe7  com.apple.Foundation 6.5.4 (677.15) <6216196287f98a65ddb654d04d773e7b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9567e000 - 0x9568dffe  com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <eac1c7b7c07ed3148c85934b6f656308> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x9568e000 - 0x95e8bfef  com.apple.AppKit 6.5.2 (949.26) <bc4593edd8a224409fb6953a354505a0> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x95e8c000 - 0x961a0fe2  com.apple.QuickTime 7.4.1 (14) <1a4838d29e0804a2a102f03c053600f0> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x961a1000 - 0x962c5fe3  com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9630b000 - 0x9630bffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x9630c000 - 0x966a2ff7  com.apple.QuartzCore 1.5.1 (1.5.1) <665c80f6e28555b303020c8007c36b8b> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x96777000 - 0x9681efeb  com.apple.QD 3.11.52 (???) <c72bd7bd2ce12694c3640a731d1ad878> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9681f000 - 0x96bddfea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x96bde000 - 0x96bdeffe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x96c30000 - 0x96c4eff3  com.apple.DirectoryService.Framework 3.5.1 (3.5.1) <96407dca4d6b1d10ae5ca1881e31b27a> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x96c4f000 - 0x96c54fff  com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x96cbb000 - 0x96d6bfff  edu.mit.Kerberos 6.0.12 (6.0.12) <3dd13466876a8fe4549cfc1354233ec3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x96d71000 - 0x96d74fff  com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x96d75000 - 0x96e40fff  com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x96e41000 - 0x96e41ffa  com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x96e97000 - 0x96fdcff7  com.apple.ImageIO.framework 2.0.1 (2.0.1) <68ba11e689a9ca30f8310935cd1e02d6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x96fdd000 - 0x96fe4ffe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x96fe5000 - 0x96fe7ff5  libRadiance.dylib ??? (???) <b9e04afa91e4b597a00797d67a7268fb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x96fe8000 - 0x97067ff5  com.apple.SearchKit 1.2.0 (1.2.0) <277b460da86bc222785159fe77e2e2ed> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0xc0000000 - 0xc0008fff +com.growl.growlframework 0.7.6 (0.7.6) /Applications/HandBrake.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
System configuration:

Code: Select all

Model: iMac7,1, BootROM IM71.007A.B01, 2 processors, Intel Core 2 Duo, 2.8 GHz, 4 GB
Graphics: kHW_ATIr600M76Item, ATI,RadeonHD2600, spdisplays_pcie_device, 256 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR2 SDRAM, 667 MHz
Memory Module: BANK 1/DIMM1, 2 GB, DDR2 SDRAM, 667 MHz
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (4.170.46.5)
Bluetooth: Version 2.1.0f14, 2 service, 1 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Network Service: Ethernet Adaptor (en3), Ethernet, en3
Network Service: Ethernet Adaptor (en2), Ethernet, en2
Serial ATA Device: WDC WD5000AAKS-40TMA0, 465.76 GB
Parallel ATA Device: OPTIARC  DVD RW AD-5630A
USB Device: hub_device, high_speed, 500 mA
USB Device: MobileMate SD+, high_speed, 500 mA
USB Device: USB RECEIVER, Logitech, low_speed, 500 mA
USB Device: PSC 1600 series, HP, full_speed, 500 mA
USB Device: Keyboard Hub, Apple, Inc., high_speed, 500 mA
USB Device: Apple Keyboard, Apple, Inc, low_speed, 100 mA
USB Device: USB TO IDE, high_speed, 500 mA
USB Device: Built-in iSight, Apple Inc., high_speed, 500 mA
USB Device: Bluetooth USB Host Controller, Apple, Inc., full_speed, 500 mA
USB Device: IR Receiver, Apple Computer, Inc., low_speed, 500 mA
FireWire Device: External HDD Button & Lights, WD, 800mbit_speed
FireWire Device: Oxford ATA Device 00, CREMAX TECH. CO., LTD, 400mbit_speed
FireWire Device: Oxford ATA Device 00, CREMAX TECH. CO., LTD, 400mbit_speed
Last edited by carlmmii on Tue Apr 08, 2008 2:51 am, edited 4 times in total.
TedJ
Veteran User
Posts: 5388
Joined: Wed Feb 20, 2008 11:25 pm

Re: Silent crash, semi-consistent, need help pinning down

Post by TedJ »

This may seem like a silly question, but why are you using an application that hasn't been updated in nearly 3.5 years? Also, you failed to mention whether you did a full disc rip with YadeX or re-authored it on the fly - by this I mean extracting the feature only, or merging several titles into one.

The reason I ask, is that many DVD reauthoring tools, while they'll create a DVD that will usually work in most software or standalone DVD players, often violate the DVD spec and can cause havoc with Handbrake. Another well known offender is MacTheRipper's Main Feature extraction mode.

In general, it's best to do a full disc rip and feed that to HB instead.
carlmmii
Posts: 7
Joined: Wed Mar 26, 2008 1:38 am

Re: Silent crash, semi-consistent, need help pinning down

Post by carlmmii »

"This may seem like a silly question, but why are you using an application that hasn't been updated in nearly 3.5 years?"

Because it's the fastest app I've found, and has worked on every anime disc I've fed it.


"Also, you failed to mention whether you did a full disc rip with YadeX or re-authored it on the fly - by this I mean extracting the feature only, or merging several titles into one."

Full disc rip.


I also ran into crashes on GitS disc 1 while using the actual disc instead of ripping it to the hard drive, so I doubt it's Yade X's fault.
TedJ
Veteran User
Posts: 5388
Joined: Wed Feb 20, 2008 11:25 pm

Re: Silent crash, semi-consistent, need help pinning down

Post by TedJ »

I asked because many more recent DVDs (primarily R1 & R2) utilise copy protection methods that tools as old as YadeX will not handle. In fact, YadeX may not even warn you of their presence leading to believe that your rip is good when it may contain several intentionally damaged sectors.

You have, of course, watched your rips from YadeX?
carlmmii
Posts: 7
Joined: Wed Mar 26, 2008 1:38 am

Re: Silent crash, semi-consistent, need help pinning down

Post by carlmmii »

Yes.
Cyander
Experienced
Posts: 94
Joined: Tue Mar 20, 2007 9:19 pm

Re: Silent crash, semi-consistent, need help pinning down

Post by Cyander »

This looks suspiciously like the memory leak I was hitting and partially reported in this thread. (I in fact first hit on this same type of crash when ripping GitS SAC, either season as well)

How many episodes are in your queue, and where does it crash?

http://forum.handbrake.fr/viewtopic.php?f=12&t=5178
carlmmii
Posts: 7
Joined: Wed Mar 26, 2008 1:38 am

Re: Silent crash, semi-consistent, need help pinning down

Post by carlmmii »

I can reliably reproduce the crash on CCS disc 2 exactly how I described in the first post, where it crashes on the second episode encoding. It doesn't matter if both of them are queued before encoding, or if they're encoded one after another manually.

The GitS issue happened with 25 episodes in the queue, and I believe it was episode 19 that it crapped out on. This one may be related to the memory leak you found.

I'm going to try and split each disc image up into separate episode images with DVD2OneX2. And if that doesn't work, I'm just going to move on to another series for now and see if I encounter the same problems, or not.
Cyander
Experienced
Posts: 94
Joined: Tue Mar 20, 2007 9:19 pm

Re: Silent crash, semi-consistent, need help pinning down

Post by Cyander »

Interesting. In my case, my queues usually die after a meager 4 episodes. Perhaps the settings make a huge difference in the type of leak. I won't go into the details, since they are already available in the other thread.

One thing you can do is if you have a single disc or movie, watch the memory usage over time. If Handbrake ever hits 4GB of VM, it will crash. Another thing you can do is look at console.app, because any failed mallocs will appear there. You can just search the console log for 'Handbrake' and it should immediately reveal if it is a failed malloc.
carlmmii
Posts: 7
Joined: Wed Mar 26, 2008 1:38 am

Re: Silent crash, semi-consistent, need help pinning down

Post by carlmmii »

Looks like you're right on the money. The crashing I'm getting is definitely due to a memory leak. More on the CCS encode, starting with episode 12 which is on disc 3, and continuing with disc 4 which has episodes 13-16. Below are the real memory / virtual memory usages of handbrake throughout the encode:

72mb / 1.01gb start
86mb / 1.02gb end of ep12 pass 1
1.46gb / 2.44gb end of ep12 pass 2
1.50gb / 2.47gb end of ep13 pass 1
1.62gb / 2.61gb end of ep13 pass 2
1.64gb / 2.61gb end of ep14 pass 1
1.82gb / 2.80gb end of ep14 pass 2
1.82gb / 2.80gb end of ep15 pass 1
2.13gb / 3.11gb end of ep15 pass 2
2.15gb / 3.14gb end of ep16 pass 1
2.29gb / 3.45gb end of ep16 pass 2
2.06gb / 3.48gb end of ep5 pass 1
2.43gb / 3.99gb at crash, 43% complete with encode

For episodes 9-11, it was just like with the disc 2 episodes where it would crash on the 2nd episode encoded. That's pretty understandable now considering the 1.42gb of VM that gets used up per encode. Disc 4 doesn't seem to have much of an issue at all, but it still has a slight leak. I tried episode 5 (disc 2) just to make sure of the limit, and sure enough, right at 4gb it crashed.

Console report:
4/6/08 8:07:55 PM [0x0-0x24024].org.m0k.handbrake[439] HandBrake(439,0xc89c8000) malloc: *** mmap(size=385024) failed (error code=12)
4/6/08 8:07:55 PM [0x0-0x24024].org.m0k.handbrake[439] *** error: can't allocate region
4/6/08 8:07:55 PM [0x0-0x24024].org.m0k.handbrake[439] *** set a breakpoint in malloc_error_break to debug


Incidentally, I used the dolby digital versions of the GitS 2nd Gig discs. I'll try using the DTS versions of the disc to see if there's a difference.

Also incidentally, splitting the CCS image up into separate episode images with DVD2OneX2 didn't help at all. If I had the discs on me right now I'd try some more stuff directly from the discs, but that'll have to wait until I get them back.
jbrjake
Veteran User
Posts: 4805
Joined: Wed Dec 13, 2006 1:38 am

Re: Updated: memory leak on 2nd pass encodes

Post by jbrjake »

Probably an issue with VFR. I don't ever use the queue, so it's never been a problem for me.

Or it might be this one thing with pullup -- would be interested to hear if the results change when just detelecining, without using VFR. Paul Scott told me a number of months ago that the locking in pullup is deficient, and I have an unapplied patch from him. I didn't want to commit something, though, that diverged HB's pullup from the official one in MEncoder, without good reason.
carlmmii
Posts: 7
Joined: Wed Mar 26, 2008 1:38 am

Re: Updated: memory leak on 2nd pass encodes

Post by carlmmii »

With VFR disabled (but detelecining still enabled), there appears to be no memory leak.

Anything I can do to help pinpoint it even further?

Edit: also, another weird bug I noticed, which I now know is related to VFR. With VFR enabled, I've been getting a resulting filesize of around 148mb when I'm telling it to encode to 170mb. There's no time-loss, just an overall much lower video bitrate. With VFR disabled (and that being the only difference), the encoded size is 170mb on the dot.

This only happens for episodes on disc 2 and later of CCS though, although the encode sizes for disc 1 (on which I observed minimal memory leakage) weren't as precise as they usually are (172.8, 173.9, 173.5, 176.8). I don't know if has any relation to the memory leak or not, but I figure it should be brought to someone's attention.
jbrjake
Veteran User
Posts: 4805
Joined: Wed Dec 13, 2006 1:38 am

Re: 0.9.2 Memory Leak

Post by jbrjake »

Cyander: this do anything for you?

http://handbrake.pastebin.ca/980541

Code: Select all

Index: libhb/render.c
===================================================================
--- libhb/render.c	(revision 1397)
+++ libhb/render.c	(working copy)
@@ -306,8 +306,9 @@
 
                     pv->total_lost_time += temp_duration;
                     pv->dropped_frames++;
-
-                    hb_fifo_get( pv->subtitle_queue );
+                    
+                    hb_buffer_t * subtitles = hb_fifo_get( pv->subtitle_queue );
+                    hb_buffer_close( &subtitles );
                     buf_tmp_in = NULL;
                 }
                 else
jbrjake
Veteran User
Posts: 4805
Joined: Wed Dec 13, 2006 1:38 am

Re: 0.9.2 Memory Leak

Post by jbrjake »

...wow, so much feedback. Well, a user emailed me saying the patch works on one of his problem DVDs, so I checked it in last night:
http://trac.handbrake.fr/changeset/1410
carlmmii
Posts: 7
Joined: Wed Mar 26, 2008 1:38 am

Re: 0.9.2 Memory Leak

Post by carlmmii »

Initial test indicates that this fixes my memory leak issue with CCS. Now that it's not going to crash every 2 episodes, I can start really encoding again and testing it. :)
smitch
Posts: 3
Joined: Fri Apr 25, 2008 7:32 pm

Re: 0.9.2 Memory Leak

Post by smitch »

I've just started trying to Handbrake parts 1 and 2 of Lord of the Rings which had been merged into one VIDEO_TS folder with DVD2ONE. Three times consistently now the encode goes all the way to the end and then Handbrake just quits. While watching the activity log it appears to get the encode finished, but just doesn't set the file type correctly. The file won't play or import into iTunes and is well over 5.5 gigs in size. I'm using the Apple TV presets also

Is this possibly the same memory leak issue? It is certainly consistent every time.

Ron
nightstrm
Veteran User
Posts: 1887
Joined: Fri Mar 23, 2007 5:43 am

Re: 0.9.2 Memory Leak

Post by nightstrm »

smitch wrote:I've just started trying to Handbrake parts 1 and 2 of Lord of the Rings which had been merged into one VIDEO_TS folder with DVD2ONE. Three times consistently now the encode goes all the way to the end and then Handbrake just quits. While watching the activity log it appears to get the encode finished, but just doesn't set the file type correctly. The file won't play or import into iTunes and is well over 5.5 gigs in size. I'm using the Apple TV presets also

Is this possibly the same memory leak issue? It is certainly consistent every time.

Ron
Check to ensure that you have 64-bit compatibility enabled for the encode. This is necessary for any files > 4GB.
jbrjake
Veteran User
Posts: 4805
Joined: Wed Dec 13, 2006 1:38 am

Re: 0.9.2 Memory Leak

Post by jbrjake »

smitch wrote:Is this possibly the same memory leak issue? It is certainly consistent every time.
How could it possibly be the same issue if you're using the AppleTV preset, and it's a leak in variable frame rate encoding, which the AppleTV preset doesn't use?
Post Reply