Handbrake: Segmentation fault for MPEG TS input

Created on 12 Feb 2017  路  23Comments  路  Source: HandBrake/HandBrake

Please describe the problem or feature request in detail:

I was trying to transcode an MPEG TS file using Don Melton's scripts which in turn use HandbrakeCLI, but I got a "Segmentation fault: 11" message.

What are the steps to reproduce this problem:

Using the attached input:

HandBrakeCLI --input=test.ts --output=test.mkv --markers --encoder=x264 --crop=0:0:0:0 --auto-anamorphic --deinterlace --rate=30 --pfr --encoder-preset=medium --encoder-profile=high --encoder-level=3.0 --quality=1 --audio=1 --aencoder=ca_aac --encopts=vbv-maxrate=1500:vbv-bufsize=3000:crf-max=25:qpmax=34

What version of HandBrake you are running:

> /tmp/HandBrakeCLI --version
[15:07:03] hb_init: starting libhb thread
[15:07:03] thread 700000927000 started ("libhb")
HandBrake 20170210182659-88343d5-master

What operating system and version and you running (e.g. OSX 10.11, Windows 7, Ubuntu 14):

Mac OS 10.12.3

Was there any error message or error dialog, if so please detail or provide screenshots:

Got a seg fault.

Please provide the full activity log for the encode or scan attempt. You may attach the log as a file, post a pastebin URL to the log, or place the log inline below:

``` [15:04:39] hb_init: starting libhb thread
[15:04:39] thread 70000de71000 started ("libhb")
HandBrake 20170210182659-88343d5-master (2017021101) - Darwin x86_64 - https://handbrake.fr
4 CPUs detected
Opening test.ts...
[15:04:39] CPU: Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz
[15:04:39] - Intel microarchitecture Broadwell
[15:04:39] - logical processor count: 4
[15:04:39] hb_scan: path=test.ts, title_index=1
udfread ERROR: ECMA 167 Volume Recognition failed
disc.c:274: failed opening UDF image test.ts
disc.c:352: error opening file BDMV/index.bdmv
disc.c:352: error opening file BDMV/BACKUP/index.bdmv
[15:04:39] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 5.0.1
libdvdread: Encrypted DVD support unavailable.
libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO
[15:04:39] dvd: not a dvd - trying as a stream/file instead
[15:04:39] file is MPEG Transport Stream with 188 byte packets offset 0 bytes
[15:04:39] Found the following PIDS
[15:04:39] Video PIDS :
[15:04:39] 0x100 type MPEG2 (0x2) (PCR)
[15:04:39] Audio PIDS :
[15:04:39] 0x101 type AC3 (0x81)
[15:04:39] Subtitle PIDS :
[15:04:39] Other PIDS :
[15:04:39] stream id 0x101 (type 0x81 substream 0x0) audio 0x101
[15:04:39] hb_ts_stream_getPEStype: EOF while searching for PID 0x100
[15:04:39] hb_sample_pts: couldn't find video packet near 3131400
[15:04:39] scan: decoding previews for title 1
[15:04:39] file is MPEG Transport Stream with 188 byte packets offset 0 bytes
[15:04:39] scan: audio 0x101: ac3, rate=48000Hz, bitrate=192000 English (AC3) (2.0 ch)
[15:04:39] stream: 7 good frames, 0 errors (0%)
[15:04:39] scan: 10 previews, 704x480, 29.970 fps, autocrop = 62/58/0/0, aspect 4:3, PAR 10:11
[15:04:39] libhb: scan thread found 1 valid title(s)

  • Using preset: CLI Default
  • title 1:

    • stream: test.ts

    • duration: 00:00:09

    • size: 704x480, pixel aspect: 10/11, display aspect: 1.33, 29.970 fps

    • autocrop: 62/58/0/0

    • support opencl: no

    • chapters:

    • 1: cells 0->0, 0 blocks, duration 00:00:09

    • audio tracks:

    • 1, English (AC3) (2.0 ch) (iso639-2: eng), 48000Hz, 192000bps

    • subtitle tracks:

    • 1, Closed Captions (iso639-2: eng) (Text)(CC)

      [15:04:39] 1 job(s) to process

      [15:04:39] json job:

      {

      "Audio": {

      "AudioList": [

      {

      "Encoder": 16384,

      "Track": 0

      }

      ],

      "CopyMask": [

      "copy:aac",

      "copy:ac3",

      "copy:eac3",

      "copy:dtshd",

      "copy:dts",

      "copy:mp3",

      "copy:truehd",

      "copy:flac"

      ],

      "FallbackEncoder": "ca_aac"

      },

      "Destination": {

      "ChapterList": [

      {

      "Name": "Chapter 1"

      }

      ],

      "ChapterMarkers": false,

      "File": "test.mkv",

      "Mp4Options": {

      "IpodAtom": false,

      "Mp4Optimize": false

      },

      "Mux": "mkv"

      },

      "Filters": {

      "FilterList": [

      {

      "ID": 5,

      "Settings": {

      "mode": "3"

      }

      },

      {

      "ID": 6,

      "Settings": {

      "mode": 2,

      "rate": "27000000/900000"

      }

      },

      {

      "ID": 11,

      "Settings": {

      "crop-bottom": 0,

      "crop-left": 0,

      "crop-right": 0,

      "crop-top": 0,

      "height": 480,

      "width": 704

      }

      }

      ]

      },

      "Metadata": {},

      "PAR": {

      "Den": 11,

      "Num": 10

      },

      "SequenceID": 0,

      "Source": {

      "Angle": 0,

      "Path": "test.ts",

      "Range": {

      "End": 1,

      "Start": 1,

      "Type": "chapter"

      },

      "Title": 1

      },

      "Subtitle": {

      "Search": {

      "Burn": true,

      "Default": false,

      "Enable": false,

      "Forced": false

      },

      "SubtitleList": []

      },

      "Video": {

      "ColorMatrixCode": 0,

      "Encoder": "x264",

      "Level": "3.0",

      "OpenCL": false,

      "Options": "vbv-maxrate=1500:vbv-bufsize=3000:crf-max=25:qpmax=34",

      "Preset": "medium",

      "Profile": "high",

      "QSV": {

      "AsyncDepth": 4,

      "Decode": false

      },

      "Quality": 1.0,

      "Tune": "",

      "Turbo": false,

      "TwoPass": false

      }

      }

      [15:04:39] starting job

      [15:04:39] work: mixdown not specified, track 1 setting mixdown Stereo

      [15:04:39] work: bitrate not specified, track 1 setting bitrate 160 Kbps

      [15:04:39] job configuration:

      [15:04:39] * source

      [15:04:39] + test.ts

      [15:04:39] + title 1, chapter(s) 1 to 1

      [15:04:39] * destination

      [15:04:39] + test.mkv

      [15:04:39] + container: Matroska (libavformat)

      [15:04:39] * video track

      [15:04:39] + decoder: mpeg2video

      [15:04:39] + bitrate 15000 kbps

      [15:04:39] + filters

      [15:04:39] + avfilter (yadif='mode=0')

      [15:04:39] + yadif: mode=0

      [15:04:39] + Framerate Shaper (mode=2:rate=27000000/900000)

      [15:04:39] + frame rate: 29.970 fps -> peak rate limited to 30.000 fps

      [15:04:39] + Crop and Scale (width=704:height=480:crop-top=0:crop-bottom=0:crop-left=0:crop-right=0)

      [15:04:39] + source: 704 * 480, crop (0/0/0/0): 704 * 480, scale: 704 * 480

      [15:04:39] + Output geometry

      [15:04:39] + storage dimensions: 704 x 480

      [15:04:39] + pixel aspect ratio: 10 : 11

      [15:04:39] + display dimensions: 640 x 480

      [15:04:39] + encoder: H.264 (libx264)

      [15:04:39] + preset: medium

      [15:04:39] + options: vbv-maxrate=1500:vbv-bufsize=3000:crf-max=25:qpmax=34

      [15:04:39] + profile: high

      [15:04:39] + level: 3.0

      [15:04:39] + quality: 1.00 (RF)

      [15:04:39] * audio track 1

      [15:04:39] + decoder: English (AC3) (2.0 ch) (track 1, id 0x101)

      [15:04:39] + bitrate: 192 kbps, samplerate: 48000 Hz

      [15:04:39] + mixdown: Stereo

      [15:04:39] + encoder: AAC (Apple AudioToolbox)

      [15:04:39] + bitrate: 160 kbps, samplerate: 48000 Hz

      [15:04:39] file is MPEG Transport Stream with 188 byte packets offset 0 bytes

      [15:04:39] sync: expecting 290 video frames

      [15:04:39] encx264: min-keyint: 30, keyint: 300

      [15:04:39] encx264: encoding at constant RF 1.000000

      [15:04:39] encx264: unparsed options: crf-max=25:vbv-maxrate=1500:qpmax=34:vbv-bufsize=3000:level=3.0

      x264 [info]: using SAR=10/11

      x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 AVX2 LZCNT BMI2

      x264 [info]: profile High, level 3.0

      [15:04:39] sync: first pts audio 0x101 is 0

      [15:04:39] sync: first pts video is 9734

      ```

Bug Upstream Issue

Most helpful comment

I think this is a problem in yadif that's corrupting memory and causing the crash to appear to be somewhere else. I ran the sample through valgrind and found invalid writes by yadif. Posted a bug to libav bugzilla and notified someone who cares on #libav-devel. So hopefully it will get looked at soon.

https://bugzilla.libav.org/show_bug.cgi?id=1031

All 23 comments

Are you able to provide a short/small sample file that reproduces?

EDIT: never mind, missed the link above.

@sr55 are you able to download this attachment? That's a zip file containing a small sample file.

Confirmed the bug. Appears to be related to turning on Yadif deinterlacing.

GUI crash log:

~~~
Process: HandBrake [86176]
Path: /Applications/HandBrake.app/Contents/MacOS/HandBrake
Identifier: fr.handbrake.HandBrake
Version: 1.0.2 (2017012200)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: HandBrake [86176]
User ID: 501

Date/Time: 2017-02-11 18:32:49.217 -0500
OS Version: Mac OS X 10.12.3 (16D32)
Report Version: 12
Anonymous UUID: ABC61D73-B348-0845-E85F-F4E3CC7588F4

Time Awake Since Boot: 450000 seconds

System Integrity Protection: enabled

Crashed Thread: 115

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000808098
Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [0]

VM Regions Near 0x808098:
-->
__TEXT 000000010ccc7000-000000010cd21000 [ 360K] r-x/rwx SM=COW /Applications/HandBrake.app/Contents/MacOS/HandBrake

Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fffa724038a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffa723f7d7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff91b1de84 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff91b1d301 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fff91b1cb54 CFRunLoopRunSpecific + 420
5 com.apple.HIToolbox 0x00007fff910a7a5c RunCurrentEventLoopInMode + 240
6 com.apple.HIToolbox 0x00007fff910a7891 ReceiveNextEventCommon + 432
7 com.apple.HIToolbox 0x00007fff910a76c6 _BlockUntilNextEventMatchingListInModeWithFilter + 71
8 com.apple.AppKit 0x00007fff8f64d5b4 _DPSNextEvent + 1120
9 com.apple.AppKit 0x00007fff8fdc7d6b -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2789
10 com.apple.AppKit 0x00007fff8f641f35 -[NSApplication run] + 926
11 com.apple.AppKit 0x00007fff8f60c850 NSApplicationMain + 1237
12 fr.handbrake.HandBrake 0x000000010ccc9a0b main + 113
13 fr.handbrake.HandBrake 0x000000010ccc90bc start + 52

Thread 1:
0 libsystem_kernel.dylib 0x00007fffa7247fda __semwait_signal + 10
1 libsystem_c.dylib 0x00007fffa71ceb72 nanosleep + 199
2 libsystem_c.dylib 0x00007fffa71cea66 usleep + 54
3 fr.handbrake.HandBrakeKit 0x000000010df02159 thread_func + 409
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 2:
0 libsystem_kernel.dylib 0x00007fffa7247fda __semwait_signal + 10
1 libsystem_c.dylib 0x00007fffa71ceb72 nanosleep + 199
2 libsystem_c.dylib 0x00007fffa71cea66 usleep + 54
3 fr.handbrake.HandBrakeKit 0x000000010df02159 thread_func + 409
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 3:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fffa724038a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffa723f7d7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff91b1de84 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff91b1d301 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fff91b1cb54 CFRunLoopRunSpecific + 420
5 com.apple.AppKit 0x00007fff8f79aa62 _NSEventThread + 205
6 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 4:: com.apple.coreaudio.AQClient
0 libsystem_kernel.dylib 0x00007fffa724038a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffa723f7d7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff91b1de84 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff91b1d301 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fff91b1cb54 CFRunLoopRunSpecific + 420
5 com.apple.audio.toolbox.AudioToolbox 0x00007fff9091c7ad GenericRunLoopThread::Entry(void) + 189
6 com.apple.audio.toolbox.AudioToolbox 0x00007fff9091c63f CAPThread::Entry(CAPThread
) + 85
7 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
8 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
9 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 5:: com.apple.coremedia.scheduledfileio
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 com.apple.CoreMedia 0x00007fff928bd817 WaitOnCondition + 14
3 com.apple.CoreMedia 0x00007fff928bd4a1 FigSemaphoreWaitRelative + 153
4 com.apple.CoreMedia 0x00007fff928b47df FigScheduledFileIOThread + 141
5 com.apple.CoreMedia 0x00007fff928be1b6 figThreadMain + 277
6 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fffa72484e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffa73305fe _pthread_wqthread + 1023
2 libsystem_pthread.dylib 0x00007fffa73301ed start_wqthread + 13

Thread 7:
0 libsystem_kernel.dylib 0x00007fffa72484e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffa7330791 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffa73301ed start_wqthread + 13

Thread 8:
0 libsystem_kernel.dylib 0x00007fffa72484e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffa7330791 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffa73301ed start_wqthread + 13

Thread 9:
0 libsystem_kernel.dylib 0x00007fffa72484e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffa7330791 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffa73301ed start_wqthread + 13

Thread 10:
0 libsystem_kernel.dylib 0x00007fffa72403de semaphore_timedwait_trap + 10
1 libdispatch.dylib 0x00007fffa70ec25a _dispatch_semaphore_wait_slow + 103
2 libdispatch.dylib 0x00007fffa70e6a24 _dispatch_worker_thread + 275
3 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
4 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
5 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 11:
0 libsystem_kernel.dylib 0x00007fffa72484e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffa7330791 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffa73301ed start_wqthread + 13

Thread 12:
0 libsystem_kernel.dylib 0x00007fffa72484e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffa7330791 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffa73301ed start_wqthread + 13

Thread 13:
0 libsystem_kernel.dylib 0x00007fffa72484e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffa7330791 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffa73301ed start_wqthread + 13

Thread 14:
0 libsystem_kernel.dylib 0x00007fffa72484e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffa7330791 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffa73301ed start_wqthread + 13

Thread 15:
0 libsystem_kernel.dylib 0x00007fffa72484e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffa7330791 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffa73301ed start_wqthread + 13

Thread 16:
0 libsystem_kernel.dylib 0x00007fffa72484e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffa7330791 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffa73301ed start_wqthread + 13

Thread 17:
0 libsystem_kernel.dylib 0x00007fffa72484e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffa7330791 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffa73301ed start_wqthread + 13

