[webkit-dev] error in cssyyparse
leslie lige
leslie.lg at hotmail.com
Wed Dec 3 00:25:19 PST 2008
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20081203/6dbbc83f/attachment.html>
More information about the webkit-dev
mailing list