- Status Unconfirmed
- Percent Complete
- Task Type Bug Report
- Category Toolchain
- Assigned To No-one
- Operating System All
- Severity Medium
- Priority Very Low
- Reported Version openwrt-19.07
- Due in Version Undecided
-
Due Date
Undecided
- Private
FS#2957 - openwrt 19.07 x86_64 sdk toolchain segmentation fault issue
Hi guys:
I found that the toolchain of openwrt 19.07 has some issues on x86_64 platform.
For example:
1. I use this sdk to build openwrt-shadowsocks 2. Install the compiled ipk, run the command `ss-local`, will report a `segmentation fault` error.
This error only occurs on openwrt 19.07 x86_64 platform. 19.07 toolchain on other platforms does not have this error, and the 18.06 version of the toolchain on the x86_64 platform also has no such errors.
This is my build script: https://github.com/openwrt-dev/feeds/blob/master/build.sh
I've just tried ss-local from ss available in the package feeds on x86/64 snapshot and it doesnt segfault. That package is built with the SDK as well. I'm too lazy to check this on 19.07.2, sorry.
Hi Petr Štetiar:
Can you try this version? https://github.com/openwrt-dev/feeds/blob/f90533051dbc229362628ba56e3dd4d349ce1da4/base/shadowsocks-libev_3.3.4-1_x86_64.ipk that was build from sdk 19.07.2
UPDATE:
segmentation fault only when build with static link, my build commands: