[webkit-qt] Webkit can't load any pages on MIPS with windows CE 6.0

Hui Tang Hui.Tang at cybercom.com
Mon Apr 26 21:22:18 PDT 2010


I modified the source codes as below:

#if REQUEST_DEBUG
    //KURL u(resource->url());
    printf("HOST %s COUNT %d RECEIVED %s\n", "u.host().latin1().data()", m_requestsLoading.size(), resource->url().latin1().data());
#endif

And now it can be compiled, when I start qt browser.exe, it will give out error on the console.

Exception 'Alignment Error' (4): Thread-Id=0522002e(pth=862d6d28), Proc-Id=05210
02e(pprc=862adc08) 'browser.exe', VM-active=0521002e(pprc=862adc08) 'browser.exe
'
PC=41dc91d0(qtwebkit4.dll+0x003891d0) RA=41dc98f8(qtwebkit4.dll+0x003898f8) SP=0
01fb388, BVA=00000000
Exception 'Raised Exception' (-1): Thread-Id=0522002e(pth=862d6d28), Proc-Id=004
00002(pprc=8240a30c) 'NK.EXE', VM-active=0521002e(pprc=862adc08) 'browser.exe'
PC=c003fdd0(k.coredll.dll+0x0001fdd0) RA=80113b8c(kernel.dll+0x00005b8c) SP=de8c
f3f8, BVA=ffffffff

and there is nothing debug message when enabled REQUEST_DEBUG.

What's the problem?

Thanks 

-----Original Message-----
From: Benjamin Poulain [mailto:benjamin.poulain at nokia.com] 
Sent: 26 April 2010 17:55
To: Hui Tang; webkit-qt at lists.webkit.org
Subject: Re: [webkit-qt] Webkit can't load any pages on MIPS with windows CE 6.0

ext Hui Tang wrote:
> the error comes from the code below, how to solve it?  
> 
> #if REQUEST_DEBUG
>     KURL u(resource->url());
> 
>     printf("HOST %s COUNT %d RECEIVED %s\n", u.host().latin1().data(), 
> m_requestsLoading.size(), resource->url().latin1().data());
> #endif

This constructor is defined for Qt in KURL.h. Are you building for the 
correct port?

This mailing list is mostly for development of WebKit itself. For simple 
build issues, you should start by investigating yourself before asking 
on the list. You can also use the support services of Qt if you have a 
license.

cheers,
Benjamin


More information about the webkit-qt mailing list