Kodi Community Forum

Full Version: libnfs crash after pause
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

today my problem with high cpu load when playing files over lbnfs was fixed.

But now i got anothe problem. After some time xbmc crashes und pauseing and unpauseing the videos played over libnfs.

LOG: http://pastebin.com/vYuu1r5x

Crash-Log: http://pastebin.com/vMgnxDKT
pvr build? most likly you are using a libnfs version which doesn't fit xbmc.
Oups, sorry i didn't mention that..

Yep it's PVR compiled from git.

after having crashed xbmc i also tried replaceing my self compiled libnfs 1.0 with your suggested version in the othe thread.

Here my exact version informations.
Code:
root@xbmc:/home/xbmc# dpkg -l |grep libnfs
ii  libnfs-dev                           1.0.0~git20110902.0804e67-0ubuntu0~ppa2~lucid1 NFS client library (development files)
ii  libnfs0                              1.0.0~git20110902.0804e67-0ubuntu0~ppa2~lucid1 NFS client library (shared library)
ii  libnfsidmap2                         0.25-1ubuntu2                                  NFS idmapping library
Merge these to patches to your tree:

https://github.com/xbmc/xbmc/commit/9347...51db.patch

and

https://github.com/Memphiz/xbmc/commit/2...48d2.patch

Then either compile libnfs from our lib/libnfs - or install libnfs 1.3



then ./bootstrap && ./configure && make -C xbmc/filesystem/ clean && make


I Think this is happening to me, after unpausing, i get a crash...

Crashlog = http://pastebin.com/mHP0XdAw
xbmc.old.log = http://pastebin.com/s1isSYpX

Didnt have it on Debug, because i didnt expect it to crash, i only paused for 2 seconds.

im using the nathan-renniewaldock-xbmc-nightly ppa, and had to apt-get install libnfs0 to get my media to play over NFS... is this whats causing my unpausing crashes? how can i fix, if i only use the above nightly ppa?

ta!
libnfs0 is the wrong version for alpha3 ... you need libnfs 1.3

The fact that it even loads libnfs0 tells me that the ppa maintainer didn't build xbmc against the correct version of libnfs. Ping him - i can't support these kind of 3rd party builds...