LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1557|回复: 20

嗯,试试07-21 00:00吧

[复制链接]
发表于 2005-7-20 23:55:13 | 显示全部楼层 |阅读模式
苦思冥想,终于找到了一个重要的bug,那些说经常莫名其妙退出的可以试试
发表于 2005-7-21 00:00:55 | 显示全部楼层
收到
立马去下载
回复 支持 反对

使用道具 举报

发表于 2005-7-21 00:09:36 | 显示全部楼层
不好意思
我一启动就挂了-_-#
awei@Awei:/home/LumaQQ $ ./lumaqq
awei@Awei:/home/LumaQQ $
Exception in thread "main" org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
        at org.eclipse.swt.SWT.error(SWT.java:2942)
        at org.eclipse.swt.SWT.error(SWT.java:2865)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2844)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2575)
        at edu.tsinghua.lumaqq.ui.MainShell.open(MainShell.java:399)
        at edu.tsinghua.lumaqq.LumaQQ.main(LumaQQ.java:138)
Caused by: java.lang.NullPointerException
        at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTreeViewer.java:315)
        at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTreeViewer.java:294)
        at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTreeViewer.java:297)
        at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTreeViewer.java:297)
        at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.refresh(QTreeViewer.java:233)
        at edu.tsinghua.lumaqq.ui.helper.BlindHelper.refreshGroup(BlindHelper.java:363)
        at edu.tsinghua.lumaqq.ui.QQEventProcessor$39.run(QQEventProcessor.java:1252)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
        ... 4 more
Exception in thread "Listener" org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
        at org.eclipse.swt.SWT.error(SWT.java:2942)
        at org.eclipse.swt.SWT.error(SWT.java:2865)
        at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:178)
        at org.eclipse.swt.widgets.Display.syncExec(Display.java:3366)
        at edu.tsinghua.lumaqq.ui.QQEventProcessor.processClusterGetInfoSuccess(QQEventProcessor.java:1221)
        at edu.tsinghua.lumaqq.ui.QQEventProcessor.qqEvent(QQEventProcessor.java:244)
        at edu.tsinghua.lumaqq.qq.QQClient.fireQQEvent(QQClient.java:1791)
        at edu.tsinghua.lumaqq.qq.BasicFamilyProcessor.processClusterGetInfoReply(BasicFamilyProcessor.java:1052)
        at edu.tsinghua.lumaqq.qq.BasicFamilyProcessor.processClusterCommandReply(BasicFamilyProcessor.java:549)
        at edu.tsinghua.lumaqq.qq.BasicFamilyProcessor.packetArrived(BasicFamilyProcessor.java:261)
        at edu.tsinghua.lumaqq.qq.ProcessorRouter.packetArrived(ProcessorRouter.java:60)
        at edu.tsinghua.lumaqq.qq.QQClient.firePacketArrivedEvent(QQClient.java:2374)
        at edu.tsinghua.lumaqq.qq.net.ListenerThread.run(ListenerThread.java:83)
Caused by: java.lang.NullPointerException
        at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTreeViewer.java:315)
        at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTreeViewer.java:294)
        at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTreeViewer.java:297)
        at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTreeViewer.java:297)
        at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.refresh(QTreeViewer.java:233)
        at edu.tsinghua.lumaqq.ui.helper.BlindHelper.refreshGroup(BlindHelper.java:363)
        at edu.tsinghua.lumaqq.ui.QQEventProcessor$39.run(QQEventProcessor.java:1252)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2844)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2575)
        at edu.tsinghua.lumaqq.ui.MainShell.open(MainShell.java:399)
        at edu.tsinghua.lumaqq.LumaQQ.main(LumaQQ.java:138)
回复 支持 反对

使用道具 举报

发表于 2005-7-21 00:13:32 | 显示全部楼层
呵呵跑这来了,我也下来试试.

下午跟个陌生人聊几下,退出了.
回复 支持 反对

使用道具 举报

发表于 2005-7-21 07:56:27 | 显示全部楼层
是不是又要删除~/.lumaqq目录?
刚刚删除目录后
可以启动了
没删除前一启动就挂

接着测试
回复 支持 反对

使用道具 举报

发表于 2005-7-21 13:53:47 | 显示全部楼层
还是挂了
而且cpu出现100%的占用
----
awei@Awei:~ $ Exception in thread "main" org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NumberFormatException: For input string: "")
        at org.eclipse.swt.SWT.error(SWT.java:2942)
        at org.eclipse.swt.SWT.error(SWT.java:2865)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2844)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2575)
        at edu.tsinghua.lumaqq.ui.MainShell.open(MainShell.java:399)
        at edu.tsinghua.lumaqq.LumaQQ.main(LumaQQ.java:138)
Caused by: java.lang.NumberFormatException: For input string: ""
        at java.lang.NumberFormatException.forInputString(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at edu.tsinghua.lumaqq.qq.Util.convertHexStringToByteNoSpace(Util.java:1075)
        at edu.tsinghua.lumaqq.ui.tool.IMInParser.parseInMessage(IMInParser.java:129)
        at edu.tsinghua.lumaqq.ui.ClusterCustomFaceReceiver.start(ClusterCustomFaceReceiver.java:146)
        at edu.tsinghua.lumaqq.ui.ClusterCustomFaceReceiver.addClusterIM(ClusterCustomFaceReceiver.java:99)
        at edu.tsinghua.lumaqq.ui.helper.MessageHelper.putClusterIM(MessageHelper.java:523)
        at edu.tsinghua.lumaqq.ui.QQEventProcessor$13.run(QQEventProcessor.java:595)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
        ... 4 more
awei@Awei:~ $
回复 支持 反对

使用道具 举报

发表于 2005-7-21 14:00:35 | 显示全部楼层
我这边正常ing……不过以前用的是with jre的版本(实在懒得装jre 1.5)
回复 支持 反对

使用道具 举报

发表于 2005-7-21 17:52:27 | 显示全部楼层
刚刚下载了带jre的
还是崩溃了
Exception in thread "main" org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
        at org.eclipse.swt.SWT.error(SWT.java:2942)
        at org.eclipse.swt.SWT.error(SWT.java:2865)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2844)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2575)
        at edu.tsinghua.lumaqq.ui.MainShell.open(MainShell.java:399)
        at edu.tsinghua.lumaqq.LumaQQ.main(LumaQQ.java:138)
Caused by: java.lang.NullPointerException
        at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTreeViewer.java:315)
        at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTreeViewer.java:294)
        at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTreeViewer.java:297)
        at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTreeViewer.java:297)
        at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.refresh(QTreeViewer.java:233)
        at edu.tsinghua.lumaqq.ui.helper.BlindHelper.refreshGroup(BlindHelper.java:363)
        at edu.tsinghua.lumaqq.ui.QQEventProcessor$39.run(QQEventProcessor.java:1252)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
        ... 4 more
Exception in thread "Listener" org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
        at org.eclipse.swt.SWT.error(SWT.java:2942)
        at org.eclipse.swt.SWT.error(SWT.java:2865)
        at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:178)
        at org.eclipse.swt.widgets.Display.syncExec(Display.java:3366)
        at edu.tsinghua.lumaqq.ui.QQEventProcessor.processClusterGetInfoSuccess(QQEventProcessor.java:1221)
        at edu.tsinghua.lumaqq.ui.QQEventProcessor.qqEvent(QQEventProcessor.java:244)
        at edu.tsinghua.lumaqq.qq.QQClient.fireQQEvent(QQClient.java:1791)
        at edu.tsinghua.lumaqq.qq.BasicFamilyProcessor.processClusterGetInfoReply(BasicFamilyProcessor.java:1052)
        at edu.tsinghua.lumaqq.qq.BasicFamilyProcessor.processClusterCommandReply(BasicFamilyProcessor.java:549)
        at edu.tsinghua.lumaqq.qq.BasicFamilyProcessor.packetArrived(BasicFamilyProcessor.java:261)
        at edu.tsinghua.lumaqq.qq.ProcessorRouter.packetArrived(ProcessorRouter.java:60)
        at edu.tsinghua.lumaqq.qq.QQClient.firePacketArrivedEvent(QQClient.java:2374)
        at edu.tsinghua.lumaqq.qq.net.ListenerThread.run(ListenerThread.java:83)
Caused by: java.lang.NullPointerException
        at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTreeViewer.java:315)
        at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTreeViewer.java:294)
        at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTreeViewer.java:297)
        at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.doUpdateChildren(QTreeViewer.java:297)
        at edu.tsinghua.lumaqq.widgets.qstyle.QTreeViewer.refresh(QTreeViewer.java:233)
        at edu.tsinghua.lumaqq.ui.helper.BlindHelper.refreshGroup(BlindHelper.java:363)
        at edu.tsinghua.lumaqq.ui.QQEventProcessor$39.run(QQEventProcessor.java:1252)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2844)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2575)
        at edu.tsinghua.lumaqq.ui.MainShell.open(MainShell.java:399)
        at edu.tsinghua.lumaqq.LumaQQ.main(LumaQQ.java:138)
回复 支持 反对

使用道具 举报

发表于 2005-7-21 19:22:45 | 显示全部楼层
最近使用lumaqq时登录非常慢,不知是怎么回事,有时还登录超时
回复 支持 反对

使用道具 举报

发表于 2005-7-21 21:49:30 | 显示全部楼层
这个bug太强了!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表