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

Fixed segv on Raspberry Pi #69

Merged
merged 1 commit into from
Jul 4, 2017

Conversation

johnkingsley
Copy link
Contributor

TESS_UNDEF was defined to 2^31-1 when it should have been 2^16-1
on the raspberry pi. This caused some if statements such as
if (v->n != TESS_UNDEF)
to not work as expected which caused a segv.

TESS_UNDEF was defined to 2^31-1 when it should have been 2^16-1
on the raspberry pi.  This caused some if statements such as
   if (v->n != TESS_UNDEF)
to not work as expected leading to a segv.
@arturoc
Copy link
Member

arturoc commented Mar 22, 2017

thanks, it seems there's some problems with some builds, it's not related with your changes but i'll try to solve it before merging so yours can be tested in every platform

@arturoc
Copy link
Member

arturoc commented Jul 4, 2017

going to merge this since it's been a long time and it'll fix the problem at least for armv6. thanks!

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

Successfully merging this pull request may close these issues.

2 participants