Hello I got a problem to make TeamViewer host work under our special Debian OS based on Jessie version (2015-05-24).
Installation works fine but when we want to start the deamon or launch setup we have a segmentation fault error :
16:31 root@SNOWsatVehicle.snowsat.com/root
[1025] > teamviewer deamon start
Init...
CheckCPU: SSE2 support: yes
Checking setup...
Launching TeamViewer ...
Starting network process (no daemon)
boost assertion failed: px != 0 in /mnt/dev/TVLib/TV12/include/boost/smart_ptr/shared_ptr.hpp:typename boost::detail::sp_member_access<T>::type boost::shared_ptr<T>::operator->() const [with T = tvhelper::RecurringTimer; typename boost::detail::sp_member_access<T>::type = tvhelper::RecurringTimer*], line 693
/opt/teamviewer/tv_bin/script/tvw_exec: line 40: 31410 Segmentation fault "$TV_BIN_DIR/teamviewerd" -n -f
Network process already started (or error)
Launching TeamViewer GUI ...
Segmentation fault
When I look in strace stack I see a lot of brk error which means that it may be a problem due to RAM access ?
Also this OS is designed for embedded software so it doesn't have any desktop package like gnome, mate or kde