Skip to content

Fixed segv on Raspberry Pi#69

Merged
arturoc merged 1 commit intoopenframeworks:masterfrom
johnkingsley:fix-tess2-on-rpi
Jul 4, 2017
Merged

Fixed segv on Raspberry Pi#69
arturoc merged 1 commit intoopenframeworks:masterfrom
johnkingsley:fix-tess2-on-rpi

Conversation

@johnkingsley
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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