Re: [android-porting] Segmentation fault while testing Opencore Unit Test Apps

2010-10-19 Thread Deva R
probably its an abort due to null pointer access., logcat trace will have I/DEBUG crash report, with PC, LR,etc. get it and check whats issue with addr2line tool more info http://omappedia.org/wiki/Android_Debugging#Debugging_segmentation_fault -- Regards, Deva www.bittoggler.com On Mon, Oct 1

[android-porting] Segmentation fault while testing Opencore Unit Test Apps

2010-10-18 Thread journeyer
Hello List! I'd like to ask for help for trouble-shooting my problem __; I am now trying to test Opencore with it's Unit Test Apps. Among hundreds of those tests, I use simple play-pause-stop test. What I actually need to test is the 'PVPlayerTrackSelectionInterface'. So I added some additional cod