Re: [Banshee-List] gst# debug



hmm, thanks for reply...
I will wrap with try catch all my ctor in gst# backend to know if that come from my code...

Olivier Dufour


On Thu, Jun 9, 2011 at 8:47 AM, Christopher James Halse Rogers <raof ubuntu com> wrote:
On Thu, 2011-06-09 at 08:34 +0200, olivier dufour wrote:
> Hello,
>
>
> I have worked a lot on gst# and fixed some bug currently.
> I have one whith a message not really helpfull...:
>
>
> [1 Debug 08:27:14.189] Dap support extension loaded:
> Banshee.Dap.AppleDevice
> [1 Debug 08:27:14.202] Delayed Initializating Banshee.Daap.DaapService
> [1 Debug 08:27:14.205] Delayed Initializating
> Banshee.Podcasting.PodcastService
>
>
> Unhandled Exception: System.TypeLoadException: A type load exception
> has occurred.
>   at System.Threading.Thread.StartUnsafe () [0x00016]
> in /home/dufoli/build/mono-2.10.1/mcs/class/corlib/System.Threading/Thread.cs:684
> make: *** [run] Error 1

IIRC a TypeLoadException means that the type constructor failed
(presumably with an exception).  Since the type constructor is called
only the first time execution hits a type this would suggest that code
is first accessing the failing type in a function being executed on a
non-main thread.  This might narrow your search down a bit?

Failing anything else you could put the Banshee mainloop in a try {}
catch and print the stacktrace, inner-exception, and inner-exception
stacktrace to get a better look.


_______________________________________________
banshee-list mailing list
banshee-list gnome org
http://mail.gnome.org/mailman/listinfo/banshee-list  (unsubscribe here)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]