weex crash/core dumps under Ubuntu 18.04 LTS.

Bug #1811817 reported by Hans Deragon
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
weex (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Weex systematically crash under Ubuntu 18.04 LTS. I have no clue why.

$ weex website
Connect : ftp.somesite.com
Segmentation fault (core dumped)
$

Tags: bionic
Revision history for this message
Hans Deragon (deragon) wrote :
tags: added: bionic
Revision history for this message
Cay Horstmann (cay) wrote :

The following worked for me:

Download the source from Sourceforge: https://sourceforge.net/projects/weex/files/weex/

Copy config.guess into the build directory, for example from /usr/share/automake-1.15/config.guess.

Change line 36 of configure.in to

AC_CHECK_LIB([ssl],[SSL_connect],

and run

autoconf configure.in > configure
automake --add-missing
autoreconf -vf
./configure
make
sudo make install

Now there is a /usr/local/bin/weex that doesn't crash.

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in weex (Ubuntu):
status: New → Confirmed
Revision history for this message
Hungerburg (pch-myzel) wrote :

I did download the weex_2.8.3+b1_amd64.deb package from debian and extract the executable into /usr/local/bin/weex - that works too, including SSL - will that mean, ubuntu will get a working weex package some time automagically?

Revision history for this message
Carles Marimon (carlesmarvea) wrote :

This also happens in ubuntu 20.04 lts

If build from source without libssl-dev also happens
alter building the package with libssl-dev installed the app works great

Revision history for this message
Hans Deragon (deragon) wrote :

To avoid the problem, I moved to Unison (https://github.com/bcpierce00/unison), thus I cannot say if the problem has been fixed or not in more recent version of weex. Anybody has an update on this?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.