konqueror crashes when openning webpage

[email protected] Thu, 2 Aug 2007 15:48:09 +0800
Newsgroups gmane.comp.kde.devel.konq-e
Message-ID <[email protected]>
Hi all,
 I have successfully cross-compiled konqueror-embedded-snapshot-20030705
and qt-2.3.7,My cross compiler version is 2.95.3. Now I can run it without
openning a webpage on uclinux.
./konqueror -qws --maximumized
if I open it with a webpage, it crashed:
./konqueror -qws --maximumized http://www.google.com

here is the error message
debug: KHTMLPart::init this=0x90386790 d=0x90391008
GPF: pid(61, <konqueror>) text_offset(0x38ce50) (USER pc=908b7e94
r0=91555c)
debug: creating slave for http://www.google.com
error sending: launcherCreateSlaveCmd: Broken pipe
SIGSEGV

It's issue about code as follow in launcher.cpp
if ( sendmsg( m_socket, &msg, 0 ) == -1 )
    {
        perror( "error sending launcherCreateSlaveCmd" );
        free( hdr );
        return 0;
    }
why sendmsg() failed?
I spent days on it, but it did't help me. but it's alright running on my
PC. Any suggestion?
Best Regards
---------------------------------------------------
Best Regards
Jack zhou
Mail:[email protected]
---------------------------------------------------