home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
General Support
TVServerKodi causes a crash for TVservice
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="mm1352000" data-source="post: 1156322" data-attributes="member: 82144"><p>Pretty much, yes. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>TV Server registers to receive unhandled exceptions from any source within the process:</p><p><a href="https://github.com/MediaPortal/MediaPortal-1/blob/master/TvEngine3/TVLibrary/TvService/Service1.cs#L89" target="_blank">https://github.com/MediaPortal/MediaPortal-1/blob/master/TvEngine3/TVLibrary/TvService/Service1.cs#L89</a></p><p></p><p>The exception handler is here:</p><p><a href="https://github.com/MediaPortal/MediaPortal-1/blob/master/TvEngine3/TVLibrary/TvService/Service1.cs#L111" target="_blank">https://github.com/MediaPortal/MediaPortal-1/blob/master/TvEngine3/TVLibrary/TvService/Service1.cs#L111</a></p><p></p><p>You can see that the exception handler is the source of the log entries that you found... and actually it is also responsible for stopping the service (ie. the exception isn't directly killing). We choose to stop the service because in that context (global process exception handler) it is not possible to know/determine if it is safe/appropriate to continue running... or whether the exception is really critical.</p></blockquote><p></p>
[QUOTE="mm1352000, post: 1156322, member: 82144"] Pretty much, yes. :) TV Server registers to receive unhandled exceptions from any source within the process: [URL]https://github.com/MediaPortal/MediaPortal-1/blob/master/TvEngine3/TVLibrary/TvService/Service1.cs#L89[/URL] The exception handler is here: [URL]https://github.com/MediaPortal/MediaPortal-1/blob/master/TvEngine3/TVLibrary/TvService/Service1.cs#L111[/URL] You can see that the exception handler is the source of the log entries that you found... and actually it is also responsible for stopping the service (ie. the exception isn't directly killing). We choose to stop the service because in that context (global process exception handler) it is not possible to know/determine if it is safe/appropriate to continue running... or whether the exception is really critical. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
TVServerKodi causes a crash for TVservice
Contact us
RSS
Top
Bottom