-
$ cat /tmp/install.log
[org.formic.Installer] Running Installer.
[ANT] [untar] Expanding: /tmp/formic_wSPgnJ/org.eclim.installer.tar.gz into /home/lidb/soft/eclipse/eclipse-3.5-amd64/plugins
[ANT] [formic:installer] /home/lidb/soft/eclipse/eclipse-3.5-amd64/plugins/org.eclim.installer_1.5.2/bin/install -command listFeatures
[ANT] [formic:installer]...
2009-11-24 06:12:39 UTC in eclim (eclipse + vim)
-
现在的已经无法重现了
当时是 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