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

Fix segfault when checking goto in finally if resolve was delayed to runtime #165

Closed
wants to merge 1 commit into from

Conversation

reeze
Copy link
Contributor

@reeze reeze commented Aug 16, 2012

if zend_resolve_goto_label() was delayed to runtime. CG(active_op_array) will be not a valid pointer(NULL).

This fixed the following two tests failed:

  • Zend/tests/exception_002.phpt
  • Zend/tests/jump13.phpt

Hi, @laruence will you take look ? :)

Thanks

…runtime

This fixed the following two tests failed:
- Zend/tests/exception_002.phpt
- Zend/tests/jump13.phpt
@travisbot
Copy link

This pull request fails (merged 77d4879 into 6a87a21).

@laruence
Copy link
Member

I was interrupt by some stuff, but I find that when I run the whole test later, patient is virtue..

@reeze
Copy link
Contributor Author

reeze commented Aug 16, 2012

I see. Keep moving.
This could be closed when you fixed that :)

@php-pulls
Copy link

Comment on behalf of laruence at php.net:

it's under working, and already be fixed. 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.

4 participants