open-discussion > Segmentation fault in menu
Showing 1-2 of 2 posts
Nov 29, 2016 06:11 AM | siqi liu - University of Sydney
Segmentation fault in menu
Recently updating our neuron tracing plugin. It's strange that my
newly compiled vaa3d fails silently with a segmentation fault when
any released plugin is evoked from the menu. However, if I added
the .so of the plugin to the quick access bar and click from there,
most plugins worked as expected.
The only thing notable was a plugin failed to be initiated at the startup of v3d as below.
PS: I am using the vaa3d compiled from the fast-forward master branch on Ubuntu16.04 & the building went well.
The only thing notable was a plugin failed to be initiated at the startup of v3d as below.
Searching in ./plugins ......
Fail instantiation( Cannot load library /home/siqi/v3dsrc/v3d_external/bin/plugins/neuron_tracing/LCM_boost/libLCM_boost.so: (libopencv_core.so.3.0: cannot open shared object file: No such file or directory) ): "/home/siqi/v3dsrc/v3d_external/bin/plugins/neuron_tracing/LCM_boost/libLCM_boost.so"
Searching ./plugins done.
Is it a known issue?Fail instantiation( Cannot load library /home/siqi/v3dsrc/v3d_external/bin/plugins/neuron_tracing/LCM_boost/libLCM_boost.so: (libopencv_core.so.3.0: cannot open shared object file: No such file or directory) ): "/home/siqi/v3dsrc/v3d_external/bin/plugins/neuron_tracing/LCM_boost/libLCM_boost.so"
Searching ./plugins done.
PS: I am using the vaa3d compiled from the fast-forward master branch on Ubuntu16.04 & the building went well.
Nov 29, 2016 11:11 AM | siqi liu - University of Sydney
RE: Segmentation fault in menu
Just note that I could not reproduce this issue myself on another
machine (my laptop also with Ubuntu16.04)... Both compiled with the
precompiled qt4.7.3. Confused about the possible cause. I may make
some prints myself to provide more information.