Author

Topic: 0.96.5 Illegal Instruction (Read 181 times)

newbie
Activity: 16
Merit: 1
May 18, 2019, 03:45:45 AM
#5
The issue seems to be gtk, not armory per se. You could try building Armory from source, but I doubt it will help.

I built from source and it's running fine.
newbie
Activity: 16
Merit: 1
May 17, 2019, 10:37:39 PM
#4
what hardware are you using?

x86_64
12 Intel i7s
legendary
Activity: 3766
Merit: 1364
Armory Developer
May 17, 2019, 10:24:08 AM
#3
The issue seems to be gtk, not armory per se. You could try building Armory from source, but I doubt it will help.
legendary
Activity: 3430
Merit: 3080
May 17, 2019, 08:46:37 AM
#2
what hardware are you using?
newbie
Activity: 16
Merit: 1
May 17, 2019, 08:04:16 AM
#1
I've been running 0.96.3-beta from source for quite a while now but today I figured I'd finally upgrade. Installed 0.96.5 from the .deb (I run Ubuntu 18.04.2 64-bit, gcc 7.4, so I used the gcc 7.2 version). It crashes immediately on launch:

Code:
$ armory
Gtk-Message: 09:00:37.136: Failed to load module "canberra-gtk-module"
/home/lordbah
Illegal instruction (core dumped)

The Gtk-Message was present with the previous release also. If there is a core file, I haven't been able to find it.

No files in ~/.armory are updated.

/var/log/syslog has this:

Code:
May 17 08:55:43 localhost kernel: [915885.035030] traps: python2[22150] trap invalid opcode ip:7fbb68052ee0 sp:7ffeec2cd050 error:0 in _CppBlockUtils.so[7fbb67b68000+6f2000]

My default python is 2.7, so I tried python3 just in case but got a different error

Code:
$ python3 /usr/lib/armory/ArmoryQt.py
  File "/usr/lib/armory/ArmoryQt.py", line 4955
    print 'New Block: ', TheBDM.getTopBlockHeight()
                      ^
SyntaxError: invalid syntax

Any suggestions short of going back to running from source?
Jump to: