I have a crash in google protobuf .. Any ideas ?
I won't be able to paste the complete trace.
Thanks in advance
Subhash
(gdb) bt
#0 0x0000003408e32885 in raise () from /lib64/libc.so.6
#1 0x0000003408e34065 in abort () from /lib64/libc.so.6
#2 0x00007f1096a024d7 in os::abort(bool) () from
/usr/java/jdk1.6.0_25/jre/lib/amd64/server/libjvm.so
#3 0x00007f1096b55b88 in VMError::report_and_die() () from
/usr/java/jdk1.6.0_25/jre/lib/amd64/server/libjvm.so
#4 0x00007f1096b56701 in crash_handler(int, siginfo*, void*) () from
/usr/java/jdk1.6.0_25/jre/lib/amd64/server/libjvm.so
#5 <signal handler called>
#6 0x00007f10969cb8a1 in methodOopDesc::name_and_sig_as_C_string(char*,
int) () from /usr/java/jdk1.6.0_25/jre/lib/amd64/server/libjvm.so
#7 0x00007f1096736411 in frame::print_on_error(outputStream*, char*, int,
bool) const () from /usr/java/jdk1.6.0_25/jre/lib/amd64/server/libjvm.so
#8 0x00007f1096b54488 in VMError::print_stack_trace(outputStream*,
JavaThread*, char*, int, bool) () from
/usr/java/jdk1.6.0_25/jre/lib/amd64/server/libjvm.so
#9 0x00007f1096b550d9 in VMError::report(outputStream*) () from
/usr/java/jdk1.6.0_25/jre/lib/amd64/server/libjvm.so
#10 0x00007f1096b55a65 in VMError::report_and_die() () from
/usr/java/jdk1.6.0_25/jre/lib/amd64/server/libjvm.so
#11 0x00007f1096a08e75 in JVM_handle_linux_signal () from
/usr/java/jdk1.6.0_25/jre/lib/amd64/server/libjvm.so
#12 0x00007f1096a0519e in signalHandler(int, siginfo*, void*) () from
/usr/java/jdk1.6.0_25/jre/lib/amd64/server/libjvm.so
#13 <signal handler called>
#14 0x000000340da0f807 in ?? () from /lib64/libgcc_s.so.1
#15 0x000000340da10646 in _Unwind_RaiseException () from
/lib64/libgcc_s.so.1
#16 0x000000340e6bcd21 in __cxa_throw () from /usr/lib64/libstdc++.so.6
#17 0x000000340e6bd11d in operator new(unsigned long) () from
/usr/lib64/libstdc++.so.6
#18 0x000000340e6bd1d9 in operator new[](unsigned long) () from
/usr/lib64/libstdc++.so.6
#19 0x00007f1086cf6f15 in
google::protobuf::internal::RepeatedPtrFieldBase::Reserve
(this=0x7f10962f4780, new_size=<value optimized out>) at
google/protobuf/repeated_field.cc:50
#20 0x00007f1086a9180b in
Add<google::protobuf::RepeatedPtrField<std::basic_string<char,
std::char_traits<char>, std::allocator<char> > >::TypeHandler> (path=<value
optimized out>,
req=0x7f10962f4770) at
/usr/local/protobuf-2.4.1//include/google/protobuf/repeated_field.h:675
#21 Add (path=<value optimized out>, req=0x7f10962f4770) at
/usr/local/protobuf-2.4.1//include/google/protobuf/repeated_field.h:870
--
You received this message because you are subscribed to the Google Groups
"Protocol Buffers" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/protobuf/-/m8p19gVpkt4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.