Symcon startet nicht mehr, nach Ersteinrichtung

Hallo,

Habe folgendes Problem auf einem Raspberry Pi.

Installation und Einrichtung klappt wunderbar. Nachdem man dann den IP Symcon Dienst beendet und wieder starten will, wird Symcon nicht mehr gestartet. "IP-Symcon started with PID " ohne Prozess Nummer:

Reading symbols from /usr/bin/symcon...done.
(gdb) run
Starting program: /usr/bin/symcon 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".

Program received signal SIGILL, Illegal instruction.
0xb6e3b600 in ?? () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
(gdb) bt
#0  0xb6e3b600 in ?? () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
Cannot access memory at address 0x0
#1  0xb6e37fe4 in OPENSSL_cpuid_setup () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
#2  0xb6fe8254 in ?? () from /lib/ld-linux-armhf.so.3
#3  0xbefff996 in ?? ()
#4  0xbefff996 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) 

Das normale Log steigt hier aus:

12:30:08 | 00000 | MESSAGE | LinkManager | Creating…
12:30:08 | 00000 | MESSAGE | ModuleLoader | Creating…
12:30:08 | 00000 | MESSAGE | FlowHandler | Creating…
12:30:08 | 00000 | MESSAGE | ProfilePool | Creating…
12:30:08 | 00000 | MESSAGE | ScriptEngine | Creating…
12:30:08 | 00000 | MESSAGE | TimerPool | Creating…
12:30:08 | 00000 | MESSAGE | DataServer | Creating…
12:30:08 | 00000 | MESSAGE | DiscoveryServer | Creating…
12:30:08 | 00000 | MESSAGE | DebugServer | Creating…
12:30:08 | 00000 | MESSAGE | Settings | Loaded 0 profiles…

Jemand eine Idee?

Viele Grüße!

Magst du die settings uns mal zusenden an office@symcon.de?

Beim Debug Trace hast du leider vergessen c + Enter zu drücken, um an den OpenSSL SIGILLs vorbei zu kommen :slight_smile:

paresy

Hallo Parsey,

Danke für den Hinweis. Anscheinend beim Ausführen eines Skriptes mit Sonderzeichen hat es wohl die settings.json zerschossen. Habe dieses eine Skript nicht ausgeführt, und meine Arbeiten manuell erledigt.

Danke!

Hast du das Skript zufällig da? Ich würde den Fehler ja gerne beheben :slight_smile:

paresy