Re: NHD2 - Bug - Liste
Verfasst: So 10. Jan 2016, 09:47
@slizer: Schade, einen Versuchs war's wert.
Rund ums BPanther Neutrino Image
https://test2.mbremer.de/
Code: Alles auswählen
CFrontend::Close fe(0,1) STV090x Multistandard
initFrontend found 2 frontends
zapit: loadFrontendConfig
[video_cs.cpp]:cVideo
[video_cs.cpp]:SetVideoSystem - video_system=VIDEO_STD_1080P25
[audio_cs.cpp]:cAudio
dvb-ci.cpp:getInstance
dvb-ci.cpp:cDvbCi
Segmentation fault
[rcS] Neutrino ended <- return value: 139
ERROR Code: Alles auswählen
diff --git a/src/neutrino.cpp b/src/neutrino.cpp
index 3b1c3d2..7eba751 100644
--- a/src/neutrino.cpp
+++ b/src/neutrino.cpp
@@ -2454,6 +2454,11 @@ int CNeutrinoApp::run(int argc, char **argv)
current_volume = g_settings.current_volume;
+ // Cam-Ci
+#if defined (ENABLE_CI)
+ cDvbCi::getInstance()->SetHook(CISendMessage);
+#endif
+
// zapit
pthread_create(&zapit_thread, NULL, zapit_main_thread, (void *) &ZapStart_arg);
@@ -2720,11 +2725,6 @@ int CNeutrinoApp::run(int argc, char **argv)
// audio mute
AudioMute(current_muted, true);
- // Cam-Ci
-#if defined (ENABLE_CI)
- cDvbCi::getInstance()->SetHook(CISendMessage);
-#endif
-
// init webtv
webtv = new CWebTV();
Code: Alles auswählen
CFrontend::Close fe(0,1) STV090x Multistandard
initFrontend found 2 frontends
zapit: loadFrontendConfig
[video_cs.cpp]:cVideo
[video_cs.cpp]:SetVideoSystem - video_system=VIDEO_STD_1080P25
[audio_cs.cpp]:cAudio
[dvb-ci.cpp]:getInstance
[dvb-ci.cpp]:cDvbCi(2)
Bus error
[rcS] Neutrino ended <- return value: 135
ERROR
INIT: Switching to runlevel: 6
[rcS] Starting neutrino ->
INIT: Sending processes the TERM signal
Sending all processes the TERM signal...done.
Sending all processes the KILL signal...done.
Deactivating swap...umount: tmpfs busy - remounted read-only
swapoff: can't stat 'LABEL=SWAPPART': No such file or directory
done.
Unmounting local filesystems...umount: tmpfs busy - remounted read-only
done.
Rebooting... *