GNOME Bugzilla – Bug 329838
beagled crashes few moments after startup
Last modified: 2006-02-07 18:51:26 UTC
Steps to reproduce: In my machine is very easy 1. start beagled 2. wait a few moments Stack trace: The stacktrace is 20050228T023022Z-8666-1000-1-40@notebooka has recurrences 20050228T023022Z-8666-1000-1-42@notebooka has recurrences 20050228T023022Z-8666-1000-1-43@notebooka has recurrences 20050228T023022Z-8666-1000-1-44@notebooka has recurrences 20050228T023022Z-8666-1000-1-47@notebooka has recurrences 20050228T023022Z-8666-1000-1-45@notebooka has recurrences 20051101T090000 is a recurrence instance Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object in <0x0002e> System.IO.StreamWriter:LowLevelWrite (System.String s) in <0x0001d> System.IO.StreamWriter:Write (System.String value) in <0x0000e> System.IO.TextWriter:WriteLine (System.String value) in <0x002f4> Beagle.Util.Log:WriteLine (LogLevel level, System.String format, System.Object[] args, System.Exception ex) in <0x00011> Beagle.Util.Log:Warn (System.String message, System.Object[] args) in <0x0000d> Beagle.Util.Logger:Warn (System.String message, System.Object[] args) in <0x000a4> Beagle.Util.ExceptionHandlingThread:ThreadStarted () in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void () ------------------------------------------------------------------------- My system is debian with this packages libmono0 1.1.13.2-1 mono-classlib-1.0 1.1.13.2-1 mono-common 1.1.13.2-1 mono-jit 1.1.13.2-1 libavahi-cil 0.6.4-2 libdbus-1-cil 0.60-5 libevolution-cil 0.10.2-3 libgalago-cil 0.3.2-4 libgconf2.0-cil 2.4.0-2 libglade2.0-cil 2.4.0-2 libglib2.0-cil 2.4.0-2 libgmime2.1-cil 2.1.19-1 libgnome2.0-cil 2.4.0-2 libgtk2.0-cil 2.4.0-2 Other information:
evolution-data-server 1.5.x? *** This bug has been marked as a duplicate of 329286 ***
No.. evolution data server 1.4.2.1 But i've remove beagle-evolution-backend (0.2.1) and now it works!!! Must I fill a bug to beagle-evolution-backend???
Can you try doing the Console.WriteLine trick I described in bug 329286 and let me know of the output? I am trying to track this down, but I can't duplicate it myself. Also, does this happen if you run in the foreground or background or both?
I'll do it as soon as i can.. i used the debian compiled package... i'll dowload the sources when i have time... But i think the problem is in evolution-back end becouse when i remove it, beagled worked..