Compiled with gcc-9 -O2 -g with RTL_DEBUG and with valgrind support.
The RTL_DEBUG results in this:
/usr/local/pike/8.1.13/lib/modules/SSL.pmod/Connection.pike.o:-: Warning: 
Decode failed: Decode error: Got unfinished program <279> after decode: program

Running it under valgrind is a bit strange (e.g. it does not load the Stdio.FILE
module; I don't understand why).  Maybe the machine code options
are not compatible with valgrind, this is what I use:
  --with-double-precision --with-long-int \
  --disable-noopty-retry \
  --with-poll \
  --with-machine-code \
  --without-portable-bytecode \

Running under valgrind results in this:
==16131== Memcheck, a memory error detector
==16131== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==16131== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
==16131== Command: /usr/local/bin/pike ./vspike -h
==16131== 
==16131== Syscall param epoll_ctl(event) points to uninitialised byte(s)
==16131==    at 0x4B72CCA: epoll_ctl (syscall-template.S:78)
==16131==    by 0x1890CF: POLL_DEVICE_SET_EVENTS (backend.cmod:2889)
==16131==    by 0x1890CF: POLL_DEVICE_SET_EVENTS (backend.cmod:2868)
==16131==    by 0x189FFE: pdb_update_fd_set (backend.cmod:3602)
==16131==    by 0x189FFE: pdb_update_fd_set (backend.cmod:3582)
==16131==    by 0x189019: f_Backend_create (backend.cmod:2628)
==16131==    by 0x15A3F8: lower_mega_apply (interpret.c:2506)
==16131==    by 0x15F5C8: mega_apply_low (interpret.c:3048)
==16131==    by 0x2148F1: call_pike_initializers (object.c:350)
==16131==    by 0x214D65: debug_clone_object (object.c:417)
==16131==    by 0x18BC0B: init_backend (backend.cmod:6039)
==16131==    by 0x30FC8C: init_builtin_modules (pike_modules.c:78)
==16131==    by 0x30FEEB: init_modules (pike_modules.c:451)
==16131==    by 0x1F944F: init_pike_runtime (pike_embed.c:320)
==16131==  Address 0x1ffefffd8c is on thread 1's stack
==16131==  in frame #1, created by POLL_DEVICE_SET_EVENTS (backend.cmod:2870)
==16131== 
==16131== Syscall param epoll_ctl(event) points to uninitialised byte(s)
==16131==    at 0x4B72CCA: epoll_ctl (syscall-template.S:78)
==16131==    by 0x18914E: POLL_DEVICE_SET_EVENTS (backend.cmod:2895)
==16131==    by 0x18914E: POLL_DEVICE_SET_EVENTS (backend.cmod:2868)
==16131==    by 0x189FFE: pdb_update_fd_set (backend.cmod:3602)
==16131==    by 0x189FFE: pdb_update_fd_set (backend.cmod:3582)
==16131==    by 0x189019: f_Backend_create (backend.cmod:2628)
==16131==    by 0x15A3F8: lower_mega_apply (interpret.c:2506)
==16131==    by 0x15F5C8: mega_apply_low (interpret.c:3048)
==16131==    by 0x2148F1: call_pike_initializers (object.c:350)
==16131==    by 0x214D65: debug_clone_object (object.c:417)
==16131==    by 0x18BC0B: init_backend (backend.cmod:6039)
==16131==    by 0x30FC8C: init_builtin_modules (pike_modules.c:78)
==16131==    by 0x30FEEB: init_modules (pike_modules.c:451)
==16131==    by 0x1F944F: init_pike_runtime (pike_embed.c:320)
==16131==  Address 0x1ffefffd8c is on thread 1's stack
==16131==  in frame #1, created by POLL_DEVICE_SET_EVENTS (backend.cmod:2870)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x305A01: _asm_peep_11 (peep_engine.c:759)
==16131==    by 0x30B23D: low_asm_opt (peep_engine.c:5837)
==16131==    by 0x30E9DC: asm_opt (peep.c:1159)
==16131==    by 0x30E9DC: assemble (peep.c:441)
==16131==    by 0x190835: decode_portable_bytecode (encode.c:3048)
==16131==    by 0x190835: decode_value2_ (encode.c:4368)
==16131==    by 0x194220: low_do_decode (encode.c:4996)
==16131==    by 0x19CD3D: my_decode (encode.c:5124)
==16131==    by 0x19CD3D: f_decode_value (encode.c:5511)
==16131==    by 0x218A19: get_master (object.c:668)
==16131==    by 0x1F9586: load_pike_master (pike_embed.c:370)
==16131==    by 0x12914B: main (main.c:666)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x68152C9: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x214979: call_pike_initializers (object.c:343)
==16131==    by 0x218656: get_master (object.c:731)
==16131==    by 0x1F9586: load_pike_master (pike_embed.c:370)
==16131==    by 0x12914B: main (main.c:666)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x682F9FB: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x2148F1: call_pike_initializers (object.c:350)
==16131==    by 0x218656: get_master (object.c:731)
==16131==    by 0x1F9586: load_pike_master (pike_embed.c:370)
==16131==    by 0x12914B: main (main.c:666)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x57DC885: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x2148F1: call_pike_initializers (object.c:350)
==16131==    by 0x214FE1: parent_clone_object (object.c:468)
==16131==    by 0x158E68: low_mega_apply (apply_low.h:238)
==16131==    by 0x159FED: jump_opcode_F_CALL_FUNCTION 
(interpret_functions.h:2422)
==16131==    by 0x57E3802: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x2148F1: call_pike_initializers (object.c:350)
==16131==    by 0x218656: get_master (object.c:731)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x682F9FB: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x211AD8: object_lower_set_index (object.c:1632)
==16131==    by 0x218478: object_low_set_index (object.c:1828)
==16131==    by 0x218682: get_master (object.c:735)
==16131==    by 0x1F9586: load_pike_master (pike_embed.c:370)
==16131==    by 0x12914B: main (main.c:666)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x57E4E64: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14EEDB: opcode_F_LOCAL_INDEX (interpret_functions.h:2046)
==16131==    by 0x6816CC2: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x129179: main (main.c:671)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x6818841: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x129179: main (main.c:671)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x682823F: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x228C2C: o_cast (operators.c:679)
==16131==    by 0x22A388: f_cast (operators.c:923)
==16131==    by 0x683D3B1: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x129179: main (main.c:671)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x57D1920: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x166BDD: f_CPP_init_pike_cpp (cpp.cmod:5582)
==16131==    by 0x15A3F8: lower_mega_apply (interpret.c:2506)
==16131==    by 0x15BFC9: jump_opcode_F_CALL_OTHER_AND_POP 
(interpret_functions.h:2482)
==16131==    by 0x681B52A: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x228C2C: o_cast (operators.c:679)
==16131==    by 0x22A388: f_cast (operators.c:923)
==16131==    by 0x683D3B1: ???
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x57D1920: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x163436: safe_apply_low2 (interpret.c:3301)
==16131==    by 0x16C5AB: cpp_constant (cpp.cmod:1641)
==16131==    by 0x16DBD1: calcC (cpp.cmod:2992)
==16131==    by 0x16DBD1: calcB (cpp.cmod:3039)
==16131==    by 0x16DD4E: calcA (cpp.cmod:3050)
==16131==    by 0x16DEE1: calc9 (cpp.cmod:3092)
==16131==    by 0x16DFD4: calc8 (cpp.cmod:3126)
==16131==    by 0x16E0D3: calc7b (cpp.cmod:3160)
==16131==    by 0x16E30C: calc7 (cpp.cmod:3210)
==16131==    by 0x16E46B: calc6 (cpp.cmod:3243)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x57DE531: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x57E456B: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14EEDB: opcode_F_LOCAL_INDEX (interpret_functions.h:2046)
==16131==    by 0x6816CC2: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x682823F: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x57E456B: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14EEDB: opcode_F_LOCAL_INDEX (interpret_functions.h:2046)
==16131==    by 0x6816CC2: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x6818841: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x163436: safe_apply_low2 (interpret.c:3301)
==16131==    by 0x16C5AB: cpp_constant (cpp.cmod:1641)
==16131==    by 0x16DBD1: calcC (cpp.cmod:2992)
==16131==    by 0x16DBD1: calcB (cpp.cmod:3039)
==16131==    by 0x16DD4E: calcA (cpp.cmod:3050)
==16131==    by 0x16DEE1: calc9 (cpp.cmod:3092)
==16131==    by 0x16DFD4: calc8 (cpp.cmod:3126)
==16131==    by 0x16E0D3: calc7b (cpp.cmod:3160)
==16131==    by 0x16E30C: calc7 (cpp.cmod:3210)
==16131==    by 0x16E46B: calc6 (cpp.cmod:3243)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x57DE531: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x2BDC7F: complex_svalue_is_true (svalue.c:580)
==16131==    by 0x57DE918: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x57E456B: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x682823F: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x2BDC7F: complex_svalue_is_true (svalue.c:580)
==16131==    by 0x57DE918: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x57E456B: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x57CC8E0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x163436: safe_apply_low2 (interpret.c:3301)
==16131==    by 0x23B74D: run_init2 (pike_compiler.cmod:998)
==16131==    by 0x23C05E: run_pass1 (pike_compiler.cmod:1110)
==16131==    by 0x23C05E: f_compilation_compile (pike_compiler.cmod:1744)
==16131==    by 0x15A3F8: lower_mega_apply (interpret.c:2506)
==16131==    by 0x15BA81: jump_opcode_F_CALL_OTHER (interpret_functions.h:2424)
==16131==    by 0x57D10E7: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x2BDC7F: complex_svalue_is_true (svalue.c:580)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x6818841: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x158B92: low_mega_apply (apply_low.h:225)
==16131==    by 0x159FED: jump_opcode_F_CALL_FUNCTION 
(interpret_functions.h:2422)
==16131==    by 0x57CCA79: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x163436: safe_apply_low2 (interpret.c:3301)
==16131==    by 0x23B74D: run_init2 (pike_compiler.cmod:998)
==16131==    by 0x23C05E: run_pass1 (pike_compiler.cmod:1110)
==16131==    by 0x23C05E: f_compilation_compile (pike_compiler.cmod:1744)
==16131==    by 0x15A3F8: lower_mega_apply (interpret.c:2506)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x57ED13B: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x18E9F7: decode_value2_ (encode.c:3710)
==16131==    by 0x195147: low_decode_type (encode.c:2860)
==16131==    by 0x1951E4: low_decode_type (encode.c:2744)
==16131==    by 0x18D9FB: decode_value2_ (encode.c:3329)
==16131==    by 0x18F4CC: decode_value2_ (encode.c:4203)
==16131==    by 0x194220: low_do_decode (encode.c:4996)
==16131==    by 0x19CD3D: my_decode (encode.c:5124)
==16131==    by 0x19CD3D: f_decode_value (encode.c:5511)
==16131==    by 0x682778B: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x57ED13B: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x18EE53: decode_value2_ (encode.c:3470)
==16131==    by 0x1920BA: decode_value2_ (encode.c:4798)
==16131==    by 0x194220: low_do_decode (encode.c:4996)
==16131==    by 0x19CD3D: my_decode (encode.c:5124)
==16131==    by 0x19CD3D: f_decode_value (encode.c:5511)
==16131==    by 0x682778B: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x2BDC7F: complex_svalue_is_true (svalue.c:580)
==16131==    by 0x57DE918: ???
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x6818841: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x18EB45: decode_value2_ (encode.c:3631)
==16131==    by 0x1920BA: decode_value2_ (encode.c:4798)
==16131==    by 0x194220: low_do_decode (encode.c:4996)
==16131==    by 0x19CD3D: my_decode (encode.c:5124)
==16131==    by 0x19CD3D: f_decode_value (encode.c:5511)
==16131==    by 0x682778B: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x2BDC7F: complex_svalue_is_true (svalue.c:580)
==16131==    by 0x57DE918: ???
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x57ED13B: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x18EB45: decode_value2_ (encode.c:3631)
==16131==    by 0x1920BA: decode_value2_ (encode.c:4798)
==16131==    by 0x194220: low_do_decode (encode.c:4996)
==16131==    by 0x19CD3D: my_decode (encode.c:5124)
==16131==    by 0x19CD3D: f_decode_value (encode.c:5511)
==16131==    by 0x682778B: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x2BDC7F: complex_svalue_is_true (svalue.c:580)
==16131==    by 0x57DE918: ???
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x6818841: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x1610D4: low_unsafe_apply_handler (interpret.c:3349)
==16131==    by 0x1610D4: low_unsafe_apply_handler (interpret.c:3330)
==16131==    by 0x238DE1: f_compilation_env_resolv (pike_compiler.cmod:653)
==16131==    by 0x15A3F8: lower_mega_apply (interpret.c:2506)
==16131==    by 0x15F5C8: mega_apply_low (interpret.c:3048)
==16131==    by 0x162852: apply_external (interpret.c:3539)
==16131==    by 0x2343A8: f_compilation_resolv (pike_compiler.cmod:1841)
==16131==    by 0x15A3F8: lower_mega_apply (interpret.c:2506)
==16131==    by 0x15F5C8: mega_apply_low (interpret.c:3048)
==16131==    by 0x163436: safe_apply_low2 (interpret.c:3301)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x57E30B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x2148F1: call_pike_initializers (object.c:350)
==16131==    by 0x214FE1: parent_clone_object (object.c:468)
==16131==    by 0x15A6D1: lower_mega_apply (interpret.c:2534)
==16131==    by 0x15AA3D: jump_opcode_F_CALL_LFUN_N (interpret_functions.h:2329)
==16131==    by 0x6831D7F: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x163436: safe_apply_low2 (interpret.c:3301)
==16131==    by 0x12A0DB: call_handle_import (language.yacc:5461)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x6818841: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x2BDC7F: complex_svalue_is_true (svalue.c:580)
==16131==    by 0x57DE918: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x57E456B: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131== 
/usr/local/pike/8.1.13/lib/modules/System.pmod/module.pmod.o:-: Warning: Decode 
failed: Error while decoding program:
Bad number of identifiers in inherit (196 != 195).
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x6818841: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x18E9F7: decode_value2_ (encode.c:3710)
==16131==    by 0x195147: low_decode_type (encode.c:2860)
==16131==    by 0x194FC3: low_decode_type (encode.c:2851)
==16131==    by 0x1950DE: low_decode_type (encode.c:2756)
==16131==    by 0x194D4C: low_decode_type (encode.c:2797)
==16131==    by 0x18D9FB: decode_value2_ (encode.c:3329)
==16131==    by 0x18E7A9: decode_value2_ (encode.c:4111)
==16131==    by 0x194220: low_do_decode (encode.c:4996)
==16131==    by 0x19CD3D: my_decode (encode.c:5124)
==16131==    by 0x19CD3D: f_decode_value (encode.c:5511)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x20853E: mov_imm_mem (amd64.c:652)
==16131==    by 0x20FD8D: ins_f_byte_with_arg (amd64.c:3994)
==16131==    by 0x30F5C0: assemble (peep.c:709)
==16131==    by 0x1A7470: do_code_block (docode.c:3250)
==16131==    by 0x2DA686: dooptcode (las.cmod:4873)
==16131==    by 0x13409B: yyparse (language.yacc:1064)
==16131==    by 0x233402: do_yyparse (pike_compiler.cmod:370)
==16131==    by 0x23BC94: run_pass2.part.0 (pike_compiler.cmod:1241)
==16131==    by 0x23C352: run_pass2 (pike_compiler.cmod:1221)
==16131==    by 0x23C352: f_compilation_compile (pike_compiler.cmod:1768)
==16131==    by 0x15A3F8: lower_mega_apply (interpret.c:2506)
==16131==    by 0x15BA81: jump_opcode_F_CALL_OTHER (interpret_functions.h:2424)
==16131==    by 0x57D10E7: ???
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x6818841: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x18EE53: decode_value2_ (encode.c:3470)
==16131==    by 0x1920BA: decode_value2_ (encode.c:4798)
==16131==    by 0x194220: low_do_decode (encode.c:4996)
==16131==    by 0x19CD3D: my_decode (encode.c:5124)
==16131==    by 0x19CD3D: f_decode_value (encode.c:5511)
==16131==    by 0x682778B: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x57E456B: ???
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x6818841: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x57E456B: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x742AA6F: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x6818841: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x214979: call_pike_initializers (object.c:343)
==16131==    by 0x214FE1: parent_clone_object (object.c:468)
==16131==    by 0x15A6D1: lower_mega_apply (interpret.c:2534)
==16131==    by 0x15AEA2: jump_opcode_F_MARK_CALL_LFUN 
(interpret_functions.h:2376)
==16131==    by 0x742F933: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x7442D79: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x74432A1: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x7460889: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x7457A42: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x74512D8: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x7452405: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x7457229: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x7452D44: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x7452FAF: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x7454939: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x745392F: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x7454CD2: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x745516F: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x7456851: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x744CCB9: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x7455864: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x7455669: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x746A9D6: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x745DC6C: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x745E636: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x745EDBA: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x745FC20: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x745F99C: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x7460178: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x6820138: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x163436: safe_apply_low2 (interpret.c:3301)
==16131==    by 0x2C26D3: describe_svalue (svalue.c:1759)
==16131==    by 0x25F686: low_pike_sprintf (sprintf.c:1790)
==16131==    by 0x261A0F: low_f_sprintf (sprintf.c:1992)
==16131==    by 0x261DE2: f_sprintf (sprintf.c:2010)
==16131==    by 0x746D36B: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x214979: call_pike_initializers (object.c:343)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x74440AA: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F851: opcode_F_STRING_INDEX (interpret_functions.h:2089)
==16131==    by 0x6FCE673: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x14F153: opcode_F_GLOBAL_LOCAL_INDEX 
(interpret_functions.h:2056)
==16131==    by 0x57DE9B0: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x7999494: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x214979: call_pike_initializers (object.c:343)
==16131==    by 0x23AB6B: run_cleanup (pike_compiler.cmod:1354)
==16131==    by 0x23C35C: f_compilation_compile (pike_compiler.cmod:1770)
==16131==    by 0x15A3F8: lower_mega_apply (interpret.c:2506)
==16131==    by 0x15BA81: jump_opcode_F_CALL_OTHER (interpret_functions.h:2424)
==16131==    by 0x57D10E7: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x2BDC7F: complex_svalue_is_true (svalue.c:580)
==16131== 
/usr/local/pike/8.1.13/lib/modules/Random.pmod/Hardware.pike.o:-: Warning: 
Decode failed: Cannot find "hw_random" in System.
/usr/local/pike/8.1.13/lib/modules/Random.pmod/Fast.pike.o:-: Warning: Decode 
failed: Cannot resolve "Random.Hardware".
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x6FB93A6: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F24D: mega_apply (interpret.c:3023)
==16131==    by 0x161E8E: apply_svalue (interpret.c:3495)
==16131==    by 0x2FC53E: f_map (builtin_functions.c:9246)
==16131==    by 0x6FC7CCE: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x163436: safe_apply_low2 (interpret.c:3301)
==16131==    by 0x2BDAB4: hash_svalue (svalue.c:462)
==16131==    by 0x1FBA62: low_mapping_insert (mapping.c:956)
==16131==    by 0x201885: f_aggregate_mapping (mapping.c:2453)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x7EA0848: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x2148F1: call_pike_initializers (object.c:350)
==16131==    by 0x192227: decode_value2_ (encode.c:4836)
==16131==    by 0x194220: low_do_decode (encode.c:4996)
==16131==    by 0x19CD3D: my_decode (encode.c:5124)
==16131==    by 0x19CD3D: f_decode_value (encode.c:5511)
==16131==    by 0x682778B: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x57E456B: ???
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x57CD72E: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x163436: safe_apply_low2 (interpret.c:3301)
==16131==    by 0x2384CA: va_yyreport (pike_compiler.cmod:2573)
==16131==    by 0x2392F1: yytype_report (pike_compiler.cmod:2646)
==16131==    by 0x2CD32D: fix_foreach_type (las.cmod:3292)
==16131==    by 0x2D0F82: optimize (treeopt.h:2500)
==16131==    by 0x2DA0EB: optimize_node (las.cmod:4433)
==16131==    by 0x2DA0EB: optimize_node (las.cmod:4427)
==16131==    by 0x2DA16D: dooptcode (las.cmod:4762)
==16131==    by 0x13409B: yyparse (language.yacc:1064)
==16131==    by 0x233402: do_yyparse (pike_compiler.cmod:370)
==16131== 
/usr/local/pike/8.1.13/lib/modules/SSL.pmod/Connection.pike.o:-: Warning: 
Decode failed: Decode error: Got unfinished program <279> after decode: program
==16131== Invalid read of size 8
==16131==    at 0x237257: free_supporter (pike_compiler.cmod:293)
==16131==    by 0x237443: free_compilation (pike_compiler.cmod:915)
==16131==    by 0x237443: compilation_event_handler (pike_compiler.cmod:1441)
==16131==    by 0x21650B: destruct_object (object.c:992)
==16131==    by 0x216D7F: low_destruct_objects_to_destruct (object.c:1134)
==16131==    by 0x216D7F: low_destruct_objects_to_destruct (object.c:1092)
==16131==    by 0x216E08: destruct_objects_to_destruct_cb (object.c:1144)
==16131==    by 0x15A395: lower_mega_apply (interpret.c:2473)
==16131==    by 0x15F5C8: mega_apply_low (interpret.c:3048)
==16131==    by 0x18EE53: decode_value2_ (encode.c:3470)
==16131==    by 0x1920BA: decode_value2_ (encode.c:4798)
==16131==    by 0x194220: low_do_decode (encode.c:4996)
==16131==    by 0x19CD3D: my_decode (encode.c:5124)
==16131==    by 0x19CD3D: f_decode_value (encode.c:5511)
==16131==    by 0x682778B: ???
==16131==  Address 0x5723e38 is 40 bytes inside a block of size 512 free'd
==16131==    at 0x48379AB: free (vg_replace_malloc.c:538)
==16131==    by 0x216105: schedule_really_free_object (object.c:1246)
==16131==    by 0x216D94: low_destruct_objects_to_destruct (object.c:1135)
==16131==    by 0x216D94: low_destruct_objects_to_destruct (object.c:1092)
==16131==    by 0x216E08: destruct_objects_to_destruct_cb (object.c:1144)
==16131==    by 0x15A395: lower_mega_apply (interpret.c:2473)
==16131==    by 0x15F5C8: mega_apply_low (interpret.c:3048)
==16131==    by 0x18EE53: decode_value2_ (encode.c:3470)
==16131==    by 0x1920BA: decode_value2_ (encode.c:4798)
==16131==    by 0x194220: low_do_decode (encode.c:4996)
==16131==    by 0x19CD3D: my_decode (encode.c:5124)
==16131==    by 0x19CD3D: f_decode_value (encode.c:5511)
==16131==    by 0x682778B: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==  Block was alloc'd at
==16131==    at 0x4838B65: calloc (vg_replace_malloc.c:760)
==16131==    by 0x205A2A: debug_xcalloc (pike_memory.c:337)
==16131==    by 0x21449A: low_clone (object.c:144)
==16131==    by 0x214F8B: parent_clone_object (object.c:454)
==16131==    by 0x237963: enter_compiler (pike_compiler.cmod:2459)
==16131==    by 0x18DCC5: decode_value2_ (encode.c:3911)
==16131==    by 0x194220: low_do_decode (encode.c:4996)
==16131==    by 0x19CD3D: my_decode (encode.c:5124)
==16131==    by 0x19CD3D: f_decode_value (encode.c:5511)
==16131==    by 0x682778B: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x7F62308: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x2148F1: call_pike_initializers (object.c:350)
==16131==    by 0x23AB6B: run_cleanup (pike_compiler.cmod:1354)
==16131==    by 0x23C35C: f_compilation_compile (pike_compiler.cmod:1770)
==16131==    by 0x15A3F8: lower_mega_apply (interpret.c:2506)
==16131==    by 0x15BA81: jump_opcode_F_CALL_OTHER (interpret_functions.h:2424)
==16131==    by 0x57D10E7: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x57ECAFD: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x18EE53: decode_value2_ (encode.c:3470)
==16131==    by 0x18F8D7: decode_value2_ (encode.c:4649)
==16131==    by 0x194220: low_do_decode (encode.c:4996)
==16131==    by 0x19CD3D: my_decode (encode.c:5124)
==16131==    by 0x19CD3D: f_decode_value (encode.c:5511)
==16131==    by 0x682778B: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x218070: object_index_no_free (object.c:1599)
==16131==    by 0x57E456B: ???
==16131== 
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x6818841: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x234FA7: f_reporter_report (pike_compiler.cmod:483)
==16131==    by 0x158B92: low_mega_apply (apply_low.h:225)
==16131==    by 0x15A08F: jump_opcode_F_CALL_FUNCTION_AND_POP 
(interpret_functions.h:2422)
==16131==    by 0x57CD943: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x163436: safe_apply_low2 (interpret.c:3301)
==16131==    by 0x2384CA: va_yyreport (pike_compiler.cmod:2573)
==16131==    by 0x238BE6: my_yyerror (pike_compiler.cmod:2614)
==16131== 
/usr/local/pike/8.1.13/lib/modules/Process.pmod:970:Index 'FILE' not present in 
module Stdio.
/usr/local/pike/8.1.13/lib/modules/Process.pmod:970:Indexed module was: Stdio.
/usr/local/pike/8.1.13/lib/modules/Process.pmod:970:Illegal program identifier: 
0.
/usr/local/pike/8.1.13/lib/modules/Process.pmod:974:Index 'FILE' not present in 
module Stdio.
/usr/local/pike/8.1.13/lib/modules/Process.pmod:974:Indexed module was: Stdio.
/usr/local/pike/8.1.13/lib/modules/Process.pmod:974:Illegal program identifier: 
0.
/usr/local/pike/8.1.13/lib/modules/Process.pmod:976:Index 'FILE' not present in 
module Stdio.
/usr/local/pike/8.1.13/lib/modules/Process.pmod:976:Indexed module was: Stdio.
/usr/local/pike/8.1.13/lib/modules/Process.pmod:976:Illegal program identifier: 
0.
/usr/local/pike/8.1.13/lib/modules/Process.pmod:976:Index 'FILE' not present in 
module Stdio.
/usr/local/pike/8.1.13/lib/modules/Process.pmod:976:Indexed module was: Stdio.
/usr/local/pike/8.1.13/lib/modules/Process.pmod:976:Attempt to call a non 
function value `() (function call).
/usr/local/pike/8.1.13/lib/modules/Process.pmod:976:Expected: function.
/usr/local/pike/8.1.13/lib/modules/Process.pmod:976:Got     : zero.
/usr/local/pike/8.1.13/lib/modules/Process.pmod:1047:Attempt to call a non 
function value fork.
/usr/local/pike/8.1.13/lib/modules/Process.pmod:1047:Expected: function.
/usr/local/pike/8.1.13/lib/modules/Process.pmod:1047:Got     : zero.
/usr/local/pike/8.1.13/lib/modules/Process.pmod:1069:Too many arguments to 
exece (expected 0 arguments).
/usr/local/pike/8.1.13/lib/modules/Process.pmod:1069:Got     : string.
/usr/local/pike/8.1.13/lib/modules/Process.pmod:1071:Too many arguments to 
exece (expected 0 arguments).
/usr/local/pike/8.1.13/lib/modules/Process.pmod:1071:Got     : string.
/usr/local/pike/8.1.13/lib/modules/Process.pmod:1236:Must return a value for a 
non-void function.
/usr/local/pike/8.1.13/lib/modules/Process.pmod:1236:Expected: mixed.
/usr/local/pike/8.1.13/lib/modules/Process.pmod:1236:Got     : void.
/usr/local/pike/8.1.13/lib/modules/Process.pmod:1253:Placeholder already has 
storage!
/usr/local/pike/8.1.13/lib/modules/Val.pmod/Inet.pike:44:Undefined identifier 
NetUtils.
/usr/local/pike/8.1.13/lib/modules/Val.pmod/Inet.pike:44:Too many arguments to 
`() (function call) (expected 0 arguments).
/usr/local/pike/8.1.13/lib/modules/Val.pmod/Inet.pike:44:Got     : string.
/usr/local/pike/8.1.13/lib/modules/Val.pmod/Inet.pike:67:Failed to evaluate 
constant expression.
/usr/local/pike/8.1.13/lib/modules/Val.pmod/Inet.pike:67:Illegal program 
identifier: 0.
/usr/local/pike/8.1.13/lib/modules/Val.pmod/Inet.pike:82:Failed to evaluate 
constant expression.
/usr/local/pike/8.1.13/lib/modules/Val.pmod/Inet.pike:82:Illegal program 
identifier: 0.
/usr/local/pike/8.1.13/lib/modules/Val.pmod/Inet.pike:89:Failed to evaluate 
constant expression.
/usr/local/pike/8.1.13/lib/modules/Val.pmod/Inet.pike:89:Illegal program 
identifier: 0.
/usr/local/pike/8.1.13/lib/modules/Val.pmod/Inet.pike:96:Failed to evaluate 
constant expression.
/usr/local/pike/8.1.13/lib/modules/Val.pmod/Inet.pike:96:Illegal program 
identifier: 0.
/usr/local/pike/8.1.13/lib/modules/Val.pmod/Inet.pike:148:Undefined identifier 
NetUtils.
/usr/local/pike/8.1.13/lib/modules/Val.pmod/Inet.pike:148:Too many arguments to 
`() (function call) (expected 0 arguments).
/usr/local/pike/8.1.13/lib/modules/Val.pmod/Inet.pike:148:Got     : int.
vspike:786:Error looking up 'Inet' in module Val.
vspike:786:Compilation failed.
==16131== Conditional jump or move depends on uninitialised value(s)
==16131==    at 0x6818841: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F24D: mega_apply (interpret.c:3023)
==16131==    by 0x161E8E: apply_svalue (interpret.c:3495)
==16131==    by 0x2E60FD: f_exit (builtin_functions.c:3462)
==16131==    by 0x683DCAB: ???
==16131==    by 0x138869: eval_instruction_low (interpret.c:1955)
==16131==    by 0x138869: eval_instruction (interpret.c:1907)
==16131==    by 0x15F5E5: mega_apply_low (interpret.c:3050)
==16131==    by 0x129179: main (main.c:671)
==16131== 
Pike: Failed to compile script.
==16131== 
==16131== HEAP SUMMARY:
==16131==     in use at exit: 13,448,779 bytes in 11,253 blocks
==16131==   total heap usage: 182,088 allocs, 170,835 frees, 266,178,171 bytes 
allocated
==16131== 
==16131== LEAK SUMMARY:
==16131==    definitely lost: 0 bytes in 0 blocks
==16131==    indirectly lost: 0 bytes in 0 blocks
==16131==      possibly lost: 0 bytes in 0 blocks
==16131==    still reachable: 13,448,779 bytes in 11,253 blocks
==16131==         suppressed: 0 bytes in 0 blocks
==16131== Rerun with --leak-check=full to see details of leaked memory
==16131== 
==16131== Use --track-origins=yes to see where uninitialised values come from
==16131== For lists of detected and suppressed errors, rerun with: -s
==16131== ERROR SUMMARY: 32917 errors from 67 contexts (suppressed: 0 from 0)

-- 
Stephen.
  • Segmentation fault... Stephen R. van den Berg
    • Re: Segmentat... Stephen R. van den Berg
      • Re: Segme... Henrik Grubbström (Lysator) @ Pike (-) developers forum
        • Re: S... Stephen R. van den Berg
          • R... Stephen R. van den Berg
            • ... Stephen R. van den Berg
              • ... Stephen R. van den Berg
                • ... Stephen R. van den Berg
                • ... Henrik Grubbström (Lysator) @ Pike (-) developers forum
                • ... Stephen R. van den Berg
                • ... Tobias S. Josefowitz @ Pike developers forum
                • ... Stephen R. van den Berg
                • ... Tobias S. Josefowitz @ Pike developers forum
                • ... Stephen R. van den Berg
                • ... Stephen R. van den Berg

Reply via email to