Skip to content

Segfault trying to access addresses of a cluster through AddressIterator #273

@rg687

Description

@rg687

Hello,

I am trying to access addresses belonging to a cluster but it ends up with a seg fault.

This is for LTC chain.

addr = 'LTU2cds4aSdXFip9sV4gXphnhxGQjgfjmg'
address = chain.address_from_string(addr)        
print ('balance addr', address.balance()/1e8)
cluster = cm.cluster_with_address(address)        
print ('type_equiv_size {}'.format(cluster.type_equiv_size))

> balance addr 101872.06398165
> type_equiv_size 19681702

and

for a in cluster.addresses:
    print (a)

ends up with a seg fault.

System Information

BlockSci version: latest v0.6
Using AMI: no
Total memory: 64

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions