Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault when cout a null row vector #165

Closed
s-trinh opened this issue Mar 29, 2017 · 1 comment
Closed

Segmentation fault when cout a null row vector #165

s-trinh opened this issue Mar 29, 2017 · 1 comment

Comments

@s-trinh
Copy link
Contributor

s-trinh commented Mar 29, 2017

The following codes produce a segfault:

    vpColVector null_col;
    std::cout << "null_col: " << null_col.t() << std::endl;

or

    vpRowVector null_row(0);
    std::cout << "null_row: " << null_row << std::endl;

I can provide a fix if needed.

@fspindle
Copy link
Contributor

Welcome. Thanks

s-trinh added a commit to s-trinh/visp that referenced this issue Mar 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants