Solved: OpenVPN service causes Kodi to stop
|
26th Oct, 2015, 08:33 AM
Post: #10
|
|||
|
|||
RE: OpenVPN service causes Kodi to stop
I also updated and the issue persists for me.
With latest packages installed, I've ran a gdb session on the source, and got following result: Terminal Program received signal SIGSEGV, Segmentation fault. 0x008bf73c in CNetworkLinux::queryInterfaceList (this=this@entry=0x1c5ccb8) at NetworkLinux.cpp:431 431 NetworkLinux.cpp: No such file or directory. (gdb) bt #0 0x008bf73c in CNetworkLinux::queryInterfaceList (this=this@entry=0x1c5ccb8) at NetworkLinux.cpp:431 #1 0x008bfe76 in CNetworkLinux::CNetworkLinux (this=0x1c5ccb8) at NetworkLinux.cpp:322 #2 0x007c43e8 in CApplication::SetupNetwork (this=this@entry=0x1c1b170) at Application.cpp:440 #3 0x007c5940 in CApplication::Create (this=0x1c1b170) at Application.cpp:452 #4 0x008415c8 in XBMC_Run (renderGUI=<optimized out>) at xbmc.cpp:60 #5 0x002f8f3e in main (argc=1, argv=0x7efff754) at main.cpp:77 (gdb) info locals mask = <error reading variable: Cannot access memory at address 0xfffffff4> macAddrRaw = "8\225S\001\240\025" i = <optimized out> addr = <error reading variable: Cannot access memory at address 0xfffffff5> name = <error reading variable: Cannot access memory at address 0xfffffff4> iface = <optimized out> list = 0x1c5de70 change = <optimized out> lock = {<XbmcThreads::UniqueLock<CCriticalSection>> = {<XbmcThreads::NonCopyable> = {<No data fields>}, mutex = @0x1c5ccbc, owns = true}, <No data fields>} pos = warning: Unable to fetch general register. <unavailable> cur = warning: Unable to fetch general register. <unavailable> Unfortunatelly I could not match the right source from git (even, if I got the 15.2RC3 src). I suspect, the TUN interface is not digestable for the source, ifconfig brings this for tun0: Terminal root@xbian /usr/lib/debug # ifconfig tun0 tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:10.20.30.1 P-t-P:10.20.30.2 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) root@xbian /usr/lib/debug # |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
OpenVPN service causes Kodi to stop - snarf - 4th Oct, 2015, 03:59 PM
RE: OpenVPN service causes Kodi to stop - Kwekkel - 10th Oct, 2015, 04:55 AM
RE: OpenVPN service causes Kodi to stop - zomborig - 12th Oct, 2015, 06:20 PM
RE: OpenVPN service causes Kodi to stop - forcie - 17th Oct, 2015, 07:33 AM
RE: OpenVPN service causes Kodi to stop - snarf - 17th Oct, 2015, 11:57 AM
RE: OpenVPN service causes Kodi to stop - YoYoost - 20th Oct, 2015, 10:00 PM
RE: OpenVPN service causes Kodi to stop - snarf - 20th Oct, 2015, 11:04 PM
RE: OpenVPN service causes Kodi to stop - YoYoost - 20th Oct, 2015, 11:09 PM
RE: OpenVPN service causes Kodi to stop - snarf - 23rd Oct, 2015, 02:35 AM
RE: OpenVPN service causes Kodi to stop - zomborig - 26th Oct, 2015 08:33 AM
RE: OpenVPN service causes Kodi to stop - snarf - 17th Nov, 2015, 06:52 AM
|