Hi all,
I'm using Qt 4.4.0 webkit, and my webkit application always crashes while in
cssyyparse() function.
So I opened YYDEBUG to trace the program, and I can always get these infomation
no matter what html file I opened.
Starting parse
Entering state 0
Reading a token: Next token is token IDENT ()
Reducing stack by rule 17 (line 350):
-> $$ = nterm maybe_charset ()
Stack now 0
Entering state 11
Reducing stack by rule 14 (line 344):
-> $$ = nterm maybe_sgml ()
Stack now 0 11
Entering state 24
Next token is token IDENT ()
Reducing stack by rule 22 (line 369):
-> $$ = nterm import_list ()
......
......
Stack now 0 11 24 36 108 191 55
Entering state 137
Reading a token: Next token is token '{'()
Reducing stack by rule 87 (line 650):
$1 = nterm element_name ()
$2 = nterm maybe_space ()
after the last line output, the application crashes.
anybody get some idea of this problem? my platform is blackfin 561, with
uclinux running on it.
many thanks,
Leslie
_________________________________________________________________
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev