Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Endless frame processing #11459

Closed
maybeshewill opened this issue Jul 4, 2013 · 5 comments
Closed

Endless frame processing #11459

maybeshewill opened this issue Jul 4, 2013 · 5 comments
Labels

Comments

@maybeshewill
Copy link

Example command:

./phantomjs --debug=yes ../examples/rasterize.js http://anal.xxxselect.com/ test.png

GDB:

2013-07-04T13:08:15 [DEBUG] Phantom - execute: Configuration 
2013-07-04T13:08:15 [DEBUG]      0 objectName : "" 
2013-07-04T13:08:15 [DEBUG]      1 cookiesFile : "" 
2013-07-04T13:08:15 [DEBUG]      2 diskCacheEnabled : "false" 
2013-07-04T13:08:15 [DEBUG]      3 maxDiskCacheSize : "-1" 
2013-07-04T13:08:15 [DEBUG]      4 ignoreSslErrors : "false" 
2013-07-04T13:08:15 [DEBUG]      5 localToRemoteUrlAccessEnabled : "false" 
2013-07-04T13:08:15 [DEBUG]      6 outputEncoding : "UTF-8" 
2013-07-04T13:08:15 [DEBUG]      7 proxyType : "http" 
2013-07-04T13:08:15 [DEBUG]      8 proxy : ":8" 
2013-07-04T13:08:15 [DEBUG]      9 proxyAuth : ":" 
2013-07-04T13:08:15 [DEBUG]      10 scriptEncoding : "UTF-8" 
2013-07-04T13:08:15 [DEBUG]      11 webSecurityEnabled : "true" 
2013-07-04T13:08:15 [DEBUG]      12 offlineStoragePath : "" 
2013-07-04T13:08:15 [DEBUG]      13 offlineStorageDefaultQuota : "-1" 
2013-07-04T13:08:15 [DEBUG]      14 printDebugMessages : "true" 
2013-07-04T13:08:15 [DEBUG]      15 javascriptCanOpenWindows : "true" 
2013-07-04T13:08:15 [DEBUG]      16 javascriptCanCloseWindows : "true" 
2013-07-04T13:08:15 [DEBUG]      17 sslProtocol : "sslv3" 
2013-07-04T13:08:15 [DEBUG]      18 sslCertificatesPath : "" 
2013-07-04T13:08:15 [DEBUG]      19 webdriver : ":" 
2013-07-04T13:08:15 [DEBUG]      20 webdriverLogFile : "" 
2013-07-04T13:08:15 [DEBUG]      21 webdriverLogLevel : "INFO" 
2013-07-04T13:08:15 [DEBUG]      22 webdriverSeleniumGridHub : "" 
2013-07-04T13:08:15 [DEBUG] Phantom - execute: Script & Arguments 
2013-07-04T13:08:15 [DEBUG]      script: "../examples/rasterize.js" 
2013-07-04T13:08:15 [DEBUG]      0 arg: "http://anal.xxxselect.com/" 
2013-07-04T13:08:15 [DEBUG]      1 arg: "test.png" 
2013-07-04T13:08:15 [DEBUG] Phantom - execute: Starting normal mode 
2013-07-04T13:08:15 [DEBUG] WebPage - setupFrame "" 
2013-07-04T13:08:15 [DEBUG] FileSystem - _open: ":/modules/fs.js" QMap(("mode", QVariant(QString, "r") ) )  
2013-07-04T13:08:15 [DEBUG] FileSystem - _open: ":/modules/system.js" QMap(("mode", QVariant(QString, "r") ) )  
2013-07-04T13:08:15 [DEBUG] FileSystem - _open: ":/modules/_coffee-script.js" QMap(("mode", QVariant(QString, "r") ) )  
2013-07-04T13:08:15 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/package.json" QMap(("mode", QVariant(QString, "r") ) )  
2013-07-04T13:08:15 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/coffee-script.js" QMap(("mode", QVariant(QString, "r") ) )  
2013-07-04T13:08:15 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/./lexer.js" QMap(("mode", QVariant(QString, "r") ) )  
2013-07-04T13:08:15 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/././rewriter.js" QMap(("mode", QVariant(QString, "r") ) )  
2013-07-04T13:08:15 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/././helpers.js" QMap(("mode", QVariant(QString, "r") ) )  
2013-07-04T13:08:15 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/./parser.js" QMap(("mode", QVariant(QString, "r") ) )  
2013-07-04T13:08:15 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/./helpers.js" QMap(("mode", QVariant(QString, "r") ) )  
2013-07-04T13:08:15 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/./nodes.js" QMap(("mode", QVariant(QString, "r") ) )  
2013-07-04T13:08:15 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/././scope.js" QMap(("mode", QVariant(QString, "r") ) )  
2013-07-04T13:08:15 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/./././helpers.js" QMap(("mode", QVariant(QString, "r") ) )  
2013-07-04T13:08:15 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/././lexer.js" QMap(("mode", QVariant(QString, "r") ) )  
2013-07-04T13:08:15 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/./././rewriter.js" QMap(("mode", QVariant(QString, "r") ) )  
2013-07-04T13:08:15 [DEBUG] FileSystem - _open: ":/modules/webpage.js" QMap(("mode", QVariant(QString, "r") ) )  
2013-07-04T13:08:15 [DEBUG] WebPage - updateLoadingProgress: 10 
[New Thread 0x7fffaf3a9700 (LWP 10115)]
2013-07-04T13:08:15 [DEBUG] WebPage - updateLoadingProgress: 15 
2013-07-04T13:08:15 [DEBUG] WebPage - setupFrame "" 
2013-07-04T13:08:15 [DEBUG] WebPage - updateLoadingProgress: 20 
2013-07-04T13:08:15 [DEBUG] WebPage - updateLoadingProgress: 22 
2013-07-04T13:08:15 [DEBUG] WebPage - updateLoadingProgress: 23 
2013-07-04T13:08:16 [DEBUG] WebPage - updateLoadingProgress: 23 
2013-07-04T13:08:16 [DEBUG] WebPage - updateLoadingProgress: 25 
2013-07-04T13:08:16 [DEBUG] WebPage - updateLoadingProgress: 30 
2013-07-04T13:08:16 [DEBUG] WebPage - updateLoadingProgress: 32 
2013-07-04T13:08:16 [DEBUG] WebPage - updateLoadingProgress: 34 
2013-07-04T13:08:16 [DEBUG] WebPage - updateLoadingProgress: 37 
2013-07-04T13:08:16 [DEBUG] WebPage - updateLoadingProgress: 39 
2013-07-04T13:08:16 [DEBUG] WebPage - updateLoadingProgress: 42 
2013-07-04T13:08:16 [DEBUG] WebPage - updateLoadingProgress: 44 
2013-07-04T13:08:16 [DEBUG] WebPage - updateLoadingProgress: 46 
2013-07-04T13:08:16 [DEBUG] WebPage - updateLoadingProgress: 49 
2013-07-04T13:08:16 [DEBUG] WebPage - updateLoadingProgress: 53 
2013-07-04T13:08:16 [DEBUG] WebPage - updateLoadingProgress: 57 
2013-07-04T13:08:16 [DEBUG] WebPage - updateLoadingProgress: 60 
2013-07-04T13:08:16 [DEBUG] WebPage - updateLoadingProgress: 63 
2013-07-04T13:08:16 [DEBUG] WebPage - updateLoadingProgress: 67 
2013-07-04T13:08:16 [DEBUG] WebPage - updateLoadingProgress: 69 
2013-07-04T13:08:17 [DEBUG] WebPage - updateLoadingProgress: 70 
2013-07-04T13:08:17 [DEBUG] WebPage - updateLoadingProgress: 72 
2013-07-04T13:08:17 [DEBUG] WebPage - updateLoadingProgress: 74 
2013-07-04T13:08:17 [DEBUG] WebPage - updateLoadingProgress: 77 
2013-07-04T13:08:17 [DEBUG] WebPage - updateLoadingProgress: 80 
2013-07-04T13:08:17 [DEBUG] WebPage - updateLoadingProgress: 81 
2013-07-04T13:08:17 [DEBUG] WebPage - updateLoadingProgress: 100 
2013-07-04T13:08:17 [DEBUG] WebPage - setupFrame "" 