Thread 18:
0 libsystem_kernel.dylib 0x00007fffa7247fda __semwait_signal + 10
1 libsystem_c.dylib 0x00007fffa71ceb72 nanosleep + 199
2 libsystem_c.dylib 0x00007fffa71cea66 usleep + 54
3 fr.handbrake.HandBrakeKit 0x000000010df02159 thread_func + 409
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 19:
0 libsystem_kernel.dylib 0x00007fffa7247fda __semwait_signal + 10
1 libsystem_pthread.dylib 0x00007fffa7332855 pthread_join + 425
2 fr.handbrake.HandBrakeKit 0x000000010df1cf1b hb_thread_close + 27
3 fr.handbrake.HandBrakeKit 0x000000010df3f023 work_func + 883
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 20:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decb120 decomb_filter_thread + 2352
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 21:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decb120 decomb_filter_thread + 2352
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 22:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decb120 decomb_filter_thread + 2352
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 23:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decb120 decomb_filter_thread + 2352
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 24:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decb120 decomb_filter_thread + 2352
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 25:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decb120 decomb_filter_thread + 2352
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 26:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decb120 decomb_filter_thread + 2352
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 27:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decb120 decomb_filter_thread + 2352
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 28:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decb120 decomb_filter_thread + 2352
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 29:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decb120 decomb_filter_thread + 2352
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 30:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decb120 decomb_filter_thread + 2352
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 31:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decb120 decomb_filter_thread + 2352
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 32:
0 libsystem_kernel.dylib 0x00007fffa7247cb6 __psynch_mutexwait + 10
1 libsystem_pthread.dylib 0x00007fffa7330f6a _pthread_mutex_lock_wait + 100
2 fr.handbrake.HandBrakeKit 0x000000010df3c805 taskset_thread_complete + 21
3 fr.handbrake.HandBrakeKit 0x000000010decb82a decomb_check_thread + 1738
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 33:
0 libsystem_kernel.dylib 0x00007fffa7247cb6 __psynch_mutexwait + 10
1 libsystem_pthread.dylib 0x00007fffa7330f6a _pthread_mutex_lock_wait + 100
2 fr.handbrake.HandBrakeKit 0x000000010df3c805 taskset_thread_complete + 21
3 fr.handbrake.HandBrakeKit 0x000000010decb82a decomb_check_thread + 1738
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 34:
0 libsystem_kernel.dylib 0x00007fffa7247cb6 __psynch_mutexwait + 10
1 libsystem_pthread.dylib 0x00007fffa7330f6a _pthread_mutex_lock_wait + 100
2 fr.handbrake.HandBrakeKit 0x000000010df3c805 taskset_thread_complete + 21
3 fr.handbrake.HandBrakeKit 0x000000010decb82a decomb_check_thread + 1738
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 35:
0 libsystem_kernel.dylib 0x00007fffa7247cb6 __psynch_mutexwait + 10
1 libsystem_pthread.dylib 0x00007fffa7330f6a _pthread_mutex_lock_wait + 100
2 fr.handbrake.HandBrakeKit 0x000000010df3c805 taskset_thread_complete + 21
3 fr.handbrake.HandBrakeKit 0x000000010decb82a decomb_check_thread + 1738
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 36:
0 libsystem_kernel.dylib 0x00007fffa7247c9e __psynch_mutexdrop + 10
1 libsystem_pthread.dylib 0x00007fffa7330e98 _pthread_mutex_unlock_drop + 60
2 fr.handbrake.HandBrakeKit 0x000000010decb837 decomb_check_thread + 1751
3 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
4 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
5 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
6 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 37:
0 libsystem_kernel.dylib 0x00007fffa7247cb6 __psynch_mutexwait + 10
1 libsystem_pthread.dylib 0x00007fffa7330f6a _pthread_mutex_lock_wait + 100
2 fr.handbrake.HandBrakeKit 0x000000010df3c805 taskset_thread_complete + 21
3 fr.handbrake.HandBrakeKit 0x000000010decb82a decomb_check_thread + 1738
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 38:
0 libsystem_kernel.dylib 0x00007fffa7247cb6 __psynch_mutexwait + 10
1 libsystem_pthread.dylib 0x00007fffa7330f6a _pthread_mutex_lock_wait + 100
2 libsystem_pthread.dylib 0x00007fffa73319f1 _pthread_cond_wait + 847
3 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
4 fr.handbrake.HandBrakeKit 0x000000010decb837 decomb_check_thread + 1751
5 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
6 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 39:
0 libsystem_kernel.dylib 0x00007fffa7247cb6 __psynch_mutexwait + 10
1 libsystem_pthread.dylib 0x00007fffa7330f6a _pthread_mutex_lock_wait + 100
2 fr.handbrake.HandBrakeKit 0x000000010df3c805 taskset_thread_complete + 21
3 fr.handbrake.HandBrakeKit 0x000000010decb82a decomb_check_thread + 1738
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 40:
0 libsystem_kernel.dylib 0x00007fffa7247cb6 __psynch_mutexwait + 10
1 libsystem_pthread.dylib 0x00007fffa7330f6a _pthread_mutex_lock_wait + 100
2 libsystem_pthread.dylib 0x00007fffa73319f1 _pthread_cond_wait + 847
3 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
4 fr.handbrake.HandBrakeKit 0x000000010decb837 decomb_check_thread + 1751
5 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
6 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 41:
0 libsystem_kernel.dylib 0x00007fffa7247cb6 __psynch_mutexwait + 10
1 libsystem_pthread.dylib 0x00007fffa7330f6a _pthread_mutex_lock_wait + 100
2 libsystem_pthread.dylib 0x00007fffa73319f1 _pthread_cond_wait + 847
3 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
4 fr.handbrake.HandBrakeKit 0x000000010decb837 decomb_check_thread + 1751
5 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
6 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 42:
0 libsystem_kernel.dylib 0x00007fffa7247cb6 __psynch_mutexwait + 10
1 libsystem_pthread.dylib 0x00007fffa7330f6a _pthread_mutex_lock_wait + 100
2 libsystem_pthread.dylib 0x00007fffa73319f1 _pthread_cond_wait + 847
3 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
4 fr.handbrake.HandBrakeKit 0x000000010decb837 decomb_check_thread + 1751
5 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
6 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 43:
0 libsystem_kernel.dylib 0x00007fffa7247cb6 __psynch_mutexwait + 10
1 libsystem_pthread.dylib 0x00007fffa7330f6a _pthread_mutex_lock_wait + 100
2 libsystem_pthread.dylib 0x00007fffa73319f1 _pthread_cond_wait + 847
3 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
4 fr.handbrake.HandBrakeKit 0x000000010decb837 decomb_check_thread + 1751
5 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
6 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 44:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decba45 mask_filter_thread + 453
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 45:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decba45 mask_filter_thread + 453
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 46:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decba45 mask_filter_thread + 453
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 47:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decba45 mask_filter_thread + 453
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 48:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decba45 mask_filter_thread + 453
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 49:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decba45 mask_filter_thread + 453
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 50:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decba45 mask_filter_thread + 453
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 51:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decba45 mask_filter_thread + 453
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 52:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decba45 mask_filter_thread + 453
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 53:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decba45 mask_filter_thread + 453
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 54:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decba45 mask_filter_thread + 453
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 55:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decba45 mask_filter_thread + 453
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 56:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbc56 mask_erode_thread + 470
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 57:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbc56 mask_erode_thread + 470
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 58:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbc56 mask_erode_thread + 470
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 59:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbc56 mask_erode_thread + 470
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 60:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbc56 mask_erode_thread + 470
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 61:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbc56 mask_erode_thread + 470
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 62:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbc56 mask_erode_thread + 470
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 63:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbc56 mask_erode_thread + 470
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 64:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbc56 mask_erode_thread + 470
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 65:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbc56 mask_erode_thread + 470
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 66:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbc56 mask_erode_thread + 470
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 67:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbc56 mask_erode_thread + 470
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 68:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbe61 mask_dilate_thread + 465
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 69:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbe61 mask_dilate_thread + 465
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 70:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbe61 mask_dilate_thread + 465
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 71:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbe61 mask_dilate_thread + 465
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 72:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbe61 mask_dilate_thread + 465
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 73:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbe61 mask_dilate_thread + 465
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 74:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbe61 mask_dilate_thread + 465
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 75:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbe61 mask_dilate_thread + 465
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 76:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbe61 mask_dilate_thread + 465
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 77:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbe61 mask_dilate_thread + 465
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 78:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbe61 mask_dilate_thread + 465
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 79:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c7bd taskset_thread_wait4start + 93
3 fr.handbrake.HandBrakeKit 0x000000010decbe61 mask_dilate_thread + 465
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 80:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010d8790f0 worker + 256

