I am using Qt 4.6.0 version on MIPS platform, and it can't load any web pages, even a static html page.
I don't know why is this?
and when I start the webbrowser demo, the serial console will prompt out errors like below:

Qt Code:
  1. Exception 'Alignment Error' (4): Thread-Id=055a080a(pth=879029e0), Proc-Id=05510
  2.  
  3. 0f2(pprc=862a99b0) 'browser.exe', VM-active=055100f2(pprc=862a99b0) 'browser.exe'
  4.  
  5. PC=41dc9094(qtwebkit4.dll+0x00389094) RA=41dc97bc(qtwebkit4.dll+0x003897bc) SP=0
  6.  
  7. 01fb388, BVA=00000000
  8.  
  9. Exception 'Raised Exception' (-1): Thread-Id=055a080a(pth=879029e0), Proc-Id=004
  10.  
  11. 00002(pprc=8240a30c) 'NK.EXE', VM-active=055100f2(pprc=862a99b0) 'browser.exe'
  12.  
  13. PC=c003fdd0(k.coredll.dll+0x0001fdd0) RA=80113b8c(kernel.dll+0x00005b8c) SP=de8c
  14.  
  15. f3f8, BVA=ffffffff
  16.  
  17. CTLPNL: cmdline=cplmain.cpl,6
  18.  
  19. --->>>CTLPNL: CPL='cplmain.cpl' icon=6 tab=0
  20.  
  21. QWaitCondition: Destroyed while threads are still waiting
To copy to clipboard, switch view to plain text mode 

can you help me?

Thanks