Some bugs.
#1
The channel list resets, while I'm scrolling the list of channels, it sometimes jump to the first page, definitely annoying ^_^.

I'm still experiencing random crashes while using live tv and starting the xbmc with gdb it seems it's not giving any useful information, as per the advice by Dushmaniac, I now try to start xbmc from the shell, using
Code:
gdb /usr/lib/xbmc/xbmc.bin
But it won't start xbmc at all, the output is:
Code:
$ gdb /usr/lib/xbmc/xbmc.bin
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/lib/xbmc/xbmc.bin...(no debugging symbols found)...done.
(gdb)

Why is it complaining about not finding the debugging symbols?

I'm basing all my tests on a ubuntu server 10.04 without gnome or any other desktop manager, is it better I use a newer ubuntu server?

Anyway, as a reference, I post here another crashlog, I was just seleting a channel while it was scraping: http://pastebin.com/v9FSRhPN
but as always in my setup, I think it's useless, ain't it?

With the newer update from ppas, it takes a long time to start the tvheadend pvr client, when xbmc exits the splash page and shows me the confluence skin, I have to wait 30 seconds to see the epg sync dialog on the upper right side of the screen start, in the meanwhile, if I try to access the live tv, it tells me that "no pvr client is started", is it ok?
Reply
#2
Re: not finding the debugging symbols, maybe its not a debug build (hasn't been compiled with the appropriate options) ?
Reply
#3
I'm starting to think so, I didn't built it by myself, just added the ppa for xbmc-pvr and installed xbmc-live package from there, this way I think I can't be useful, or not?

Thanks for the answer.
Reply
#4
I thought we had an xbmc-debug package with those symbols, but apparently not. Fetch the latest ppa release from github (opdenkamp/xbmc, pvr-ppa branch), build it and debug from there.

the "jumpy channel list" has been fixed in the development tree. will be included in the next build. the crash on update has been fixed too.

I'll publish a new build later this week.
opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
Reply
#5
Thanks for all the fixes!
I'll try to build from github! ^_^
Reply

Logout Mark Read Team Forum Stats Members Help
Some bugs.0