After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 760938 - audioconvert: crash when executing orc unpack function
audioconvert: crash when executing orc unpack function
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.7.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-01-21 14:20 UTC by Arnaud Vrac
Modified: 2016-01-21 15:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Arnaud Vrac 2016-01-21 14:20:14 UTC
I'm getting a crash when running audioconvert on the master (1.7) branch. The crash does not happen when running with ORC_CODE=backup. I've tested with both orc 0.4.24 and orc master.

Here's my test pipeline to reproduce this:

ORC_DEBUG=255 ORC_CODE=debug gst-launch audiotestsrc ! 'audio/x-raw, format=F32LE' ! audioconvert dithering=none ! 'audio/x-raw, format=S16LE' ! fakesink

A bisect points to the following patch as a culprit: 08734e75 (audio-converter: rework the main processing loop).

With this patch I get the following output:

Starting program: /usr/bin/gst-launch -f audiotestsrc \! audio/x-raw,\ format=F32LE \! audioconvert dithering=none \! audio/x-raw,\ format=S16LE \! fakesink
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
Setting pipeline to PAUSED ...
[New Thread 0x779abb40 (LWP 3153)]
Pipeline is PREROLLING ...
[New Thread 0x76fffb40 (LWP 3154)]
ORC: INFO: orcdebug.c(70): _orc_debug_init(): orc-0.4.24.1 debug init
ORC: DEBUG: orccpu-x86.c(220): orc_x86_detect_cpuid(): cpuid 10 756e6547 49656e69 6c65746e
ORC: INFO: orccpu-x86.c(348): orc_x86_cpuid_handle_family_model_stepping(): family_id 6 model_id 28 stepping 10
ORC: DEBUG: orccpu-x86.c(188): handle_cache_descriptor(): level 2 size 524288
ORC: DEBUG: orccpu-x86.c(188): handle_cache_descriptor(): level 1 size 24576
ORC: INFO: orccpu-x86.c(449): orc_sse_detect_cpuid_intel(): type 1 level 1 line size 64 partitions 1 ways 6 sets 64
ORC: INFO: orccpu-x86.c(449): orc_sse_detect_cpuid_intel(): type 2 level 1 line size 64 partitions 1 ways 8 sets 64
ORC: INFO: orccpu-x86.c(449): orc_sse_detect_cpuid_intel(): type 3 level 2 line size 64 partitions 1 ways 8 sets 1024
ORC: INFO: orccpu-x86.c(292): orc_x86_cpuid_get_branding_string(): processor string '       Intel(R) Atom(TM) CPU CE4150   @ 1.20GHz'
ORC: INFO: orccompiler.c(194): orc_program_compile_full(): initializing compiler for program "audio_orc_unpack_f32"
ORC: LOG: orccompiler.c(226): orc_program_compile_full(): variables
ORC: LOG: orccompiler.c(233): orc_program_compile_full(): 0: d size 8 type 2 alloc 0
ORC: LOG: orccompiler.c(233): orc_program_compile_full(): 4: s size 4 type 1 alloc 0
ORC: LOG: orccompiler.c(236): orc_program_compile_full(): instructions
ORC: LOG: orccompiler.c(243): orc_program_compile_full(): 0: convfd 0 0 4 0
ORC: INFO: orccompiler.c(345): orc_program_compile_full(): allocating code memory
ORC: INFO: orccompiler.c(351): orc_program_compile_full(): compiling for target "sse"
ORC: INFO: orccompiler.c(385): orc_program_compile_full(): finished compiling (success)

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x779abb40 (LWP 3153)]
0x7719b0a7 in ?? ()
(gdb) thread apply all bt




Without the patch:

Starting program: /usr/bin/gst-launch -f audiotestsrc \! audio/x-raw,\ format=F32LE \! audioconvert dithering=none \! audio/x-raw,\ format=S16LE \! fakesink
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
ORC: INFO: orcdebug.c(70): _orc_debug_init(): orc-0.4.24.1 debug init
ORC: DEBUG: orccpu-x86.c(220): orc_x86_detect_cpuid(): cpuid 10 756e6547 49656e69 6c65746e
ORC: INFO: orccpu-x86.c(348): orc_x86_cpuid_handle_family_model_stepping(): family_id 6 model_id 28 stepping 10
ORC: DEBUG: orccpu-x86.c(188): handle_cache_descriptor(): level 2 size 524288
ORC: DEBUG: orccpu-x86.c(188): handle_cache_descriptor(): level 1 size 24576
ORC: INFO: orccpu-x86.c(449): orc_sse_detect_cpuid_intel(): type 1 level 1 line size 64 partitions 1 ways 6 sets 64
ORC: INFO: orccpu-x86.c(449): orc_sse_detect_cpuid_intel(): type 2 level 1 line size 64 partitions 1 ways 8 sets 64
ORC: INFO: orccpu-x86.c(449): orc_sse_detect_cpuid_intel(): type 3 level 2 line size 64 partitions 1 ways 8 sets 1024
ORC: INFO: orccpu-x86.c(292): orc_x86_cpuid_get_branding_string(): processor string '       Intel(R) Atom(TM) CPU CE4150   @ 1.20GHz'

