OpenSSL SIGILL beim Debuggen

Hallo,

habe mit der 298 jetzt Abstürze von symcon, und gbd läuft nicht mehr…


root@raspberrypi:~# gdb /usr/bin/symcon
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabihf".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
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.
0x76e50608 in ?? () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
(gdb) bt
#0  0x76e50608 in ?? () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
Cannot access memory at address 0x0
#1  0x76e4d004 in OPENSSL_cpuid_setup () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
#2  0x76fe8254 in ?? () from /lib/ld-linux-armhf.so.3
#3  0x7efffeac in ?? ()
Cannot access memory at address 0x0
#4  0x7efffeac in ?? ()
Cannot access memory at address 0x0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) quit


beim letzten upgrade wurde noch :
openssh-client_1%3a6.0p1-4+deb7u3_armhf.deb
openssh-server_1%3a6.0p1-4+deb7u3_armhf.deb
libpng12-0_1.2.49-1+deb7u2_armhf.deb
neu installiert.

Das ist kein Fehler. Die SIGILL Anweisung von OpenSSL kommt am start immer. Einfach mit Continue drüber.

paresy

Danke paresy, läuft.

Mal sehen was jetzt passiert, und ob wieder ein hänger kommt.
Auf dem Odroid habe ich noch die 294 am laufen, die läuft rund.
Hatte gestern um 9:00 Uhr und heute Morgen um 1:00 Uhr den Absturz von IPS auf dem „Haus-IPS“.
(mit zwave, enocean und LCN)
Auf dem „Heizungs-Pi“ hatte ich noch keinen Abstuz mit der 298, da hängt aber nur 1wire und ein Relaisblock am GPIO.

Jetzt heist es abwarten, was passiert.

Es ist nichts passiert.:confused:
Nachdem es gestern Morgen nach einen Reboot keinen Absturz mehr gab, habe ich noch gestern Abend den Pi2 aus Raspbian Jessie Lite umgestellt, und werde das mal beobachten.