-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Crashing when switching to main frame #11103
Comments
vitaliy....@gmail.com commented:
|
walterca...@gmail.com commented:
|
vitaliy....@gmail.com commented:
|
vitaliy....@gmail.com commented:
|
walterca...@gmail.com commented:
|
walterca...@gmail.com commented:
|
vitaliy....@gmail.com commented:
|
Fixed in 1.9 |
This issue still exist and hasn't been solved by the solution in 947. I can reproduce it - and it was solved by changing the qdebug line suggested in this thread. The crash occurs when currentFrame disappears and the debug line tries to acces the frameName of a not existing frame. In my case I have a popup with an iframe that disappears that triggers the crash. The fix should be easy - put in a check for null pointer. |
This is not fixed in 1.9.8 |
It should be fixed by #12109 when it gets merged. I didn't hear back definitively about whether I should move the test cases and forgot about it. |
I cannot overstate the importance of getting this fixed and released. PhantomJS is incredibly valuable, but crashing on iframes makes it unusable. I see the null check is on 2.0, but not on 1.9 code base. I know the team is really focused on 2.0 release, but this is a critical patch. |
We are still getting crashes on frame switches in 2.0.0 as well. :-( This is terrible as we have to keep running resource heavy "Selenium" instead of PhantomJS. |
For the record, there will be no further fixes to any 1.9 branch. |
Originally pull request ariya#12109. Fixes issues ariya#10947 ariya#11103 ariya#11984 ariya#13551 and probably more. The test case is a composite of test cases provided by Luke Street (ariya#12109) and kramsee (ariya#13551).
PR#12109 has been merged; the fix will be in the upcoming 2.1. |
Originally pull request ariya#12109. Fixes issues ariya#10947 ariya#11103 ariya#11984 ariya#13551 and probably more. The test case is a composite of test cases provided by Luke Street (ariya#12109) and kramsee (ariya#13551).
walterca...@gmail.com commented:
Disclaimer:
This issue was migrated on 2013-03-15 from the project's former issue tracker on Google Code, Issue #1103.
🌟 3 people had starred this issue at the time of migration.
The text was updated successfully, but these errors were encountered: