Hi!
I was using imageJ (Fiji distribution on ubuntu 10.04) quite a lot yesterday and ended up with a huge .xsessions-errors (which today is .xsessions-errors.old) file of 5.5 Gb !!! The file includes: java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at ij.Command.runPlugIn(Command.java:148) at ij.Command.runCommand(Command.java:97) at ij.Executer.run(Executer.java:64) at java.lang.Thread.run(Thread.java:662) Caused by: java.lang.RuntimeException: Macro canceled at ij.IJ.abort(IJ.java:1925) at ij.IJ.getImage(IJ.java:1415) at ij.plugin.NextImageOpener.run(NextImageOpener.java:37) at ij.IJ.runPlugIn(IJ.java:158) ... 7 more Window manager warning: Invalid WM_TRANSIENT_FOR window 0x50009cd specified for 0x50009d2 (Choose the). Window manager warning: Invalid WM_TRANSIENT_FOR window 0x50009cd specified for 0x50009d2 (Choose the). and then the last line is repeated dozens of time. Also, there is: java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at ij.Command.runPlugIn(Command.java:148) at ij.Command.runCommand(Command.java:97) at ij.Executer.run(Executer.java:61) at ij.IJ.run(IJ.java:251) at ij.IJ.run(IJ.java:229) at ij.macro.Functions.doRun(Functions.java:586) at ij.macro.Functions.doFunction(Functions.java:87) at ij.macro.Interpreter.doStatement(Interpreter.java:219) at ij.macro.Interpreter.doIf(Interpreter.java:923) at ij.macro.Interpreter.doStatement(Interpreter.java:231) at ij.macro.Interpreter.doBlock(Interpreter.java:553) at ij.macro.Interpreter.runMacro(Interpreter.java:132) at ij.macro.MacroRunner.run(MacroRunner.java:143) at java.lang.Thread.run(Thread.java:662) Caused by: java.lang.RuntimeException: Macro canceled at ij.Macro.abort(Macro.java:76) at ij.gui.GenericDialog.wasCanceled(GenericDialog.java:722) at ij.plugin.SimpleCommands.rename(SimpleCommands.java:78) at ij.plugin.SimpleCommands.run(SimpleCommands.java:23) at ij.IJ.runPlugIn(IJ.java:158) ... 17 more Window manager warning: Invalid WM_TRANSIENT_FOR window 0x5007ad5 specified for 0x5007ada (Choose the). and this line is repeated hundreds (thousands?) of times. Among other things, I was inspecting long stacks using animation. Is there any way to find out what was wrong and avoiding the creation of such huge file? Any other info I should copy fro the file to help out debugging? I'm keeping the file on a backup disk (I assume it will be deleted in the next start up of the computer). Thanks Agus -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Free forum by Nabble | Edit this page |