On Thu, Nov 13, 2014 at 06:00:41PM -0600, Ciaby wrote:
I'm trying to build debian packages of OpenBSC.
The test suite is
failing on the gbproxy test (core dump). Attached is the testsuite.log file.
Cheers
-NS UNITDATA MESSAGE to SGSN, BVCI 0x0000, msg length 10 (gprs_ns_sendmsg)
MESSAGE to SGSN at 0x05060708:32000, msg length 14
00 00 00 00 41 07 81 05 04 82 10 ff 15 80
Odd. I assume you are using the latest version of libosmocore and such. The
test is being executed on the jenkins too (on ia32 systems though).
a.) libtool --mode=execute gdb the_test. If you set a breakpoint in
gprs_ns_sendmsg and execute the test. Do you end in the version inside
libosmocore or the mocked version of the test?
b.) If you execute the test with valgrind or compile with ASAN. Does it fail
as well?
holger