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

pb -S script/perlcc -B -e 'print map { chr $_ } qw/97 98 99/;' -r #140

Closed
rurban opened this issue Mar 13, 2015 · 2 comments
Closed

pb -S script/perlcc -B -e 'print map { chr $_ } qw/97 98 99/;' -r #140

rurban opened this issue Mar 13, 2015 · 2 comments

Comments

@rurban
Copy link
Owner

rurban commented Mar 13, 2015

Original issue 138 created by rurban on 2013-10-13T04:29:32.000Z:

Fails for threaded perls

Thanks to sten for reporting

@rurban
Copy link
Owner Author

rurban commented Mar 13, 2015

Comment #1 originally posted by rurban on 2013-10-17T21:56:10.000Z:

The problem seems to be related to OPpGREP_LEX (op_private of mapstart), not to threads

@rurban
Copy link
Owner Author

rurban commented Mar 13, 2015

Comment #2 originally posted by rurban on 2013-10-25T06:36:17.000Z:

Fixed with commit b97ebab
Author: Reini Urban rurban@cpanel.net
Date: Wed Oct 23 09:57:53 2013 -0500

bc # 138: Fixed wrong xpvshared logic (5.10-5.17)

flags & 0x09000000 only checks if one of the 1 bits is set.
need to check (flags & 0x09000000) == 0x09000000

Fixes issue # 138. Thanks to sten for reporting

@rurban rurban closed this as completed Mar 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant