2015-08-14, 20:20
2015-08-14, 20:22
2015-08-14, 20:27
I will change and report back on sunday night or monday morning as I'm out of house tomorrow. Thanks so far!
2015-08-14, 20:59
(2015-08-14, 09:42)Milhouse Wrote:(2015-08-14, 08:50)Patrics83 Wrote: Sorry for the delay...
Here's the output: http://sprunge.us/TAaB
(build #0803)
Yes that confirms OOM, almost certainly due to the unbounded recursion consuming all memory (or maybe just heap).
Although this is obviously an issue, it could also be "by design" (albeit a design that doesn't work well/at all on low memory systems) in which case I'd suggest opening a trac ticket and hopefully a developer familiar with this area can decide if there's a better way of handling recursive slideshows that will work without using all available memory.
Thanks for the advice.
I have now opened a ticket, hopefully someone will be able to optimize the method.
2015-08-14, 21:37
(2015-08-14, 20:59)Patrics83 Wrote: Thanks for the advice.
I have now opened a ticket, hopefully someone will be able to optimize the method.
Your logs have an unwanted "/" at the end and so don't work.
2015-08-14, 21:43
Probably not the correct place, but I was after some help getting a custom openelec build to run.
I've got a patch that I want to test out for json-rpc to enable setting timers via this interface. It needs to sit on top of the pvr series recording, so I can't just add in the patch into the current build kodi patches directory as that is based on koi 15 rc1 and the par is in 16 head. Obviously Milhouse has figured this out (what patches are required and where to get them) so I was after some help/advice!
Thanks... and sorry if this is too far off-topic.
I've got a patch that I want to test out for json-rpc to enable setting timers via this interface. It needs to sit on top of the pvr series recording, so I can't just add in the patch into the current build kodi patches directory as that is based on koi 15 rc1 and the par is in 16 head. Obviously Milhouse has figured this out (what patches are required and where to get them) so I was after some help/advice!
Thanks... and sorry if this is too far off-topic.
2015-08-14, 22:16
(2015-08-14, 21:43)stevegal Wrote: Probably not the correct place, but I was after some help getting a custom openelec build to run.
I've got a patch that I want to test out for json-rpc to enable setting timers via this interface. It needs to sit on top of the pvr series recording, so I can't just add in the patch into the current build kodi patches directory as that is based on koi 15 rc1 and the par is in 16 head. Obviously Milhouse has figured this out (what patches are required and where to get them) so I was after some help/advice!
Thanks... and sorry if this is too far off-topic.
All my build scripts and information (including a couple of READMEs) is inside a tar that is included inside each build tar. Have a read, then ask if you have any questions (a separate thread would probably be best for any how-to-build questions).
2015-08-14, 22:55
(2015-08-14, 21:37)popcornmix Wrote:Whoops(2015-08-14, 20:59)Patrics83 Wrote: Thanks for the advice.
I have now opened a ticket, hopefully someone will be able to optimize the method.
Your logs have an unwanted "/" at the end and so don't work.
2015-08-14, 23:36
(2015-08-14, 15:46)keynet Wrote: I took the SD card out, resized the partitions and loaded your test build.
Here's the crashlog
That looks like a partially created crashlog, which is always a risk when Kodi is crashing repeatedly at startup... I'll try and fix that with a PR.
Would be good if you could upload an earlier (and hopefully complete) crashlog from #0813x.
2015-08-15, 01:04
My sample finally finished uploading. It is available at https://drive.google.com/file/d/0B8TU_Cp...sp=sharing
2015-08-15, 01:16
New OpenELEC Jarvis build #0814: RPi / RPi2
(Supercedes previous build)
Based on tip of OpenELEC master (cac5a18a, changelog) and tip of XBMC master (0ec9e53f, changelog) with the following modifications:
(Supercedes previous build)
Code:
# uname -a
Linux rpi512 4.1.4 #1 Fri Aug 14 23:09:44 BST 2015 armv6l GNU/Linux
# vcgencmd version
Aug 13 2015 17:49:56
Copyright (c) 2012 Broadcom
version 1a80d1a84ccd39da33b5d3895cd83b10c9ec09af (clean) (release)
# lsb_release
OpenELEC (Milhouse) - Version: devel-20150814230853-#0814-gcac5a18 [Build #0814]
# vcdbg log msg 2>&1 | grep DTOK
001575.506: Kernel trailer DTOK property says yes
# Kernel device tree status: Enabled
Based on tip of OpenELEC master (cac5a18a, changelog) and tip of XBMC master (0ec9e53f, changelog) with the following modifications:
- Includes newclock4 patches
- Excludes the OpenELEC fernetmenta patches due to conflicts with newclock4
- Excludes the OpenELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.1.y
- Default setting for "Show RSS Feed" changed to disabled (new installs only) [patch details]
- Disabled "Total Duration" in Confluence (see build #0221 for details)
- Includes latest dcadec master (2a9186e3, ahead +34)
- Includes latest kodi-platform master (15edaf78, ahead +2)
- Includes latest libcec master (e8506b3d, ahead +29)
- Includes latest libnfs master (cc69b9c1, ahead +29)
- Includes latest platform master (081032fd, ahead +3)
- Includes latest addons: adsp.basic (da6ee5dd), adsp.biquad.filters (b6a31a90), adsp.freesurround (4dd3202f), asplib (490de460), pvr.argustv (ea420dab, +23), pvr.demo (45a8d199, +14), pvr.dvblink (65f5f996, +16), pvr.dvbviewer (d1052eb5, +14), pvr.filmon (7801e242, +13), pvr.hts (be23b852, +44), pvr.iptvsimple (daf2bd51, +13), pvr.mediaportal.tvserver (77936036, +27), pvr.mythtv (d5cc9081, +60), pvr.nextpvr (927da9c3, +16), pvr.njoy (0ea9adf2, +13), pvr.pctv (9a6107da, +13), pvr.stalker (e7c55b69, +13), pvr.vbox (d6815373, +25), pvr.vdr.vnsi (63f3bac6, +13), pvr.vuplus (abe2b6ac, +15), pvr.wmc (5602a332, +15)
- Exclude kodi-100.10-handle-SIGTERM.patch: Use updated Kodi patch from stefansaraev repo
- Include b24d9e06: handle SIGTERM
- Include dd9ec795: Add crossguid package
- Include patch: Add crossguid dependency
- Include patch: Add ffmpeg dependency and includes for HEVC optimisations
- Include patch: Fix devinput 18b8ba44
- Include patch: Add experimental splash video
- Include patch: Enable pvr addons, disable PVR updates
- Include patch: Update with latest version of pull request
- Include PR:125: Fix for holding buttons on remotes of Philips TVs (libcec)
- Include PR:4228: ffmpeg: update to ffmpeg-2.7.1
- Include PR:4260: sshd: restart on failure. dont wait for network
- Include PR:4262: buildsys improvements
- Include PR:4266: [systemd] update to systemd-224
- Include PR:4276: Use a temporary filename when creating new crashlog
- Include PR:7462: added: hide thumbs for unwatched episodes option to show plot is off
- Include PR:7783: [binary addons] use TARGET_LINKER_FILE_NAME as library filename
- Include PR:7803: events: only log incompatible/broken add-ons that are installed
- Revert 25a51dad: Not yet ready for prime time
- Add hang fix when seeking (see link)
- XBMC:
- Announce exports (PR:7788, 3 commits, 4 files changed)
- [mysql] Fix formatting arg that leads to segfault (PR:7804, 1 commit, 1 file changed)
- [mysql] Fix formatting arg that leads to segfault #2 (PR:7806, 1 commit, 1 file changed)
- Bypass active AudioDSP-System (PR:7557, 1 commit, 6 files changed)
- filesystem: add xbt:// implementation and support loading image resources from XBT files (PR:7694, 7 commits, 35 files changed)
- [FontTTF] Fixed a blurry font which is happening sometimes in some cases. (PR:7784, 2 commits, 2 files changed)
- [Confluence] - fix WindowOpen animation for Eventlog (PR:7811, 1 commit, 1 file changed)
- Fix TexturePacker (PR:7810, 5 commits, 11 files changed)
- [Confluence] add menucontrol to eventlog window (066f0950)
- [Confluence] epggrid - remove onback, menu key can now be used to focus the sidemenu (7a7f7734)
- Announce exports (PR:7788, 3 commits, 4 files changed)
- newclock4:
- Additional commits/pull requests/changes not yet merged upstream:
2015-08-15, 04:17
0814 still freezes when seeking and advanced deinterlacing is enabled. Popcornmix, were you able to reproduce the freeze?
2015-08-15, 12:06
2015-08-15, 14:31
(2015-08-15, 04:17)zaphod24 Wrote: 0814 still freezes when seeking and advanced deinterlacing is enabled. Popcornmix, were you able to reproduce the freeze?
I have a fix. If you want to test it now then try:
https://dl.dropboxusercontent.com/u/3669...phod24.zip
Otherwise it should be in tonight's build.