After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 329838 - beagled crashes few moments after startup
beagled crashes few moments after startup
Status: RESOLVED DUPLICATE of bug 329286
Product: beagle
Classification: Other
Component: General
0.2.0
Other All
: Normal critical
: ---
Assigned To: Beagle Bugs
Beagle Bugs
Depends on:
Blocks:
 
 
Reported: 2006-02-03 22:19 UTC by alejandro vera
Modified: 2006-02-07 18:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description alejandro vera 2006-02-03 22:19:21 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:
Comment 1 Joe Shaw 2006-02-06 17:43:23 UTC
evolution-data-server 1.5.x?

*** This bug has been marked as a duplicate of 329286 ***
Comment 2 alejandro vera 2006-02-06 22:11:49 UTC
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???
Comment 3 Joe Shaw 2006-02-07 16:29:45 UTC
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?
Comment 4 alejandro vera 2006-02-07 18:51:26 UTC
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..