../bin/ice_ba: symbol lookup error: ../bin/ice_ba: undefined symbol: _ZN6google21kLogSiteUninitializedE
- Dominant language
- C++
- Stars
- 762
- Forks
- 235
- PR merge metrics
- No merged PRs in 30d
Description
Holle everyone, recently I met a trouble when I tried to run ICE-BA
`ginger@ginger-OptiPlex-9020:~/SLAM/ICE-BA/scripts$ ./run_ice_ba_mono.sh
mkdir: cannot create directory ‘/home/ginger/Dataset/MH_01_easy/result’: File exists
../bin/ice_ba --imgs_folder /home/ginger/Dataset/MH_01_easy/MH_01_easy --start_idx 0 --end_idx -1 --iba_param_path ../config/config_of_mono.txt --gba_camera_save_path /home/ginger/Dataset/MH_01_easy/result/MH_01_easy.txt
../bin/ice_ba: symbol lookup error: ../bin/ice_ba: undefined symbol: _ZN6google21kLogSiteUninitializedE
`
so,did someone meet the same error? how to solve it?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by running scripts/run_ice_ba_mono.sh and reproduce the undefined-symbol error from ../bin/ice_ba. Trace the runtime dependency or build configuration responsible for _ZN6google21kLogSiteUninitializedE; done means the script launches ICE-BA without the symbol lookup failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- computer-vision
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100