: observer.start causes an error

I am trying to run observerfrom iex, but I'm not sure why it is not working. A few days ago, he worked without problems. I regularly update my Ubuntu with the ability, so there may be a problem. Here is the error received from iex:

Erlang/OTP 20 [RELEASE CANDIDATE 2] [erts-9.0] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [hipe] [kernel-poll:false]

Interactive Elixir (1.4.4) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)> :observer.start

18:52:01.936 [error] WX Failed loading 'wxe_driver'@'/usr/lib/erlang/lib/wx-1.8.1/priv' 

{:error,
 {{:load_driver,
   'symbol _ZThn704_N17wxGenericListCtrl31GetSizeAvailableForScrollTargetERK6wxSize, version WXU_3.0 not defined in file libwx_gtk2u_core-3.0.so.0 with link time reference'},
  [{:wxe_server, :start, 1, [file: 'wxe_server.erl', line: 65]},
   {:wx, :new, 1, [file: 'wx.erl', line: 115]},
   {:observer_wx, :init, 1, [file: 'observer_wx.erl', line: 98]},
   {:wx_object, :init_it, 6, [file: 'wx_object.erl', line: 372]},
   {:proc_lib, :init_p_do_apply, 3, [file: 'proc_lib.erl', line: 247]}]}}

Any help?


Update:

There are strange things. I removed the Elixir packages with capabilities. Then I installed esl-erlang from the erlang solution repository (I think). Installed version - RC version !!! What for? Some dependencies have been installed with this package, for example libwxbase-3.0. In addition, I installed Elixir with no dependencies. But the observer is still not working.

There is an erlang-observer package, but it cannot be installed using esl-erlang.

Thanks in advance

+4
1

, . , Erlang Solutions 1.20-rc Erlang. 1.6.3 (1.6.3.6 ) :observer .

+1

Source: https://habr.com/ru/post/1678896/


All Articles