tensorflow-on-raspberry-pi icon indicating copy to clipboard operation
tensorflow-on-raspberry-pi copied to clipboard

Program received signal SIGABRT, Aborted. - pure virtual method called

Open Esiravegna opened this issue 7 years ago • 2 comments

Describe the Issue

When installed the 1.2 python 3.4 whl on debian Wheezy, I got this error:

>>> tf.Session()                                                      
[New Thread 0x74de8450 (LWP 31328)]                                   
pure virtual method called                                            
terminate called without an active exception                          
                                                                      
Program received signal SIGABRT, Aborted.                             
[Switching to Thread 0x74de8450 (LWP 31328)]                          
0x76df78e6 in ?? () from /lib/arm-linux-gnueabihf/libc.so.6           

when running a tf.Session()

Steps to Reproduce

Just install the 1.2 tf whl in wheezy, import it and run it

Hardware/Software Info

Raspberry Pi 3, OSMC OS (Wheezy based, libc6 2.19, gcc 4.8.4)

Please provide the following information about your Raspberry Pi setup:

  • Raspberry Pi model: 3
  • Operating System used: Raspbian Wheezy based OSMC October 2017
  • Version of Python used: 3.4
  • SD card memory size: 8 gn
  • Size of USB/other device used as swap (if building from source): Nope
  • TensorFlow git commit hash (if building from source): Nope

Thanks a lot!

Relevant Console Output/Logs

Program received signal SIGILL, Illegal instruction.                                  
[Thread 0x75de8450 (LWP 31289) exited]                                                
[Thread 0x74de8450 (LWP 31291) exited]                                                
[Thread 0x755e8450 (LWP 31290) exited]                                                
>>> tf.Session()                                                                      
[New Thread 0x74de8450 (LWP 31328)]                                                   
pure virtual method called                                                            
terminate called without an active exception                                          
                                                                                      
Program received signal SIGABRT, Aborted.                                             
[Switching to Thread 0x74de8450 (LWP 31328)]                                          
0x76df78e6 in ?? () from /lib/arm-linux-gnueabihf/libc.so.6                           
(gdb)                                                                                 
(gdb) q                                                                               

Esiravegna avatar Dec 12 '17 02:12 Esiravegna

I have similar issue. Anyone find solution?

pooyadav avatar Feb 22 '18 15:02 pooyadav

Move to berryconda and be happy.

Esiravegna avatar Feb 22 '18 15:02 Esiravegna