Comment 1 for bug 1734619

Revision history for this message
Ananth Suryanarayana (anantha-l) wrote :

Crash seems to be due to failed assert in bool cass::cql::CqlIfImpl::IsTableStatic() at cql_if.cc:2009 as checked from ubuntu-build02. Can you please investigate further. Thanks

I copied the files to local cs-shared partition as well.
/cs-shared/bugs/1734614/.

(gdb) bt
#0 0x00002ac692f4cc37 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1 0x00002ac692f50028 in __GI_abort () at abort.c:89
#2 0x00002ac692f45bf6 in __assert_fail_base (fmt=0x2ac6930963b8 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x1062398 "impl::GetCassTableClusteringKeyCount(cci_, session_.get(), keyspace_, table, &ck_count)", file=file@entry=0x1062368 "controller/src/database/cassandra/cql/cql_if.cc", line=line@entry=1862, function=function@entry=0x1063d40 "bool cass::cql::CqlIfImpl::IsTableStatic(const string&)") at assert.c:92
#3 0x00002ac692f45ca2 in __GI___assert_fail (assertion=0x1062398 "impl::GetCassTableClusteringKeyCount(cci_, session_.get(), keyspace_, table, &ck_count)", file=0x1062368 "controller/src/database/cassandra/cql/cql_if.cc", line=1862, function=0x1063d40 "bool cass::cql::CqlIfImpl::IsTableStatic(const string&)") at assert.c:101
#4 0x0000000000422cc4 in ?? ()
#5 0x0000000000ea34b7 in ?? ()
#6 0x0000000000eac076 in ?? ()
#7 0x0000000000eac4f9 in ?? ()
#8 0x0000000000c05c7c in ?? ()
#9 0x0000000000718867 in ?? ()
#10 0x0000000000710047 in ?? ()
#11 0x00002ac6922dab3a in ?? () from /usr/lib/libtbb.so.2
#12 0x00002ac6922d6816 in ?? () from /usr/lib/libtbb.so.2
#13 0x00002ac6922d5f4b in ?? () from /usr/lib/libtbb.so.2
#14 0x00002ac6922d20ff in ?? () from /usr/lib/libtbb.so.2
#15 0x00002ac6922d22f9 in ?? () from /usr/lib/libtbb.so.2
#16 0x00002ac6920a4184 in start_thread (arg=0x2ac6a8801700) at pthread_create.c:312
#17 0x00002ac69301037d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
(gdb)