-
现在的已经无法重现了
当时是 bbs.pku.edu.cn 中的邮箱有信, 每次尝试打开信箱时就会崩溃。我已经用其他客户端看完信了,所以无法再现这个错误。.
2009-10-05 02:43:08 UTC in QTerm
-
qterm crash when visit bbs.pku.edu.cn
(gdb) bt
#0 0x00007ffff565d105 in raise () from /lib/libc.so.6
#1 0x00007ffff565e623 in abort () from /lib/libc.so.6
#2 0x00007ffff79fd6e5 in qt_message_output(QtMsgType, char const*) () from /usr/lib/libQtCore.so.4
#3 0x00007ffff79fd82b in qFatal(char const*, ...) () from /usr/lib/libQtCore.so.4
#4 0x00000000004df634 in QTerm::TermString::mid(int,
2009-10-02 12:38:12 UTC in QTerm
-
when I parse http://www.amazon.cn/dp/raitdsa038 , a DOMException throwed.[2]. the test code in [1]
[1]
@Test
public void testTicket479() throws IOException, SAXException {
URL url = new URL("http://www.amazon.cn/dp/raitdsa038");
InputStream inputStream = url.openStream();
DOMFragmentParser parser = new DOMFragmentParser();
HTMLDocument document = new HTMLDocumentImpl();...
2009-07-29 04:04:34 UTC in CyberNeko HTML Parser
-
html url: http://www.amazon.cn/%E9%98%BF%E8%80%B3%E8%8C%A8%E6%B5%B7%E9%BB%98-Alzheimer-%E7%97%B4%E5%91%86%E5%8F%91%E7%97%85%E6%9C%BA%E7%90%86-%E6%9D%8E%E6%96%87%E5%BD%AC/dp/B0011AOAD6
a copy of the html in attachment.
near the line 361, there is a following html code: '阿耳茨海默痴呆发病机理(ABC学说)foobar...', the firefox explain this as...
2009-07-03 03:11:17 UTC in CyberNeko HTML Parser
-
Hello,
"add_subdirectory(scripts)" is exist in src/CMakeLists.txt, but there is no src/scripts/CMakeLists.txt in the tarball.
thanks.
2009-06-07 23:36:12 UTC in QTerm
-
toBean does not recognize write method when write method's return value is not void.
for example, the following testcase[1], there are two class B and A, B's setter does not return void, and toBean does not work for it.
please support this, thanks.
the output of the testcase:
May 27, 2009 4:53:34 PM net.sf.json.JSONObject toBean
WARNING: Property 'a' of class...
2009-05-27 08:57:24 UTC in Json-lib