Message: 1 Date: Fri, 24 Aug 2012 18:11:59 +0200 From: Christian Buchner christian.buchner@gmail.com To: osmocom-sdr@lists.osmocom.org Subject: Re: LTE Cell Scanner Message-ID: CALm6U+pZd8Ufmu1UCOQ_+0ebMc_joDOh9_dFW0g=1QW=M2p02A@mail.gmail.com Content-Type: text/plain; charset=ISO-8859-1
I was able to build it on Ubuntu 9.04 (Jaunty Jackalope) with a little upgrading of some dependencies.
CellSearch is now crashing in the static initializer for the ROM_TABLES object. *sigh*
Would anyone have an idea what may be is causing it?
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb773b910 (LWP 21087)] 0x00f743fe in itpp::Vec<std::complex<double> >::set_size () from /usr/local/lib/libitpp.so.7 Current language: auto; currently asm (gdb) where #0 0x00f743fe in itpp::Vec<std::complex<double> >::set_size () from /usr/local/lib/libitpp.so.7 #1 0x00f74ada in itpp::Vec<std::complex<double> >::operator= () from /usr/local/lib/libitpp.so.7 #2 0x0808b0cd in PSS_fd::PSS_fd () #3 0x08094444 in global constructors keyed to ROM_TABLES ()
Christian
Are you still having problems with this? Can you try upgrading to the latest github code? I changed the initialization sequence for the ROM_TABLES and it might fix your problem too.
BR, James