Changes between Initial Version and Version 8 of Ticket #1765

Show
Ignore:
Timestamp:
12/26/10 02:07:18 (11 years ago)
Author:
nwellnhof
Comment:

The leak can be reproduced with the --leak-test option. Description updated.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1765

    • Property owner set to bluescreen
    • Property status changed from new to reopened
  • Ticket #1765 – description

    initial v8  
    11{{{ 
    2 $ valgrind --leak-check=full ./parrot t/op/interp_2.pir 
     2$ valgrind --leak-check=full ./parrot --leak-test t/op/interp_2.pir 
    33[...] 
    4 ==22134== 789,400 (212 direct, 789,188 indirect) bytes in 1 blocks are definitely lost in loss record 1,075 of 1,075 
    5 ==22134==    at 0x402328F: calloc (vg_replace_malloc.c:467) 
    6 ==22134==    by 0x40877B9: mem_sys_allocate_zeroed (alloc_memory.c:83) 
    7 ==22134==    by 0x4090788: allocate_interpreter (inter_create.c:124) 
    8 ==22134==    by 0x40908C8: make_interpreter (inter_create.c:92) 
    9 ==22134==    by 0x40DB6CC: create_interp (parrotinterpreter.pmc:183) 
    10 ==22134==    by 0x40DB7C8: Parrot_ParrotInterpreter_init (parrotinterpreter.pmc:252) 
    11 ==22134==    by 0x40BAB52: Parrot_pmc_new (pmc.c:164) 
    12 ==22134==    by 0x4069CC2: Parrot_new_p_sc (core_ops.c:20664) 
    13 ==22134==    by 0x40BBE74: runops_slow_core (cores.c:647) 
    14 ==22134==    by 0x40BB78D: runops_int (main.c:237) 
    15 ==22134==    by 0x409116C: runops (ops.c:127) 
    16 ==22134==    by 0x408D2D6: Parrot_pcc_invoke_from_sig_object (pcc.c:325) 
    17 ==22134== 
     4==4748== 131,364 (216 direct, 131,148 indirect) bytes in 1 blocks are definitely lost in loss record 184 of 184 
     5==4748==    at 0x402328F: calloc (vg_replace_malloc.c:467) 
     6==4748==    by 0x40F262B: mem_sys_allocate_zeroed (alloc_memory.c:82) 
     7==4748==    by 0x4108184: allocate_interpreter (inter_create.c:123) 
     8==4748==    by 0x410813A: make_interpreter (inter_create.c:91) 
     9==4748==    by 0x416FFED: create_interp (parrotinterpreter.pmc:182) 
     10==4748==    by 0x41708C8: Parrot_ParrotInterpreter_init (parrotinterpreter.pmc:251) 
     11==4748==    by 0x413BCAB: Parrot_pmc_new (pmc.c:163) 
     12==4748==    by 0x40B8F13: Parrot_new_p_sc (core_ops.c:20494) 
     13==4748==    by 0x413E780: runops_slow_core (cores.c:646) 
     14==4748==    by 0x413D7F9: runops_int (main.c:218) 
     15==4748==    by 0x41098EE: runops (ops.c:126) 
     16==4748==    by 0x4103CCA: Parrot_pcc_invoke_from_sig_object (pcc.c:323) 
    1817}}}