Comment 8 for bug 486838

Revision history for this message
Alfredo Pironti (alfredo.pironti) wrote :

Hi,

I believe I identified the cause of the bug. It actually happens in stream_thread.cc, line 49, probably because a NULL channel is passed as argument. The stack-trace is (read it up-to-bottom)
devices_dialog.cc, line 96
application.cc, line 622

Also note that I have no channels for any device (I don't want to use device 0, so first I need to switch to device 1, then loading some channels). So the problem seems that you are assuming that some "previous" channel on the old device is always selected -- and you are using it on the new device. Also, you start the stream when a new device is selected, is this the real intended behavior?

Regards,
Alfredo