zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #00980
[Bug 578908] Re: [firefox-xpcom] causes firefox to crash when http://cntv.cn opening
With this small change everything is working fine
=== modified file 'firefox-libzg/extension/components/ZeitgeistModule.cpp'
--- firefox-libzg/extension/components/ZeitgeistModule.cpp 2010-05-11 15:51:49 +0000
+++ firefox-libzg/extension/components/ZeitgeistModule.cpp 2010-05-11 18:06:21 +0000
@@ -39,7 +39,8 @@
ZEITGEIST_NFO_REMOTE_DATA_OBJECT,
"text/html",
url,
- title,
+ //title,
+ "中国网络电视台",
"net"),
NULL);
I think someone with deeper understanding of encoding in C must decide
whether this is a bug in the component or maybe even a bug in
libzeitgeist.
--
[firefox-xpcom] causes firefox to crash when http://cntv.cn opening
https://bugs.launchpad.net/bugs/578908
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
Status in Zeitgeist Data-Sources: New
Bug description:
running this command in firefox-xpcom/ stop running firefox reproducible:
make && make install && firefox http://cntv.cn
but there does not seem to be a segfault etc.
References