GDB BackTrace:

(gdb) bt
#0  0x00007ffff67fb033 in select () at ../sysdeps/unix/syscall-template.S:82
#1  0x0000000001c4480f in qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) ()
#2  0x0000000001c466b7 in QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) ()
#3  0x0000000001c46af3 in QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
#4  0x00000000015d52ca in QEventDispatcherQPA::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
#5  0x0000000001c1cf62 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
#6  0x0000000001c1d1bf in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
#7  0x00000000018516fa in QDialog::exec() ()
#8  0x000000000186bb86 in QMessageBoxPrivate::showOldMessageBox(QWidget*, QMessageBox::Icon, QString const&, QString const&, int, int, int) ()
#9  0x000000000186bdc1 in showNewMessageBox(QWidget*, QMessageBox::Icon, QString const&, QString const&, QFlags<QMessageBox::StandardButton>, QMessageBox::StandardButton) [clone .constprop.28] ()
#10 0x000000000186be4f in QMessageBox::information(QWidget*, QString const&, QString const&, QFlags<QMessageBox::StandardButton>, QMessageBox::StandardButton) ()
#11 0x000000000048df4a in QWebPage::javaScriptConfirm(QWebFrame*, QString const&) ()
#12 0x00000000004ad85f in WebCore::ChromeClientQt::runJavaScriptConfirm(WebCore::Frame*, WTF::String const&) ()
#13 0x000000000083c534 in WebCore::Chrome::runJavaScriptConfirm(WebCore::Frame*, WTF::String const&) ()
#14 0x0000000000be8105 in WebCore::jsDOMWindowPrototypeFunctionConfirm(JSC::ExecState*) ()
#15 0x00007fffb00001e8 in ?? ()
#16 0x00007ffff4074160 in ?? ()
#17 0x00007fffb00583c5 in ?? ()
#18 0x00007fffb0057d28 in ?? ()
#19 0x00007fffafc3cd10 in ?? ()
#20 0x00007ffff7e3d550 in ?? ()
#21 0x00007fffafc93c10 in ?? ()
#22 0x0000000000000000 in ?? ()

This bug is 100% is not connected with InterruptJavaScript callback. I'll try to investigate further on my side

@plomoman
Copy link

I believe I have found another occurrence of this problem in a certain application. I encountered this while working with CasperJS, but I believe it is PhantomJS related. When using SlimerJS for example it all goes well. My apologies for placing CasperJS logs and code here, but I am not experienced enough to whip up a PhantomJS only reproducable script. My PhantomJS version is 1.9.2, the precompiled win32 build straight from the website.

2013-10-11T12:17:06 [DEBUG] CookieJar - Created but will not store cookies (use
option '--cookies-file=<filename>' to enable persisten cookie storage)
2013-10-11T12:17:07 [DEBUG] Phantom - execute: Configuration
2013-10-11T12:17:07 [DEBUG]      0 objectName : ""
2013-10-11T12:17:07 [DEBUG]      1 cookiesFile : ""
2013-10-11T12:17:07 [DEBUG]      2 diskCacheEnabled : "false"
2013-10-11T12:17:07 [DEBUG]      3 maxDiskCacheSize : "-1"
2013-10-11T12:17:07 [DEBUG]      4 ignoreSslErrors : "false"
2013-10-11T12:17:07 [DEBUG]      5 localToRemoteUrlAccessEnabled : "false"
2013-10-11T12:17:07 [DEBUG]      6 outputEncoding : "UTF-8"
2013-10-11T12:17:07 [DEBUG]      7 proxyType : "http"
2013-10-11T12:17:07 [DEBUG]      8 proxy : ":1080"
2013-10-11T12:17:07 [DEBUG]      9 proxyAuth : ":"
2013-10-11T12:17:07 [DEBUG]      10 scriptEncoding : "UTF-8"
2013-10-11T12:17:07 [DEBUG]      11 webSecurityEnabled : "true"
2013-10-11T12:17:07 [DEBUG]      12 offlineStoragePath : ""
2013-10-11T12:17:07 [DEBUG]      13 offlineStorageDefaultQuota : "-1"
2013-10-11T12:17:07 [DEBUG]      14 printDebugMessages : "true"
2013-10-11T12:17:07 [DEBUG]      15 javascriptCanOpenWindows : "true"
2013-10-11T12:17:07 [DEBUG]      16 javascriptCanCloseWindows : "true"
2013-10-11T12:17:07 [DEBUG]      17 sslProtocol : "sslv3"
2013-10-11T12:17:07 [DEBUG]      18 sslCertificatesPath : ""
2013-10-11T12:17:07 [DEBUG]      19 webdriver : ":"
2013-10-11T12:17:07 [DEBUG]      20 webdriverLogFile : ""
2013-10-11T12:17:07 [DEBUG]      21 webdriverLogLevel : "INFO"
2013-10-11T12:17:07 [DEBUG]      22 webdriverSeleniumGridHub : ""
2013-10-11T12:17:07 [DEBUG] Phantom - execute: Script & Arguments
2013-10-11T12:17:07 [DEBUG]      script: "C:\scripts\casperjs\batchbin\..\bin\bootstrap.js"
2013-10-11T12:17:07 [DEBUG]      0 arg: "--casper-path=C:\scripts\casperjs\batchbin\.."
2013-10-11T12:17:07 [DEBUG]      1 arg: "--cli"
2013-10-11T12:17:07 [DEBUG]      2 arg: "hi.js"
2013-10-11T12:17:07 [DEBUG] Phantom - execute: Starting normal mode
2013-10-11T12:17:07 [DEBUG] WebPage - setupFrame ""
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: ":/modules/fs.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: ":/modules/system.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: ":/modules/_coffee-script.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/package.json" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/coffee-script.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/./lexer.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/././rewriter.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/././helpers.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/./parser.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/./helpers.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/./nodes.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/././scope.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/./././helpers.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/././lexer.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: ":/modules/../coffee-script/./lib/coffee-script/./././rewriter.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: ":/modules/webpage.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: "C:/scripts/casperjs/package.json" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: "C:/scripts/casperjs/modules/cli.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: "C:/scripts/casperjs/modules/utils.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] Phantom - injectJs: "hi.js"
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: "C:/scripts/casperjs/modules/casper.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: "C:/scripts/casperjs/modules/colorizer.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: "C:/scripts/casperjs/modules/events.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: "C:/scripts/casperjs/modules/http.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: "C:/scripts/casperjs/modules/mouse.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: "C:/scripts/casperjs/modules/pagestack.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: "C:/scripts/casperjs/modules/querystring.js" QMap(("mode", QVariant(QString, "r") ) )
2013-10-11T12:17:07 [DEBUG] FileSystem - _open: "C:/scripts/casperjs/modules/tester.js" QMap(("mode", QVariant(QString, "r") ) )
[info] [phantom] Starting...
2013-10-11T12:17:07 [DEBUG] WebpageCallbacks - getJsConfirmCallback
2013-10-11T12:17:07 [DEBUG] WebpageCallbacks - getGenericCallback
2013-10-11T12:17:07 [DEBUG] WebpageCallbacks - getJsConfirmCallback
[info] [phantom] Running suite: 2 steps
[debug] [phantom] opening url: http://natschool.rijnijssel.nl/, HTTP GET
[debug] [phantom] Navigation requested: url=http://natschool.rijnijssel.nl/, type=Other, willNavigate=true, isMainFrame=true
2013-10-11T12:17:07 [DEBUG] WebPage - updateLoadingProgress: 10
2013-10-11T12:17:07 [DEBUG] CookieJar - Saved "_3sct=something; expires=Fri, 11-oct-2013 12:17:07 GMT; domain=natschool.rijnijssel.nl; path=/CMS/"
2013-10-11T12:17:07 [DEBUG] CookieJar - Saved "N%40TCookie=NATSCHOOL=something HttpOnly; domain=natschool.rijnijssel.nl; path=/"
[debug] [phantom] url changed to "http://natschool.rijnijssel.nl/"
2013-10-11T12:17:07 [DEBUG] WebPage - updateLoadingProgress: 50
2013-10-11T12:17:07 [DEBUG] WebPage - setupFrame ""
2013-10-11T12:17:07 [DEBUG] WebPage - setupFrame "tns"
[debug] [phantom] Navigation requested: url=http://natschool.rijnijssel.nl/cms-xid/empty.htm, type=Other, willNavigate=true, isMainFrame=false
2013-10-11T12:17:07 [DEBUG] WebPage - updateLoadingProgress: 50
2013-10-11T12:17:07 [DEBUG] WebPage - updateLoadingProgress: 100
[debug] [phantom] Navigation requested: url=http://natschool.rijnijssel.nl/xprog/Xstart.htm?xapp=SchoolConfig.xml, type=Other, willNavigate=true, isMainFrame=false
2013-10-11T12:17:07 [DEBUG] WebPage - updateLoadingProgress: 10
2013-10-11T12:17:07 [DEBUG] WebPage - evaluateJavaScript "(function() { return (function () {
        return typeof __utils__ === "object";    })(); })()"
