Skip to content

./Register gives segmentation error  #8

@iszihan

Description

@iszihan

Hello, I am trying to align two spherical meshes that I got from running ./SphereMap but it gives me segmentation errors. After looking into the codes, it seems the segmentation error happens here

for( int i=0 ; i<targetTessellator.polygons().size() ; i++ ) targetCells[ p[i].theta*Resolution.value + p[i].phi ].push_back( p[i] );
in which p.theta and p.phi gives value of 2147483647, which seems to be out of range. I didn't have much success tracing this behavior, and therefore want to submit an issue to see if there is a bug that can be fixed.

Please see https://drive.google.com/drive/folders/1Q_8BltOTxNC6yIg6jf4AaXcwgvXvAloX?usp=share_link for the two spherical meshes I was trying to align if this is helpful. Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions