|
|
发表于 2005-5-1 17:16:50
|
显示全部楼层
刚刚下完5.1好的patch,打上以后运行不久就会死机:[root@redhat9 LumaQQ]# Exception in thread "main" org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NumberFormatException: For input string: " 4")
at org.eclipse.swt.SWT.error(SWT.java:2691)
at org.eclipse.swt.SWT.error(SWT.java:2616)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:109)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2572)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2301)
at edu.tsinghua.lumaqq.ui.MainShell.open(MainShell.java:529)
at edu.tsinghua.lumaqq.LumaQQ.main(LumaQQ.java:136)
*** Stack trace of contained exception ***
java.lang.NumberFormatException: For input string: " 4"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at edu.tsinghua.lumaqq.qq.Util.convertHexStringToByteNoSpace(Util.java:1142)
at edu.tsinghua.lumaqq.ui.tool.IMInParser.parseInMessage(IMInParser.java:125)
at edu.tsinghua.lumaqq.ui.ClusterCustomFaceReceiver.start(ClusterCustomFaceReceiver.java:150)
at edu.tsinghua.lumaqq.ui.ClusterCustomFaceReceiver.addClusterIM(ClusterCustomFaceReceiver.java:103)
at edu.tsinghua.lumaqq.ui.helper.MessageHelper.putClusterIM(MessageHelper.java:519)
at edu.tsinghua.lumaqq.ui.QQEventProcessor$10.run(QQEventProcessor.java:502)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2572)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2301)
at edu.tsinghua.lumaqq.ui.MainShell.open(MainShell.java:529)
at edu.tsinghua.lumaqq.LumaQQ.main(LumaQQ.java:136)
什么原因啊? |
|