Thread 81:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010d8790f0 worker + 256

Thread 82:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010d8790f0 worker + 256

Thread 83:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010d8790f0 worker + 256

Thread 84:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010d8790f0 worker + 256

Thread 85:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010d8790f0 worker + 256

Thread 86:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010d8790f0 worker + 256

Thread 87:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010d8790f0 worker + 256

Thread 88:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010d8790f0 worker + 256

Thread 89:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010d8790f0 worker + 256

Thread 90:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010d8790f0 worker + 256

Thread 91:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010d8790f0 worker + 256

Thread 92:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010d8790f0 worker + 256

Thread 93:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df1d1cf hb_cond_timedwait + 159
3 fr.handbrake.HandBrakeKit 0x000000010df00d41 hb_fifo_get_wait + 49
4 fr.handbrake.HandBrakeKit 0x000000010df3eb5d hb_work_loop + 125
5 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
6 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 94:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010dd2972b x264_threadpool_thread + 91
3 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
4 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 95:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010dd2972b x264_threadpool_thread + 91
3 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
4 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 96:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010dd2972b x264_threadpool_thread + 91
3 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
4 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 97:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010dd2972b x264_threadpool_thread + 91
3 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
4 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 98:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010dd2972b x264_threadpool_thread + 91
3 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
4 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 99:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010dd2972b x264_threadpool_thread + 91
3 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
4 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 100:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010dd2972b x264_threadpool_thread + 91
3 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
4 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 101:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010dd2972b x264_threadpool_thread + 91
3 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
4 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 102:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010dd2972b x264_threadpool_thread + 91
3 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
4 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 103:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010dd2972b x264_threadpool_thread + 91
3 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
4 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 104:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010dd2972b x264_threadpool_thread + 91
3 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
4 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 105:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010dd28efd x264_lookahead_thread + 205
3 ??? 0x0000700012027000 0 + 123145604460544

Thread 106:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df1d1cf hb_cond_timedwait + 159
3 fr.handbrake.HandBrakeKit 0x000000010df00d41 hb_fifo_get_wait + 49
4 fr.handbrake.HandBrakeKit 0x000000010df3eb5d hb_work_loop + 125
5 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
6 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 107:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df1d1cf hb_cond_timedwait + 159
3 fr.handbrake.HandBrakeKit 0x000000010df00ec4 hb_fifo_full_wait + 52
4 fr.handbrake.HandBrakeKit 0x000000010df25020 reader_work + 1936
5 fr.handbrake.HandBrakeKit 0x000000010df3eb87 hb_work_loop + 167
6 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
7 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
8 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
9 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 108:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df1d1cf hb_cond_timedwait + 159
3 fr.handbrake.HandBrakeKit 0x000000010df00d41 hb_fifo_get_wait + 49
4 fr.handbrake.HandBrakeKit 0x000000010df3eb5d hb_work_loop + 125
5 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
6 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 109:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010d680b7b thread_execute + 251
3 ??? 0x8000000000000000 0 + 9223372036854775808

