This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Bus Error Dm6467

 

Hi,

 

I'm working with dm6467 board and dvsdk 1.4. My application works fine encoding audio and video from a external source and save encoded data in a hard disk file. Now i need broadcast this encoded through the network. For this, i'm using live555 software. With live555 i'm able to broadcast data saved in hard disk file and see then at VLC.

In order to substitute broadcast saved data and possible lowering an overhead, i created another thread wich merely receive audio and video data through buffers and send then by a linux pipe to live555 process. Apparently everything works fine (new thread creation, buffer creation and data exchange) but when the whole application is close to finish (more precise after the "cleanup" fase of the threads) i get an "Bus Error" message and just after a board reboot i can run again my app.

Anyone knows what could make this problem occur??

 

Regards,

 

Rafael Madeira