(gst-plugin-scanner:3195): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstvorbis.so': libvorbisenc.so.2: cannot open shared object file: No such file or directory
Setting pipeline to PAUSED ...
[New Thread 0x779acb40 (LWP 3196)]
Pipeline is PREROLLING ...
ORC: INFO: orcdebug.c(70): _orc_debug_init(): orc-0.4.24.1 debug init
[New Thread 0x76fffb40 (LWP 3197)]
ORC: DEBUG: orccpu-x86.c(220): orc_x86_detect_cpuid(): cpuid 10 756e6547 49656e69 6c65746e
ORC: INFO: orccpu-x86.c(348): orc_x86_cpuid_handle_family_model_stepping(): family_id 6 model_id 28 stepping 10
ORC: DEBUG: orccpu-x86.c(188): handle_cache_descriptor(): level 2 size 524288
ORC: DEBUG: orccpu-x86.c(188): handle_cache_descriptor(): level 1 size 24576
ORC: INFO: orccpu-x86.c(449): orc_sse_detect_cpuid_intel(): type 1 level 1 line size 64 partitions 1 ways 6 sets 64
ORC: INFO: orccpu-x86.c(449): orc_sse_detect_cpuid_intel(): type 2 level 1 line size 64 partitions 1 ways 8 sets 64
ORC: INFO: orccpu-x86.c(449): orc_sse_detect_cpuid_intel(): type 3 level 2 line size 64 partitions 1 ways 8 sets 1024
ORC: INFO: orccpu-x86.c(292): orc_x86_cpuid_get_branding_string(): processor string '       Intel(R) Atom(TM) CPU CE4150   @ 1.20GHz'
ORC: INFO: orccompiler.c(194): orc_program_compile_full(): initializing compiler for program "audio_orc_unpack_f32"
ORC: LOG: orccompiler.c(226): orc_program_compile_full(): variables
ORC: LOG: orccompiler.c(233): orc_program_compile_full(): 0: d size 8 type 2 alloc 0
ORC: LOG: orccompiler.c(233): orc_program_compile_full(): 4: s size 4 type 1 alloc 0
ORC: LOG: orccompiler.c(236): orc_program_compile_full(): instructions
ORC: LOG: orccompiler.c(243): orc_program_compile_full(): 0: convfd 0 0 4 0
ORC: INFO: orccompiler.c(345): orc_program_compile_full(): allocating code memory
ORC: INFO: orccompiler.c(351): orc_program_compile_full(): compiling for target "sse"
ORC: INFO: orccompiler.c(385): orc_program_compile_full(): finished compiling (success)
ORC: INFO: orccompiler.c(194): orc_program_compile_full(): initializing compiler for program "audio_orc_double_to_s32"
ORC: LOG: orccompiler.c(226): orc_program_compile_full(): variables
ORC: LOG: orccompiler.c(233): orc_program_compile_full(): 0: d size 4 type 2 alloc 0
ORC: LOG: orccompiler.c(233): orc_program_compile_full(): 4: s size 8 type 1 alloc 0
ORC: LOG: orccompiler.c(233): orc_program_compile_full(): 16: c size 8 type 3 alloc 0
ORC: LOG: orccompiler.c(233): orc_program_compile_full(): 32: t size 8 type 0 alloc 0
ORC: LOG: orccompiler.c(236): orc_program_compile_full(): instructions
ORC: LOG: orccompiler.c(243): orc_program_compile_full(): 0: muld 32 0 4 16
ORC: LOG: orccompiler.c(243): orc_program_compile_full(): 1: convdl 0 0 32 0
ORC: INFO: orccompiler.c(345): orc_program_compile_full(): allocating code memory
ORC: INFO: orccompiler.c(351): orc_program_compile_full(): compiling for target "sse"
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 81  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 81  2 3
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 81  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  3 4
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 3 convdl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 81  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 81  2 3
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 81  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  3 4
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 3 convdl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 81  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 81  2 3
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 81  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  3 4
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 3 convdl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 81  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 81  2 3
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 81  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  3 4
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 3 convdl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 81  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 81  2 3
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 81  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  3 4
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 3 convdl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 81  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 81  2 3
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 81  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  3 4
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 3 convdl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 81  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 81  2 3
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 81  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  3 4
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 3 convdl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 81  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 81  2 3
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 81  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  3 4
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 3 convdl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 81  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 81  2 3
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 81  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  3 4
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 3 convdl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 81  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 81  2 3
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 81  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  3 4
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 3 convdl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 81  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 81  2 3
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 81  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  3 4
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 3 convdl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 81  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 81  2 3
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 81  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  3 4
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 3 convdl
ORC: INFO: orccompiler.c(385): orc_program_compile_full(): finished compiling (success)
ORC: INFO: orccompiler.c(194): orc_program_compile_full(): initializing compiler for program "audio_orc_int_bias"
ORC: LOG: orccompiler.c(226): orc_program_compile_full(): variables
ORC: LOG: orccompiler.c(233): orc_program_compile_full(): 0: d size 4 type 2 alloc 0
ORC: LOG: orccompiler.c(233): orc_program_compile_full(): 4: s size 4 type 1 alloc 0
ORC: LOG: orccompiler.c(233): orc_program_compile_full(): 24: p size 4 type 4 alloc 0
ORC: LOG: orccompiler.c(233): orc_program_compile_full(): 25: p size 4 type 4 alloc 0
ORC: LOG: orccompiler.c(233): orc_program_compile_full(): 32: t size 4 type 0 alloc 0
ORC: LOG: orccompiler.c(236): orc_program_compile_full(): instructions
ORC: LOG: orccompiler.c(243): orc_program_compile_full(): 0: addssl 32 0 4 24
ORC: LOG: orccompiler.c(243): orc_program_compile_full(): 1: andl 0 0 32 25
ORC: INFO: orccompiler.c(345): orc_program_compile_full(): allocating code memory
ORC: INFO: orccompiler.c(351): orc_program_compile_full(): compiling for target "sse"
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(1171): orc_compiler_get_constant_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(1171): orc_compiler_get_constant_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(1171): orc_compiler_get_constant_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(1171): orc_compiler_get_constant_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(1171): orc_compiler_get_constant_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(1171): orc_compiler_get_constant_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(1171): orc_compiler_get_constant_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(1171): orc_compiler_get_constant_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(1171): orc_compiler_get_constant_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(1171): orc_compiler_get_constant_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(1171): orc_compiler_get_constant_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(1171): orc_compiler_get_constant_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 0: 82  0 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 32: 82  2 4
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 33: 82  0 2
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 34: 80  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 35: 81  -1 -1
ORC: DEBUG: orccompiler.c(690): orc_compiler_get_temp_reg(): var 36: 82  4 5
ORC: DEBUG: orccompiler.c(706): orc_compiler_get_temp_reg(): at insn 2 addssl
ORC: DEBUG: orcx86insn.c(893): orc_x86_calculate_offsets(): 0: relaxing at 88,0140 diff 213
ORC: DEBUG: orcx86insn.c(893): orc_x86_calculate_offsets(): 0: relaxing at 139,0215 diff -199
ORC: INFO: orccompiler.c(385): orc_program_compile_full(): finished compiling (success)
ORC: INFO: orccompiler.c(194): orc_program_compile_full(): initializing compiler for program "audio_orc_pack_s16"
ORC: LOG: orccompiler.c(226): orc_program_compile_full(): variables
ORC: LOG: orccompiler.c(233): orc_program_compile_full(): 0: d size 2 type 2 alloc 0
ORC: LOG: orccompiler.c(233): orc_program_compile_full(): 4: s size 4 type 1 alloc 0
ORC: LOG: orccompiler.c(236): orc_program_compile_full(): instructions
ORC: LOG: orccompiler.c(243): orc_program_compile_full(): 0: convhlw 0 0 4 0
ORC: INFO: orccompiler.c(345): orc_program_compile_full(): allocating code memory
ORC: INFO: orccompiler.c(351): orc_program_compile_full(): compiling for target "sse"
ORC: INFO: orccompiler.c(385): orc_program_compile_full(): finished compiling (success)
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Comment 1 Wim Taymans 2016-01-21 15:31:50 UTC
I suspect alignment: can you see if this (just commited to master) fixes it and reopen this bug when it still fails.

commit 3674742957efcd217344f9a114551f02f60265f8
Author: Wim Taymans <wtaymans@redhat.com>
Date:   Thu Jan 21 16:08:46 2016 +0100

    audio-converter: ensure correct alignment of samples
    
    Make sure that the data we allocate for our temporary buffers is
    properly aligned.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=760938