I compiled CutyCapt for amd64 on Ubuntu Linux. libqt4-webkit is at version 4:4.8.1-0ubuntu4.
On some very high websites I get a lot of errors and sometimes a segfault. There's no output graphic, obviously. It seems the project author hasn't been active for over a year, but I'd still like to ask the author or any future forkers to improve error handling and maybe add a maximum height argument.
Here are both examples:
$ time xvfb-run --server-args="-screen 0, 1024x768x24" ./cutycapt-portable-amd64/CutyCapt --url=http://www.worldslongestwebsite.com/ --out=thumb.jpeg --max-wait=48500
....
QPainter:🖊️ Painter not active
QPainter::setPen: Painter not active
QPainter::setPen: Painter not active
QPainter::setFont: Painter not active
QPainter:🖊️ Painter not active
QPainter::setPen: Painter not active
QPainter::setPen: Painter not active
QPainter::setFont: Painter not active
QPainter:🖊️ Painter not active
QPainter::setPen: Painter not active
QPainter::setPen: Painter not active
QPainter::setFont: Painter not active
QPainter:🖊️ Painter not active
QPainter::setPen: Painter not active
QPainter::setPen: Painter not active
QPainter::setBrush: Painter not active
QPainter::setFont: Painter not active
QPainter:🖊️ Painter not active
QPainter::setPen: Painter not active
QPainter::setPen: Painter not active
QPainter::setFont: Painter not active
QPainter:🖊️ Painter not active
QPainter::setPen: Painter not active
QPainter::setPen: Painter not active
QPainter::setFont: Painter not active
QPainter:🖊️ Painter not active
QPainter::setPen: Painter not active
QPainter::setPen: Painter not active
QPainter::combinedTransform: Painter not active
QPainter::setCompositionMode: Painter not active
QPainter::setCompositionMode: Painter not active
QPainter::combinedTransform: Painter not active
QPainter::setCompositionMode: Painter not active
QPainter::setCompositionMode: Painter not active
QPainter::setBrush: Painter not active
QPainter::setFont: Painter not active
QPainter:🖊️ Painter not active
QPainter::setPen: Painter not active
QPainter::setPen: Painter not active
QPainter::setFont: Painter not active
QPainter:🖊️ Painter not active
QPainter::setPen: Painter not active
QPainter::setPen: Painter not active
QPainter::setFont: Painter not active
QPainter:🖊️ Painter not active
QPainter::setPen: Painter not active
QPainter::setPen: Painter not active
QPainter::setFont: Painter not active
QPainter:🖊️ Painter not active
QPainter::setPen: Painter not active
QPainter::setPen: Painter not active
QPainter::restore: Unbalanced save/restore
QPainter::save: Painter not active
QPainter::setClipRect: Painter not active
QPainter::restore: Unbalanced save/restore
QPainter:🔚 Painter not active, aborted
real 0m5.552s
user 0m0.612s
sys 0m0.196s
$echo $?
0
$ time xvfb-run --server-args="-screen 0, 1024x768x24" ./cutycapt-portable-amd64/CutyCapt --url=http://worlds-highest-website.com/ --out=thumb.jpeg --max-wait=48500
...
QPainter:🖊️ Painter not active
QPainter::setPen: Painter not active
QPainter::setPen: Painter not active
QPainter::combinedTransform: Painter not active
QPainter::setCompositionMode: Painter not active
QPainter::setCompositionMode: Painter not active
QPainter::combinedTransform: Painter not active
QPainter::setCompositionMode: Painter not active
QPainter::setCompositionMode: Painter not active
QPainter::setBrush: Painter not active
QPainter::setFont: Painter not active
QPainter:🖊️ Painter not active
QPainter::setPen: Painter not active
QPainter::setPen: Painter not active
QPainter::setFont: Painter not active
QPainter:🖊️ Painter not active
QPainter::setPen: Painter not active
QPainter::setPen: Painter not active
QPainter::setFont: Painter not active
QPainter:🖊️ Painter not active
QPainter::setPen: Painter not active
QPainter::setPen: Painter not active
QPainter::setFont: Painter not active
QPainter:🖊️ Painter not active
QPainter::setPen: Painter not active
QPainter::setPen: Painter not active
QPainter::restore: Unbalanced save/restore
QPainter::save: Painter not active
QPainter::setClipRect: Painter not active
QPainter::restore: Unbalanced save/restore
QPainter:🔚 Painter not active, aborted
real 0m5.651s
user 0m0.836s
sys 0m0.196s
$echo $?
139