• 1
  • 98
  • 99
  • 100(current)
  • 101
  • 102
  • 218
v17 LibreELEC Testbuilds for RaspberryPi (Kodi 17.0)
I noticed a rare but very annoying bug. This usually happens when watching a HD DVB-S channel for a prolonged period of time (12+ hours).
The video and audio just freeze and the RPi is useable for a while, then in will completely lock up and reboot.

I'm not sure if this debug log would be useful, I enabled it after the stall occured (18:46:59) but before the RPi completely froze.

http://sprunge.us/FiZh
(2016-07-24, 18:12)smp1 Wrote: I noticed a rare but very annoying bug. This usually happens when watching a HD DVB-S channel for a prolonged period of time (12+ hours).
The video and audio just freeze and the RPi is useable for a while, then in will completely lock up and reboot.

I'm not sure if this debug log would be useful, I enabled it after the stall occured (18:46:59) but before the RPi completely froze.

http://sprunge.us/FiZh

Does it really reboot (whole device restarts) or does Kodi crash (and restart)? Can you see if you have a crash log (see first post, note #4) which you should normally have when Kodi restarts.

This doesn't look good:
Code:
06:45:18 20617.371094 T:1961574400   ERROR: SQL: [MyVideos107.db] SQL error or missing database
                                            Query: INSERT INTO settings (idFile,Deinterlace,ViewMode,ZoomAmount,PixelRatio, VerticalShift, AudioStream,SubtitleStream,SubtitleDelay,SubtitlesOn,Brightness,Contrast,Gamma,VolumeAmplification,AudioDelay,OutputToAllSpeakers,ResumeTime,Sharpness,NoiseReduction,NonLinStretch,PostProcess,ScalingMethod,StereoMode,StereoInvert,VideoStream) VALUES (454,1,0,1.000000,1.000000,0.000000,-1,-1,0.000000,1,50.000000,50.000000,20.000000,0.000000,0.000000,0,0,0.000000,0.000000,0,0,1,0,0,-1,2122604092)
06:45:18 20617.371094 T:1961574400   ERROR: SetVideoSettings (smb://SMP-PC/MEDIA2/That.80s.Show.S01.480p.WEB-DL.AAC2.0.H.264-NOGRP/That.80s.Show.S01E06.Hulu.Rip.480p-TheMCP.mp4) failed

Looks like we're trying to pass 26 values to a query with only 25 columns...

Edit: The SQL error is in a deinterlace patch and will be fixed soon, maybe even for tonight's build. Could possibly be the cause of a restart... crashlog would confirm.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2016-07-24, 22:21)Milhouse Wrote: Does it really reboot (whole device restarts) or does Kodi crash (and restart)? Can you see if you have a crash log (see first post, note #4) which you should normally have when Kodi restarts.
It's Kodi crash and restart, sorry I wasn't clear on that.
This issue was also there in build 0625 (I used that build for a few days). It crashed 2 or 3 times when I left Kodi tuned to a HD channel overnight. I thought it was fixed in later builds but it crashed today with build 0723.
(2016-07-24, 22:55)smp1 Wrote: It's Kodi crash and restart, sorry I wasn't clear on that.
This issue was also there in build 0625 (I used that build for a few days). It crashed 2 or 3 times when I left Kodi tuned to a HD channel overnight. I thought it was fixed in later builds but it crashed today with build 0723.

No clue without the crashlog.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
New LibreELEC.tv Krypton build #0724: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.7.0-rc7 #1 Sun Jul 24 22:32:43 BST 2016 armv6l GNU/Linux

# vcgencmd version
Jul 22 2016 20:29:36
Copyright (c) 2012 Broadcom
version 4b80f6dd44e815b5038c0c39802ebfb5db2ed36c (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20160724223032-#0724-geb89f33 [Build #0724]

# vcdbg log msg 2>&1 | grep DTOK
002391.638: Kernel trailer DTOK property says yes

# Kernel device tree status: Enabled

Based on tip of LibreELEC.tv master (eb89f333, changelog) and tip of XBMC master (bbb264da, changelog) with the following modifications:
  • Includes newclock5 patches
  • Excludes the LibreELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.7.y
  • Includes latest bcm2835-driver master (b8ef00fa, ahead +9)
  • Includes latest kodi-platform master (c8188d82)
  • Includes latest libcec master (6d68d212)
  • Includes latest libnfs master (fac3a954, ahead +34)
  • Includes latest p8-platform master (041a8c6c, ahead +1)
  • Includes latest addons: inputstream.mpd (51271e1a, +23), inputstream.rtmp (7bf2298e), inputstream.smoothstream (99e77711, +4), peripheral.joystick (6090a90e, +1), pvr.argustv (e536f32e), pvr.demo (01c68c88), pvr.dvblink (20e1ccb4, +2), pvr.dvbviewer (7a7ead36, +1), pvr.filmon (efd379b8), pvr.hdhomerun (a71e816d), pvr.hts (66dcb89f, +2), pvr.iptvsimple (21e91a5f, +1), pvr.mediaportal.tvserver (72452b9d, +2), pvr.mythtv (a9ea5816, +6), pvr.nextpvr (32b3c2ff, +2), pvr.njoy (b5d65655), pvr.pctv (12d8baf1), pvr.stalker (b6cb9b87, +9), pvr.vbox (f38f82f0, +2), pvr.vdr.vnsi (8515b4bf, +6), pvr.vuplus (4f2ad621, +2), pvr.wmc (979c37db, +2)
  • Include [env] e7cbe9cb: xf86-video-intel: Explicitely disable TearFree and TripleBuffer
  • Include [env] ed774729: Intel: Implement Passthrough-Range
  • Include [env] 98c65e6a: Kodi: Use Limited Range by default
  • Include [env] patch: Add kodi binary addons (pvr, adsp, other)
  • Include [env] patch: Don't build ADSP addons
  • Include [env] patch: Bump included addon versions to prevent online updates
  • Include [env] patch: Install libbrcmEGL/libbrcmGLESv2 shared libraries, with sym links for backward compatability
  • Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.*, os.* and peripheral.*
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: ffmpeg: bump 3.1.1
  • Include [env] PR:481: linux: Update to 4.7 (WIP)
  • Include [env] PR:526: Cpu temperature readings for devices with aml_thermal interface
  • Include [env] PR:535: init: Add upgrade check to avoid incompatible upgrades [RFC,WIP]
  • Include [env] PR:555: Package updates
  • Revert [env] 46b9b7b3: rtmpdump (Reason: use newclock5 bump)
  • Include [pkg] patch: #TMP: Fix deinterlace SQL statement
  • Include [pkg] patch: drm/i915: Extend Fake HDMI live status to Valley View (linux)
  • Include [pkg] patch: [skin.estuary] Hide watched items on home (kodi-theme-Estuary)
  • Include [pkg] PR:171: fix seeklabel (kodi-theme-Estuary)
  • Include [pkg] PR:172: add player process and pvr signal info (kodi-theme-Estuary)
  • Include [pkg] PR:8645: [video] Add season/TV show artwork to episodes/seasons even if they have their own fanart.
  • Include [pkg] PR:8824: videodb: fix smart playlists not honoring "Show empty TV shows" setting.
  • Include [pkg] PR:8922: [guiinfo] extend ranges for listitem properties
  • Include [pkg] PR:9803: [PeripheralCecAdapter] fix playback stopping on screensaver deactivated
  • Include [pkg] PR:10141: set tvshow thumb on *all seasons node
  • Include [pkg] PR:10157: [WIP] Double the backslash in mysql in case we're in 'LIKE'
  • Include [pkg] PR:10166: Readd Player process info and PVR info dialog
Build Highlights:
  1. AE: add atempo filter (newclock5, from PR10164)
  2. PlayerProcessInfo dialog. This is accessed by the "o" key on a keyboard, "<title>" button on a remote.

    Add the following entries to your keymap if you require a custom/alternative mapping (replace "<button>" and "</button>" with your own button name, ie. "<record>" and "</record>" etc.)
    Code:
    <keymap>
      <FullscreenVideo>
        <remote>
          <button>PlayerProcessInfo</button>
        </remote>
      </FullscreenVideo>

      <PlayerProcessInfo>
        <remote>
          <button>PlayerProcessInfo</button>
        </remote>
      </PlayerProcessInfo>
    </keymap>
  3. Fix SQL deinterlace query
  4. Fix seeklabel (see comment)
Build Details:
  1. LibreELEC.tv:
    • Regain SPDIF passthrough on imx hardware with "old" kernel (PR:558, 2 commits, 1 file changed)
  2. XBMC:
    • [cmake/linux] Move WiiRemote target to ExtraTargets.cmake (PR:10159, 1 commit, 2 files changed)
    • [PeripheralCecAdapter] fix broken standby after … (PR:10139, 1 commit, 1 file changed)
    • Move win32 files to their own platform folder (PR:10124, 1 commit, 66 files changed)
    • AESinkAudiotrack: Do not average over 4 seconds but 200 ms (PR:10161, 1 commit, 1 file changed)
  3. newclock5:
    • New commits in this build:
      • AE: change usage of swr_set_compensation (1267f20f)
      • AE: refactor resample buffers (0d0a6bb8)
      • AE: add ffmpeg atempo filter (9f8880dc)
      • VideoPlayer: improve rr related to clockspeed (19751dee)
      • squash atempo (d337b728)
      • squash: log atempo (7c53c790)
      • squash atempo (3e15691b)
      • mmalrender: Disable deinterlace when no interlaced frames seen (2781aa6d)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] patch: #TMP: Fix deinterlace SQL statement
    • Added: [pkg] PR:171: fix seeklabel (kodi-theme-Estuary)
    • Added: [pkg] PR:172: add player process and pvr signal info (kodi-theme-Estuary)
    • Added: [pkg] PR:10166: Readd Player process info and PVR info dialog
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
http://sprunge.us/XWiH

Watching live TV, watching recorded TV and then watching live TV again results in the crashlog above. I restarted and retried several times with the same results. My TV is MPEG2 1080i and I have deinterlacing set to advanced.
(2016-07-24, 23:25)Milhouse Wrote:
(2016-07-24, 22:55)smp1 Wrote: It's Kodi crash and restart, sorry I wasn't clear on that.
This issue was also there in build 0625 (I used that build for a few days). It crashed 2 or 3 times when I left Kodi tuned to a HD channel overnight. I thought it was fixed in later builds but it crashed today with build 0723.

No clue without the crashlog.
Crashlog from build 0717: http://sprunge.us/IONa

It already crashed twice with build 0724. Crashlog: http://sprunge.us/bBZH
0724 is very unstable
Trying to watch live TV with usb dvb-t kodi crash and restarts with build #0724 Rpi3.
kodi crashlog http://sprunge.us/dWbO
(2016-07-18, 20:41)Milhouse Wrote:
(2016-07-18, 18:35)alturismo Wrote: Hi, actually i started with these builds here around 10th July, and all of them are like that here.

Thats why i asked if thats the current state in case anyone else using a BT Receiver for remote ...

If nobody responds then my advice would be to test with LibreELEC 7.0.2 official build - if this has the same issue then start a bug thread on the LibreELEC forum. If however the official release is working OK, then work through these test builds until you identify the last build with working BT PS3 standby.

(2016-07-18, 18:35)alturismo Wrote: any logs useful ?

Unlikely, I suspect, but maybe someone more familiar with BT will be able to suggest something.

started with an fresh install like advised and its just like that ... so i ll report a bug in libre elec forum.
(2016-07-25, 09:16)dias0 Wrote: Trying to watch live TV with usb dvb-t kodi crash and restarts with build #0724 Rpi3.
kodi crashlog http://sprunge.us/dWbO

Looks like your crash is the same as mine, in libavfilter
0724 has fixed the stuttering issue of non-interlaced live tv channels when coming from an interlaced channel for me.
Anyone experiencing crashes, if you are able to test debug-enabled build #0724x then it will produce a more detailed crashlog which might help solve the issue more quickly.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
I suspect th avfilter crash is related to the atempo PR, but currently the backtrace doesn't have much in it (the debug build may prove more illuminating).
There is a new alignment related commit on the PR that wasn't in last night's build. Could help, but hard to be sure.
Live tv still crashes with #0724x.
#0724x crashlog with debug enabled http://sprunge.us/SVVQ
(2016-07-25, 18:50)dias0 Wrote: Live tv still crashes with #0724x.
#0724x crashlog with debug enabled http://sprunge.us/SVVQ

Thanks - that does make it clear the problem is with atempo PR.
I've reported to fernetmenta and will drop from this build until there is an update.
  • 1
  • 98
  • 99
  • 100(current)
  • 101
  • 102
  • 218

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 17.0)19