often execute python script -> xbmc crashes

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
fame Offline
Junior Member
Posts: 18
Joined: Jan 2010
Reputation: 0
Post: #1
Hi,

i'm using a python script to control the volume (have to do some alsa stuff).

While doing this I noticed that xbmc crashes if I execute a python script often in a short time (pressing a button on the remote fast).
The time xbmc needs to crash various. Sometimes it takes only 3 sec., sometimes it takes >10sec.

Here is the debug output:

http://nopaste.info/4dc0d32acd.html


What i see is that there is a a new python thread for each execution with "auto delete: 0". Maybe there are to mutch threads started?


Regards,
fame
find quote