[Webkit-unassigned] [Bug 119088] [Qt] Crash in SimpleFontData, related to @font-face with non-existing src url

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 5 09:04:11 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=119088


Michael BrĂ¼ning <michael.bruning at digia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael.bruning at digia.com




--- Comment #9 from Michael BrĂ¼ning <michael.bruning at digia.com>  2013-08-05 09:03:52 PST ---
(In reply to comment #7)
> I just updated everything from the stable branches and wiped the build folders and redid everything, like this:
> 
> cd $(dirname $0)
> mkdir qtbase &>/dev/null
> cd qtbase
> 
> ../../qtbase/configure -prefix /home/milian/projects/compiled/qt5 \
>   -opensource -confirm-license -debug
> make -j40 && make install
> 
> // note: qmake-qt5 is a ln -s of the qmabe build above
> 
> for d in qtjsbackend qtxmlpatterns qtdeclarative qtconnectivity qtlocation qttools qtwebkit; do
>   if [ ! -d "$d" ]; then mkdir $d; fi
>   pushd $d
>   qmake-qt5 CONFIG+=debug ../../$d/$d.pro -r

This will not have any effect on the qtwebkit submodule, as qtwebkit/qtwebkit.pro simply does not exist. If you want to run qmake for qtwebkit, please use qtwebkit/WebKit.pro

>   (make -j40 && make install -j4) || exit
>   popd
> done
>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list