2013-10-11T12:17:07 [DEBUG] WebPage - evaluateJavaScript result QVariant(bool, false)
[debug] [phantom] Successfully injected Casper client-side utilities
2013-10-11T12:17:07 [DEBUG] WebPage - evaluateJavaScript "(function() { return (function () {
        window.__utils__ = new window.ClientUtils({"clientScripts":[],"colorizerType":"Colorizer","exitOnError":true,"logLevel":"debug","httpStatusHandlers":{},
"safeLogs":true,"onAlert":null,"onDie":null,"onError":null,"onLoadError":null,"onPageInitialized":null,"onResourceReceived":null,"onResourceRequested":null,"onStepComplete":null,"page":null,"pageSettings":{"localToRemoteUrlAccessEnabled":tr
ue,"userAgent":"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.34 (KHTML, like Gecko) CasperJS/1.1.0-DEV+PhantomJS/1.9.2 Safari/534.34"},"remoteScripts":[],"stepTimeout":null,"timeout":null,"verbose":true,"retryTimeout":20,"waitTimeout":5000,
"clipRect":null,"viewportSize":null});
    })(); })()"
2013-10-11T12:17:07 [DEBUG] WebPage - evaluateJavaScript result QVariant(, )
2013-10-11T12:17:07 [DEBUG] WebPage - evaluateJavaScript "(function() { return (
function () {
        return typeof __utils__ === "object";
    })(); })()"
2013-10-11T12:17:07 [DEBUG] WebPage - evaluateJavaScript result QVariant(bool, true)
2013-10-11T12:17:07 [DEBUG] WebPage - evaluateJavaScript "(function() { return (
function _evaluate() {
        return document.location.href;
    })(); })()"
2013-10-11T12:17:07 [DEBUG] WebPage - evaluateJavaScript result QVariant(QString, "http://natschool.rijnijssel.nl/")
2013-10-11T12:17:07 [DEBUG] WebPage - setupFrame ""
2013-10-11T12:17:07 [DEBUG] WebPage - updateLoadingProgress: 30
2013-10-11T12:17:07 [DEBUG] WebPage - updateLoadingProgress: 32
2013-10-11T12:17:07 [DEBUG] WebPage - updateLoadingProgress: 35
2013-10-11T12:17:07 [DEBUG] WebPage - updateLoadingProgress: 37
2013-10-11T12:17:07 [DEBUG] WebPage - updateLoadingProgress: 39
2013-10-11T12:17:07 [DEBUG] WebPage - updateLoadingProgress: 41
2013-10-11T12:17:07 [DEBUG] WebPage - updateLoadingProgress: 44
2013-10-11T12:17:07 [DEBUG] WebPage - updateLoadingProgress: 46
2013-10-11T12:17:07 [DEBUG] WebPage - updateLoadingProgress: 48
2013-10-11T12:17:07 [DEBUG] WebPage - updateLoadingProgress: 50
2013-10-11T12:17:07 [DEBUG] WebPage - updateLoadingProgress: 52
2013-10-11T12:17:07 [DEBUG] WebPage - updateLoadingProgress: 54
2013-10-11T12:17:07 [DEBUG] WebPage - updateLoadingProgress: 56
2013-10-11T12:17:07 [DEBUG] WebPage - updateLoadingProgress: 59
2013-10-11T12:17:08 [DEBUG] WebPage - updateLoadingProgress: 60
2013-10-11T12:17:09 [DEBUG] WebPage - updateLoadingProgress: 60
2013-10-11T12:17:09 [DEBUG] WebPage - updateLoadingProgress: 62
2013-10-11T12:17:09 [DEBUG] WebPage - updateLoadingProgress: 64
2013-10-11T12:17:09 [DEBUG] WebPage - updateLoadingProgress: 67
2013-10-11T12:17:09 [DEBUG] WebPage - updateLoadingProgress: 69
2013-10-11T12:17:09 [DEBUG] WebPage - updateLoadingProgress: 71
2013-10-11T12:17:09 [DEBUG] WebPage - updateLoadingProgress: 73
2013-10-11T12:17:09 [DEBUG] WebPage - updateLoadingProgress: 75
2013-10-11T12:17:09 [DEBUG] WebPage - updateLoadingProgress: 77
2013-10-11T12:17:09 [DEBUG] WebPage - updateLoadingProgress: 80
2013-10-11T12:17:09 [DEBUG] WebPage - updateLoadingProgress: 82
2013-10-11T12:17:09 [DEBUG] WebPage - updateLoadingProgress: 84
2013-10-11T12:17:10 [DEBUG] WebPage - updateLoadingProgress: 84
2013-10-11T12:17:10 [DEBUG] WebPage - updateLoadingProgress: 84
2013-10-11T12:17:10 [DEBUG] WebPage - updateLoadingProgress: 86
2013-10-11T12:17:10 [DEBUG] WebPage - updateLoadingProgress: 88
2013-10-11T12:17:10 [DEBUG] WebPage - setupFrame "<!--framePath //tns/<!--frame0-->-->"
[debug] [phantom] Navigation requested: url=http://natschool.rijnijssel.nl/xprog/empty.htm, type=Other, willNavigate=true, isMainFrame=false
2013-10-11T12:17:10 [DEBUG] WebPage - updateLoadingProgress: 89
2013-10-11T12:17:10 [DEBUG] WebPage - setupFrame "<!--framePath //tns/<!--frame1-->-->"
[debug] [phantom] Navigation requested: url=http://natschool.rijnijssel.nl/xprog/empty.htm, type=Other, willNavigate=true, isMainFrame=false
2013-10-11T12:17:10 [DEBUG] WebPage - updateLoadingProgress: 89
2013-10-11T12:17:10 [DEBUG] WebPage - setupFrame "<!--framePath //tns/<!--frame2-->-->"
[debug] [phantom] Navigation requested: url=http://natschool.rijnijssel.nl/xprog/empty.htm, type=Other, willNavigate=true, isMainFrame=false
2013-10-11T12:17:10 [DEBUG] WebPage - updateLoadingProgress: 89
2013-10-11T12:17:10 [DEBUG] WebPage - updateLoadingProgress: 90
2013-10-11T12:17:10 [DEBUG] WebPage - setupFrame ""
2013-10-11T12:17:10 [DEBUG] WebPage - updateLoadingProgress: 10
2013-10-11T12:17:10 [DEBUG] WebPage - setupFrame ""
2013-10-11T12:17:10 [DEBUG] WebPage - updateLoadingProgress: 21
2013-10-11T12:17:10 [DEBUG] WebPage - updateLoadingProgress: 90
2013-10-11T12:17:10 [DEBUG] WebPage - updateLoadingProgress: 100
2013-10-11T12:17:10 [DEBUG] WebPage - setupFrame ""

It just keeps at that, I can wait for hours but then I finally press ctrl-c. My sincere apologies for posting CasperJS code on the PhantomJS issue tracker, but only this way I can show you how to reproduce.

var casper = require('casper').create({
    verbose: true,
    logLevel: "debug",
});
casper.start('http://natschool.rijnijssel.nl/', function() {
    this.capture('screencap.png');
 });
casper.run();

@cidisk
Copy link

cidisk commented Nov 28, 2013

I have the save problem with you.Is this bug fixed ?

@gbedardsice
Copy link

I have a a very similar problem, using 1.9.0. Is there any update on this?

@majamusan
Copy link

yup same problem but a year later... must of been fixed

@stale stale bot added the stale label Dec 27, 2019
@stale
Copy link

stale bot commented Dec 30, 2019

Due to our very limited maintenance capacity, we need to prioritize our development focus on other tasks. Therefore, this issue will be automatically closed (see #15395 for more details). In the future, if we see the need to attend to this issue again, then it will be reopened. Thank you for your contribution!

@stale stale bot closed this as completed Dec 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants