I've sent this before just to Leo, but this time I though it might be
better to send to all people.
I (and I think nobody more) is having malloc library complaining about a
wrong free somewhere. I'm trying to debug it.
In attach you can see the .pir I tried to compile, and the leaks log
file. Also, I ran parrat --leak-test foo.pir.
Hope this can help
Cheers
Alberto
--
Alberto Simões - Departamento de Informática - Universidade do Minho
Campus de Gualtar - 4710-057 Braga - Portugal
.include "datatypes.pasm"
.sub test :main
# load library
.local pmc libnci_test
libnci_test = loadlib "libnci_test"
unless libnci_test goto NOT_LOADED
print "libnci_test was successfully loaded\n"
# calling a function in libnci_test
.local pmc nci_c
dlfunc nci_c, libnci_test, "nci_c", "c"
.local int nci_c_out
( nci_c_out ) = nci_c( )
print nci_c_out
print "\n"
.end
Process 28136: 3374 nodes malloced for 2656 KB
Process 28136: 256 leaks for 4800 total leaked bytes.
Leak: 0x00d085d0 size=240
0x00d085d0 0x00000000 0x00000000 0x00d081f0 ................
0x00000000 0x00000000 0x00000000 0x00000000 ................
0x00000000 0x00000000 0x00000000 0x00000000 ................
0x00d086c0 0x00000000 0x00000000 0x00000000 ................
0x00d081d0 0x00010df0 0x000115b0 0x000117f0 ................
0x00011a00 0x00010fe0 0x00010e60 0x00011d70 ...........`...p
0x00000000 0x00000000 0x00000000 0x00000000 ................
0x00010210 0x00012ec0 0x00012ba0 0x00012bf0 ..........+...+.
...
Call stack: [thread 219b]: | 0x0 | start | _start | main | Parrot_new |
make_interpreter | Parrot_init | init_world | create_config_hash | Parrot_thaw
| run_thaw | todo_list_init | ft_init | PackFile_new | mem_sys_allocate_zeroed
Leak: 0x00d0aa60 size=64 string
'/Users/ambs/tmp/parrot/runtime/parrot/include/datatypes.pasm'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | include_file | Parrot_locate_runtime_file | mem_sys_allocate | malloc
Leak: 0x00d13410 size=64
0x00d0a7f0 0x00000000 0x00000000 0x00000000 ................
0x00000000 0x00000000 0x00000000 0x00000000 ................
0x00000000 0x00000000 0x00000000 0x00000000 ................
0x00000000 0x00000000 0x00000000 0x00000000 ................
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
imc_close_unit | imc_compile_unit | emit_flush | e_pbc_emit | add_const_pmc_sub
| pmc_new | Parrot_Sub_init | new_sub | mem_sys_allocate_zeroed
Leak: 0x00d07950 size=48
0x00d00180 0x4d555458 0x00000000 0x00000000 ....MUTX........
0x00000000 0x00000000 0x00000000 0x00000000 ................
0x00000000 0x00000000 0x00000000 0x00000000 ................
Call stack: [thread 219b]: | 0x0 | start | _start | main | Parrot_new |
make_interpreter | Parrot_init | init_world | Parrot_initialize_core_pmcs |
Parrot_SharedRef_class_init | Parrot_create_mro | create_class_pmc |
get_new_pmc_header | new_pmc_header | mem__internal_allocate | malloc
Leak: 0x00d07a00 size=48
0x00d00180 0x4d555458 0x00000000 0x00000000 ....MUTX........
0x00000000 0x00000000 0x00000000 0x00000000 ................
0x00000000 0x00000000 0x00000000 0x00000000 ................
Call stack: [thread 219b]: | 0x0 | start | _start | main | Parrot_new |
make_interpreter | Parrot_init | init_world | Parrot_initialize_core_pmcs |
Parrot_TQueue_class_init | Parrot_create_mro | create_class_pmc |
get_new_pmc_header | new_pmc_header | mem__internal_allocate | malloc
Leak: 0x00d086c0 size=48
0x00d085d0 0x00000000 0x00000000 0x00d081f0 ................
0x00000000 0x00000000 0x00000000 0x00000000 ................
0x00000000 0x00000000 0x00000000 0x00000000 ................
Call stack: [thread 219b]: | 0x0 | start | _start | main | Parrot_new |
make_interpreter | Parrot_init | init_world | create_config_hash | Parrot_thaw
| run_thaw | todo_list_init | ft_init | PackFile_new | PackFile_Segment_new_seg
| directory_new | mem_sys_allocate | malloc
Leak: 0x00d13200 size=32
0x00d0a7f0 0x00000000 0x02000460 0x00000000 ...........`....
0x00000000 0x00d13220 0x00d13230 0x00d10002 ......2 ..20....
Call stack: [thread 219b]: | 0x0 | start | _start | main |
Parrot_runcode | Parrot_runcode | Parrot_runops_fromc_args | runops_args |
new_ret_continuation_pmc | pmc_new | Parrot_RetContinuation_init |
new_ret_continuation | mem_sys_allocate | malloc
Leak: 0x00d0b620 size=32 string 'DATATYPE_LONGDOUBLE'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b600 size=32 string 'DATATYPE_LONGDOUBLE'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d13140 size=32 string 'libnci_test.bundle'
Call stack: [thread 219b]: | 0x0 | start | _start | main |
Parrot_runcode | Parrot_runcode | Parrot_runops_fromc_args | runops_args |
runops | runops_int | runops_slow_core | Parrot_loadlib_p_sc | Parrot_load_lib
| get_path | malloc
Leak: 0x00d0b470 size=32 string 'DATATYPE_ULONGLONG'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b450 size=32 string 'DATATYPE_ULONGLONG'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b1c0 size=32 string 'DATATYPE_LONGLONG'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b1a0 size=32 string 'DATATYPE_LONGLONG'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0be80 size=32 string 'DATATYPE_FUNC_PTR'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0be60 size=32 string 'DATATYPE_FUNC_PTR'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bd50 size=32 string 'DATATYPE_STRUCT_PTR'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bd30 size=32 string 'DATATYPE_STRUCT_PTR'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0af10 size=32 string 'DATATYPE_DPOINTER'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0aef0 size=32 string 'DATATYPE_DPOINTER'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ac60 size=32 string 'DATATYPE_FLOATVAL'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0aa40 size=32 string 'DATATYPE_FLOATVAL'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0a9b0 size=32 string '"datatypes.pasm"'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d081d0 size=32
0x04010003 0x0400747f 0xd61d2706 0x2492e7cb ......t...'.$...
0x00000000 0x00000000 0x00000000 0x00000000 ................
Call stack: [thread 219b]: | 0x0 | start | _start | main | Parrot_new |
make_interpreter | Parrot_init | init_world | create_config_hash | Parrot_thaw
| run_thaw | todo_list_init | ft_init | PackFile_new | mem_sys_allocate_zeroed
Leak: 0x00d0bfe0 size=16 string '-64'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bfd0 size=16 string '-64'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bfc0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bfa0 size=16 string 'enum_last_type'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bf90 size=16 string 'enum_last_type'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bf80 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bf60 size=16 string '-65'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bf50 size=16 string '-65'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bf40 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bf20 size=16 string 'DATATYPE_SIZED'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bf10 size=16 string 'DATATYPE_SIZED'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bf00 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bee0 size=16 string '-66'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bed0 size=16 string '-66'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bec0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0be50 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0be30 size=16 string '-67'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0be20 size=16 string '-67'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0be10 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bdf0 size=16 string 'DATATYPE_STRUCT'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bde0 size=16 string 'DATATYPE_STRUCT'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bdd0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bdb0 size=16 string '-68'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bda0 size=16 string '-68'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bd90 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bd20 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bd00 size=16 string '-69'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bcf0 size=16 string '-69'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bce0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bcc0 size=16 string 'DATATYPE_CSTR'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bcb0 size=16 string 'DATATYPE_CSTR'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bca0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bc80 size=16 string '-70'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bc70 size=16 string '-70'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bc60 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bc40 size=16 string 'DATATYPE_PTR'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bc30 size=16 string 'DATATYPE_PTR'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bc20 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bc00 size=16 string '-71'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bbf0 size=16 string '-71'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bbe0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bbc0 size=16 string 'DATATYPE_UINT64'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bbb0 size=16 string 'DATATYPE_UINT64'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bba0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bb80 size=16 string '-72'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bb70 size=16 string '-72'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bb60 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bb40 size=16 string 'DATATYPE_UINT32'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bb30 size=16 string 'DATATYPE_UINT32'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bb20 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bb00 size=16 string '-73'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0baf0 size=16 string '-73'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bae0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bac0 size=16 string 'DATATYPE_UINT16'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0bab0 size=16 string 'DATATYPE_UINT16'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0baa0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ba80 size=16 string '-74'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ba70 size=16 string '-74'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ba60 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ba40 size=16 string 'DATATYPE_UINT8'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ba30 size=16 string 'DATATYPE_UINT8'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ba20 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ba00 size=16 string '-75'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b9f0 size=16 string '-75'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b9e0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b9c0 size=16 string 'DATATYPE_INT64'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b9b0 size=16 string 'DATATYPE_INT64'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b9a0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b980 size=16 string '-76'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b970 size=16 string '-76'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b960 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b940 size=16 string 'DATATYPE_INT32'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b930 size=16 string 'DATATYPE_INT32'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b920 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b900 size=16 string '-77'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b8f0 size=16 string '-77'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b8e0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b8c0 size=16 string 'DATATYPE_INT16'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b8b0 size=16 string 'DATATYPE_INT16'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b8a0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b880 size=16 string '-78'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b870 size=16 string '-78'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b860 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b840 size=16 string 'DATATYPE_INT8'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b830 size=16 string 'DATATYPE_INT8'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b820 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b800 size=16 string '-79'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b7f0 size=16 string '-79'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b7e0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b7c0 size=16 string 'DATATYPE_INT4'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b7b0 size=16 string 'DATATYPE_INT4'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b7a0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b780 size=16 string '-80'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b770 size=16 string '-80'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b760 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b740 size=16 string 'DATATYPE_INT1'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b730 size=16 string 'DATATYPE_INT1'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b720 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b700 size=16 string '-80'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b6f0 size=16 string '-80'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b6e0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b6c0 size=16 string 'DATATYPE_BIT'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b6b0 size=16 string 'DATATYPE_BIT'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b6a0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b680 size=16 string '-81'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b670 size=16 string '-81'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b660 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b5f0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b5d0 size=16 string '-82'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b5c0 size=16 string '-82'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b5b0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b590 size=16 string 'DATATYPE_DOUBLE'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b580 size=16 string 'DATATYPE_DOUBLE'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b570 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b550 size=16 string '-83'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b540 size=16 string '-83'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b530 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b510 size=16 string 'DATATYPE_FLOAT'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b500 size=16 string 'DATATYPE_FLOAT'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b4f0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b4d0 size=16 string '-84'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b4c0 size=16 string '-84'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b4b0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b440 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b420 size=16 string '-85'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b410 size=16 string '-85'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b400 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b3e0 size=16 string 'DATATYPE_ULONG'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b3d0 size=16 string 'DATATYPE_ULONG'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b3c0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b3a0 size=16 string '-86'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b390 size=16 string '-86'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b380 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b360 size=16 string 'DATATYPE_UINT'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b350 size=16 string 'DATATYPE_UINT'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b340 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b320 size=16 string '-87'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b310 size=16 string '-87'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b300 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b2e0 size=16 string 'DATATYPE_USHORT'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b2d0 size=16 string 'DATATYPE_USHORT'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b2c0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b2a0 size=16 string '-88'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b290 size=16 string '-88'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b280 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b260 size=16 string 'DATATYPE_UCHAR'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b250 size=16 string 'DATATYPE_UCHAR'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b240 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b220 size=16 string '-89'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b210 size=16 string '-89'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b200 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b190 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b170 size=16 string '-90'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b160 size=16 string '-90'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b150 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b130 size=16 string 'DATATYPE_LONG'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b120 size=16 string 'DATATYPE_LONG'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b110 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b0f0 size=16 string '-91'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b0e0 size=16 string '-91'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b0d0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b0b0 size=16 string 'DATATYPE_INT'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b0a0 size=16 string 'DATATYPE_INT'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b090 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b070 size=16 string '-92'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b060 size=16 string '-92'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b050 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b030 size=16 string 'DATATYPE_SHORT'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b020 size=16 string 'DATATYPE_SHORT'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0b010 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0aff0 size=16 string '-93'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0afe0 size=16 string '-93'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0afd0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0afb0 size=16 string 'DATATYPE_CHAR'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0afa0 size=16 string 'DATATYPE_CHAR'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0af90 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0af70 size=16 string '-94'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0af60 size=16 string '-94'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0af50 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0aee0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0aec0 size=16 string '-95'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0aeb0 size=16 string '-95'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0aea0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ae80 size=16 string 'DATATYPE_BIGNUM'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ae70 size=16 string 'DATATYPE_BIGNUM'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ae60 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ae40 size=16 string '-96'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ae30 size=16 string '-96'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ae20 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ae00 size=16 string 'DATATYPE_BIGINT'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0adf0 size=16 string 'DATATYPE_BIGINT'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ade0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0adc0 size=16 string '-97'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0adb0 size=16 string '-97'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ada0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ad80 size=16 string 'DATATYPE_PMC'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ad70 size=16 string 'DATATYPE_PMC'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ad60 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ad40 size=16 string '-98'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ad30 size=16 string '-98'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ad20 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ad00 size=16 string 'DATATYPE_STRING'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0acf0 size=16 string 'DATATYPE_STRING'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ace0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0acc0 size=16 string '-99'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0acb0 size=16 string '-99'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0aca0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ac50 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ac30 size=16 string '-100'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ac20 size=16 string '-100'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ac10 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0abf0 size=16 string 'DATATYPE_INTVAL'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0abe0 size=16 string 'DATATYPE_INTVAL'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0abd0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0abb0 size=16 string '-100'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0aba0 size=16 string '-100'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ab90 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ab70 size=16 string 'enum_first_type'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ab60 size=16 string 'enum_first_type'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ab50 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ab30 size=16 string '0'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ab20 size=16 string '0'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0ab10 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0aaf0 size=16 string 'DATATYPE_UNDEF'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0aae0 size=16 string 'DATATYPE_UNDEF'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0aad0 size=16 string ' '
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | yylex_skip | yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d0a7a0 size=16 string 'datatypes.pasm'
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
yylex | str_dup | mem_sys_allocate | malloc
Leak: 0x00d081f0 size=16 string 'DIRECTORY'
Call stack: [thread 219b]: | 0x0 | start | _start | main | Parrot_new |
make_interpreter | Parrot_init | init_world | create_config_hash | Parrot_thaw
| run_thaw | todo_list_init | ft_init | PackFile_new | PackFile_Segment_new_seg
| segment_init | mem_sys_allocate | malloc
Leak: 0x00d13130 size=16 string 'libnci_test'
Call stack: [thread 219b]: | 0x0 | start | _start | main |
Parrot_runcode | Parrot_runcode | Parrot_runops_fromc_args | runops_args |
runops | runops_int | runops_slow_core | Parrot_loadlib_p_sc | Parrot_load_lib
| get_path | malloc
Leak: 0x00d12fa0 size=16
0x00000000 0x00000000 0x00000000 0x00000000 ................
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
imc_close_unit | imc_compile_unit | imc_reg_alloc | graph_coloring_reg_alloc |
build_interference_graph | ig_allocate | mem_sys_allocate_zeroed
Leak: 0x00d12ed0 size=16
0x00d123f0 0x00d12640 0x00d127d0 0x00000000 ..#...&@..'.....
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
imc_close_unit | imc_compile_unit | imc_reg_alloc | build_reglist |
mem_sys_allocate | malloc
Leak: 0x00d12910 size=16
0x00000004 0x00000000 0x00000000 0x00000000 ................
Call stack: [thread 219b]: | 0x0 | start | _start | main | yyparse |
add_pcc_result | realloc