Thread 110:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df1d1cf hb_cond_timedwait + 159
3 fr.handbrake.HandBrakeKit 0x000000010df00d41 hb_fifo_get_wait + 49
4 fr.handbrake.HandBrakeKit 0x000000010df3eb5d hb_work_loop + 125
5 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
6 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 111:
0 com.apple.audio.codecs.Components 0x000000011cb799c7 modifyLRThresholds + 166
1 com.apple.audio.codecs.Components 0x000000011cb78d8b msAnalysis_Long_fast + 948
2 com.apple.audio.codecs.Components 0x000000011cb788cb msAnalysis + 256
3 com.apple.audio.codecs.Components 0x000000011cb78220 AdvanceMsStereo + 119
4 com.apple.audio.codecs.Components 0x000000011cb87589 AdvanceTools + 778
5 com.apple.audio.codecs.Components 0x000000011cb68080 aacEncodeFrame + 58
6 com.apple.audio.codecs.Components 0x000000011cc54718 AACEncoder::EncodeFrame(float, unsigned int, AACCE_EncodeReturns, unsigned char) + 482
7 com.apple.audio.codecs.Components 0x000000011cc4be59 ACMP4AACBaseEncoder::ProduceOutputPackets(void
, unsigned int&, unsigned int&, AudioStreamPacketDescription) + 233
8 com.apple.audio.codecs.Components 0x000000011cca5c44 ProduceOutputPackets(void
, void, unsigned int, unsigned int, AudioStreamPacketDescription, unsigned int) + 23
9 com.apple.audio.toolbox.AudioToolbox 0x00007fff909a093f CodecConverter::EncoderFillBuffer(unsigned int&, AudioBufferList&, AudioStreamPacketDescription
) + 841
10 com.apple.audio.toolbox.AudioToolbox 0x00007fff90948451 AudioConverterChain::RenderOutput(CABufferList, unsigned int, unsigned int&, AudioStreamPacketDescription) + 99
11 com.apple.audio.toolbox.AudioToolbox 0x00007fff9094816d BufferedAudioConverter::FillBuffer(unsigned int&, AudioBufferList&, AudioStreamPacketDescription*) + 281
12 com.apple.audio.toolbox.AudioToolbox 0x00007fff90947c3c AudioConverterFillComplexBuffer + 282
13 fr.handbrake.HandBrakeKit 0x000000010df41437 Encode + 135
14 fr.handbrake.HandBrakeKit 0x000000010df40cda encCoreAudioWork + 106
15 fr.handbrake.HandBrakeKit 0x000000010df3eb87 hb_work_loop + 167
16 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
17 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
18 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
19 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 112:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df1d1cf hb_cond_timedwait + 159
3 fr.handbrake.HandBrakeKit 0x000000010df00d41 hb_fifo_get_wait + 49
4 fr.handbrake.HandBrakeKit 0x000000010df3eb5d hb_work_loop + 125
5 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
6 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 113:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df1d1cf hb_cond_timedwait + 159
3 fr.handbrake.HandBrakeKit 0x000000010df00d41 hb_fifo_get_wait + 49
4 fr.handbrake.HandBrakeKit 0x000000010df3eb5d hb_work_loop + 125
5 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
6 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 114:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df3c6c9 taskset_cycle + 137
3 fr.handbrake.HandBrakeKit 0x000000010decbf42 process_frame + 162
4 fr.handbrake.HandBrakeKit 0x000000010deca543 comb_detect_work + 147
5 fr.handbrake.HandBrakeKit 0x000000010df40b5d filter_loop + 141
6 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
7 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
8 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
9 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 115 Crashed:
0 libsystem_malloc.dylib 0x00007fffa72a97f1 small_free_list_remove_ptr_no_clear + 518
1 libsystem_malloc.dylib 0x00007fffa72a9c76 free_small + 881
2 fr.handbrake.HandBrakeKit 0x000000010d93373d av_buffer_unref + 61
3 fr.handbrake.HandBrakeKit 0x000000010df40b5d filter_loop + 141
4 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
5 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 116:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df1d1cf hb_cond_timedwait + 159
3 fr.handbrake.HandBrakeKit 0x000000010df00d41 hb_fifo_get_wait + 49
4 fr.handbrake.HandBrakeKit 0x000000010df40b13 filter_loop + 67
5 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
6 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 117:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010df1d1cf hb_cond_timedwait + 159
3 fr.handbrake.HandBrakeKit 0x000000010df00d41 hb_fifo_get_wait + 49
4 fr.handbrake.HandBrakeKit 0x000000010df40b13 filter_loop + 67
5 fr.handbrake.HandBrakeKit 0x000000010df1cec4 hb_thread_func + 52
6 libsystem_pthread.dylib 0x00007fffa7330aab _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffa73309f7 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffa73301fd thread_start + 13

Thread 118:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010d680a2b worker + 283

Thread 119:
0 fr.handbrake.HandBrakeKit 0x000000010d5ef557 mpeg_decode_slice + 3319

Thread 120:
0 fr.handbrake.HandBrakeKit 0x000000010d5ef527 mpeg_decode_slice + 3271

Thread 121:
0 fr.handbrake.HandBrakeKit 0x000000010d61d691 ff_draw_horiz_band + 1
1 fr.handbrake.HandBrakeKit 0x000000010d623024 ff_mpeg_draw_horiz_band + 68

Thread 122:
0 fr.handbrake.HandBrakeKit 0x000000010d4fe349 put_pixels_clamped_c + 73
1 fr.handbrake.HandBrakeKit 0x000000010d845db6 ff_simple_idct_put_mmx + 7974

Thread 123:
0 fr.handbrake.HandBrakeKit 0x000000010d844560 ff_simple_idct_put_mmx + 1744

Thread 124:
0 libsystem_kernel.dylib 0x00007fffa7247c86 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffa733196a _pthread_cond_wait + 712
2 fr.handbrake.HandBrakeKit 0x000000010d680a2b worker + 283

Thread 115 crashed with X86 Thread State (64-bit):
rax: 0x000000007307240f rbx: 0x0000000000800000 rcx: 0x0000000073064c64 rdx: 0x00007f9c0b8b9a00
rdi: 0x000000010cd81000 rsi: 0x00000000730723e8 rbp: 0x0000700012544d30 rsp: 0x0000700012544d20
r8: 0x00007f9c0b800000 r9: 0x0000000000808080 r10: 0x0000000000000000 r11: 0x0000000000fffd00
r12: 0x0000000000000008 r13: 0x0000000000014a00 r14: 0x0000000073064c64 r15: 0x00007f9c0b8a5000
rip: 0x00007fffa72a97f1 rfl: 0x0000000000010206 cr2: 0x0000000000808098

Logical CPU: 7
Error Code: 0x00000006
Trap Number: 14
~~~

Wasn't crashing until I enabled Yadif (and Default detection).

I can't reproduce this on linux.

@bradleysepos can you reproduce this with a debug build and get a gdb backtrace? The trace in the crash dump isn't complete.

I can't reproduce this either now. WIth 1.0.2 or current nightly. I could swear this was consistently reproducible ...

[15:04:39] + options: vbv-maxrate=1500:vbv-bufsize=3000:crf-max=25:qpmax=34

It's looking like a Mac Only bug. I can't reproduce on windows

Try Yadif with Interlace Detection off (I didn't need any other settings).

Thread 61 Crashed:
0   libsystem_malloc.dylib          0x00007fffb308b7f1 small_free_list_remove_ptr_no_clear + 518
1   libsystem_malloc.dylib          0x00007fffb308bbd6 free_small + 721
2   fr.handbrake.HandBrakeKit       0x000000010a54c73d av_buffer_unref + 61
3   fr.handbrake.HandBrakeKit       0x000000010ab59b5d filter_loop + 141
4   fr.handbrake.HandBrakeKit       0x000000010ab35ec4 hb_thread_func + 52
5   libsystem_pthread.dylib         0x00007fffb3112aab _pthread_body + 180
6   libsystem_pthread.dylib         0x00007fffb31129f7 _pthread_start + 286
7   libsystem_pthread.dylib         0x00007fffb31121fd thread_start + 13

I can try to get a gdb backtrace in a day or two if still needed.

@bradleysepos I believe it's actually in caaac. That's where xcode crashes

xcode jumps to encca_aac.c line 385 there is a free(pv->buf);

I think this is a problem in yadif that's corrupting memory and causing the crash to appear to be somewhere else. I ran the sample through valgrind and found invalid writes by yadif. Posted a bug to libav bugzilla and notified someone who cares on #libav-devel. So hopefully it will get looked at soon.

https://bugzilla.libav.org/show_bug.cgi?id=1031

Yup, your right. I saw your comments in Libav so I removed audio encoding and it still crashed out.

Crashes on a 638x480 mp4 source for me, so it would indeed seem to be linesize related, and probably not tied to transport streams.

Good catch, didn't know about this one!
Never reproducible with FFmpeg afaict from a quick test, consider adding upstream tag.

Is there a workaround on this one while we wait for the upstream fix? I run into this crash surprisingly frequently when handling shows recorded with Plex DVR. Thanks!

Yes, don't use libav's yadif. If you need deinterlacing, use HandBrake's decomb filter.

Does the decomb filter have any advantage over yadif?

You may find https://github.com/HandBrake/HandBrake/blob/master/libhb/decomb.c interesting.

It uses a thresholding algorithm of sorts to switch between different interpolation modes, which can include yadif. The opening comments explain what interpolation modes are available and combinations can be achieved (enum).

EEDI2 can be slow but provides improved results, in my experience. In 1.0.0 and later we have added an EEDI2 Decomb preset to the GUIs.

Is there a link to EEDI2?
The link in the source code is 404.

I opened FFmpeg ticket #6233, thank you for the link!

Looking at this again today with debug=max and optimizations=none.

Thread 61 Crashed:
0   libsystem_malloc.dylib          0x00007fff9d85582d small_free_list_remove_ptr_no_clear + 518
1   libsystem_malloc.dylib          0x00007fff9d84990e small_malloc_from_free_list + 394
2   libsystem_malloc.dylib          0x00007fff9d847953 szone_malloc_should_clear + 1649
3   libsystem_malloc.dylib          0x00007fff9d84afb6 malloc_zone_memalign + 156
4   libsystem_malloc.dylib          0x00007fff9d84cb42 posix_memalign + 25
5   fr.handbrake.HandBrakeKit       0x000000010c985b7e av_malloc + 78 (mem.c:81)
6   fr.handbrake.HandBrakeKit       0x000000010c977894 av_buffer_alloc + 36 (buffer.c:71)
7   fr.handbrake.HandBrakeKit       0x000000010c97e06f get_video_buffer + 431 (frame.c:115)
8   fr.handbrake.HandBrakeKit       0x000000010c97de61 av_frame_get_buffer + 81 (frame.c:192)
9   fr.handbrake.HandBrakeKit       0x000000010c883f73 ff_default_get_video_buffer + 99 (video.c:50)
10  fr.handbrake.HandBrakeKit       0x000000010c883efb ff_get_video_buffer + 155 (video.c:67)
11  fr.handbrake.HandBrakeKit       0x000000010c883e4c ff_null_get_video_buffer + 44 (video.c:32)
12  fr.handbrake.HandBrakeKit       0x000000010c883edd ff_get_video_buffer + 125 (video.c:64)
13  fr.handbrake.HandBrakeKit       0x000000010c87ecf1 filter_frame + 449 (vf_yadif.c:340)
14  fr.handbrake.HandBrakeKit       0x000000010c85eaa2 ff_filter_frame + 626 (avfilter.c:804)
15  fr.handbrake.HandBrakeKit       0x000000010c85eaf8 default_filter_frame + 40 (avfilter.c:744)
16  fr.handbrake.HandBrakeKit       0x000000010c85eaa2 ff_filter_frame + 626 (avfilter.c:804)
17  fr.handbrake.HandBrakeKit       0x000000010c862108 request_frame + 136 (buffersrc.c:407)
18  fr.handbrake.HandBrakeKit       0x000000010c85d5f7 ff_request_frame + 103 (avfilter.c:269)
19  fr.handbrake.HandBrakeKit       0x000000010c85d627 ff_request_frame + 151 (avfilter.c:271)
20  fr.handbrake.HandBrakeKit       0x000000010c87f7d0 request_frame + 128 (vf_yadif.c:369)
21  fr.handbrake.HandBrakeKit       0x000000010c85d5f7 ff_request_frame + 103 (avfilter.c:269)
22  fr.handbrake.HandBrakeKit       0x000000010c862c14 request_frame + 68 (fifo.c:234)
23  fr.handbrake.HandBrakeKit       0x000000010c85d5f7 ff_request_frame + 103 (avfilter.c:269)
24  fr.handbrake.HandBrakeKit       0x000000010c8610a4 av_buffersink_get_frame + 52 (buffersink.c:69)
25  fr.handbrake.HandBrakeKit       0x000000010cf79cc6 filterFrame + 118 (avfilter.c:473)
26  fr.handbrake.HandBrakeKit       0x000000010cf794b2 avfilter_work + 210 (avfilter.c:513)
27  fr.handbrake.HandBrakeKit       0x000000010d018795 filter_loop + 261 (work.c:1964)
28  fr.handbrake.HandBrakeKit       0x000000010cfe96de hb_thread_func + 94 (ports.c:863)
29  libsystem_pthread.dylib         0x00007fff9d8de93b _pthread_body + 180
30  libsystem_pthread.dylib         0x00007fff9d8de887 _pthread_start + 286
31  libsystem_pthread.dylib         0x00007fff9d8de08d thread_start + 13

Thread 61 crashed with X86 Thread State (64-bit):
  rax: 0x000000009ecf6e01  rbx: 0x0000000000800000  rcx: 0x000000009ecf4e3f  rdx: 0x00007fbf40188e00
  rdi: 0x000000010bae5000  rsi: 0x000000009ecf6de2  rbp: 0x0000700011dad7d0  rsp: 0x0000700011dad7c0
   r8: 0x00007fbf40000000   r9: 0x0000000000808080  r10: 0x0000000000000000  r11: 0x0000000000fffd00
  r12: 0x000000010e218600  r13: 0x0000000000000749  r14: 0x000000009ecf4e3f  r15: 0x000000010bae5000
  rip: 0x00007fff9d85582d  rfl: 0x0000000000010202  cr2: 0x0000000000808098
(lldb) run
Process 99996 launched: '/Users/bradley/Projects/HandBrake/handbrake-git/HandBrake/build/xroot/HandBrake.app/Contents/MacOS/HandBrake' (x86_64)
Process 99996 stopped
* thread #18, stop reason = EXC_BAD_ACCESS (code=1, address=0x808098)
    frame #0: 0x00007fff9d85582d libsystem_malloc.dylib`small_free_list_remove_ptr_no_clear + 518
libsystem_malloc.dylib`small_free_list_remove_ptr_no_clear:
->  0x7fff9d85582d <+518>: movb   %al, 0x18(%r9)
    0x7fff9d855831 <+522>: movq   %r10, 0x10(%r9)
    0x7fff9d855835 <+526>: jmp    0x7fff9d855850            ; <+553>
    0x7fff9d855837 <+528>: movq   %r10, %rbx
(lldb) bt
error: libarclite_macosx.a(arclite.o) failed to load objfile for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a
* thread #18, stop reason = EXC_BAD_ACCESS (code=1, address=0x808098)
  * frame #0: 0x00007fff9d85582d libsystem_malloc.dylib`small_free_list_remove_ptr_no_clear + 518
    frame #1: 0x00007fff9d855cb2 libsystem_malloc.dylib`free_small + 881
    frame #2: 0x0000000100ffae55 HandBrakeKit`av_free(ptr=0x0000000106bf9200) at mem.c:198
    frame #3: 0x0000000100fec869 HandBrakeKit`av_buffer_default_free(opaque=0x0000000000000000, data="\x80\x80\x80\x80\x80\x80\x80\x80\x80\x80\x80\x80\x81\x81\x7fvghgggghggggggggghhhhhhhhggggefhiihhhhhhhhhhhhhhhhhiiihhhhhhhgfghihhhhhhhhhhhhhhhhhhhhhhhhhhhefhihhgggggggghhghhhhhiiiihhhhhhfgiiihhhhhhhhhhhhhhhhhihhhhhhhhhfghiihhhhhgghhhhgggghhhhhhhhhhhhfghihggggghhggghghiiijjiihgggiigefghgffigiihhhhhhhgggghiihhhiihhghhghgggggggiihhihhighhhhhhhhhhhgfit\x80\x80\x80\x80\x80\x80\x80\x80\x80\x80\x80\x80\x80\x80\x80") at buffer.c:63
    frame #4: 0x0000000100feca8b HandBrakeKit`av_buffer_unref(buf=0x000000010e499af0) at buffer.c:116
    frame #5: 0x0000000100ff2d88 HandBrakeKit`av_frame_unref(frame=0x000000010e4999c0) at frame.c:309
    frame #6: 0x00000001015eed02 HandBrakeKit`filterFrame(pv=0x000000010e4a02b0, in=0x0000000102eaa1b0) at avfilter.c:478
    frame #7: 0x00000001015ee4b2 HandBrakeKit`avfilter_work(filter=0x000000010e4b3f20, buf_in=0x0000700003c62ea8, buf_out=0x0000700003c62ea0) at avfilter.c:513
    frame #8: 0x000000010168d795 HandBrakeKit`filter_loop(_f=0x000000010e4b3f20) at work.c:1964
    frame #9: 0x000000010165e6de HandBrakeKit`hb_thread_func(_t=0x0000000102e37be0) at ports.c:860
    frame #10: 0x00007fff9d8de93b libsystem_pthread.dylib`_pthread_body + 180
    frame #11: 0x00007fff9d8de887 libsystem_pthread.dylib`_pthread_start + 286
    frame #12: 0x00007fff9d8de08d libsystem_pthread.dylib`thread_start + 13

@jstebbins Any ideas?

Figured out the issue. Fix will be in the next nightly build.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

d4rkne55 picture d4rkne55  路  5Comments

NiklasBr picture NiklasBr  路  3Comments

joshrabinowitz picture joshrabinowitz  路  5Comments

28598519a picture 28598519a  路  4Comments

YammYcoding picture YammYcoding  路  4Comments