Andrei Yankovich
Andrei Yankovich
Not sure, but probably you have a deficient version of the boost libraries. ``` bash ==16820== Process terminating with default action of signal 4 (SIGILL): dumping core ==16820== Illegal opcode...
### I think issue on your deployment command. You are added to deploy all libs of your **usr/lib** dir. This Dir contains all libraries of your OS Distribution. But not...
@sonphambk please attach verbose deploy log to this issue. (from bitbucket pipeline)
@sonphambk I check your log, I see that you use the libDir option, please disable it, ``` bash Verbose log: Option[libDir]: /usr/local/lib,/opt/Qt/6.5.2/gcc_64/lib,/usr/lib/x86_64-linux-gnu,/usr/lib/ ``` Because cqtdeployer deploy unwanted libraries like :...
> @EndrII After removing libDir option, it still doesn't work I used gdb to debug and seem the error from Qt lib  What is **Pose Graph Editor** ? Looks...
@sonphambk sorry to delay answer, but your case looks as too complicated to fix it remotely. So I can help solve it personal for you, but this option available only...
Looks as your distribution have an incompatible between itself libraries. Please describe your distribution kit, your OS, your deployment log with **-verbose 3** and all your actions.
Add please full tree of your distribution kit and full verbose deploy log.
@SergeyDG29 I think conflict int the **libxcb** library. This is a low level system library, and have different segments between OS systems. Do not deploy system libraries int to your...
Just make **ldd** of your libqxcb.so ``` ldd plugins/paltforms/libqxcb.so ``` And found missing libraries. This library located in the plugins/paltforms. This bug looks as Qt bug. See the #779 issue