Results 1 to 2 of 2

Thread: QUiLoader and protobuf

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2012
    Location
    china
    Posts
    54
    Thanks
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default QUiLoader and protobuf

    hello ! I use QUiLoader and protobuf, but it crash when I create the QUILoader;
    QUiLoader loader;





    0 raise /lib64/libc.so.6 0 0x7ffff0d81d95
    1 abort /lib64/libc.so.6 0 0x7ffff0d832ab
    2 __gnu_cxx::__verbose_terminate_handler() /usr/lib64/libstdc++.so.6 0 0x7ffff1607f2d
    3 ?? /usr/lib64/libstdc++.so.6 0 0x7ffff16060d6
    4 std::terminate() /usr/lib64/libstdc++.so.6 0 0x7ffff1606103
    5 __cxa_throw /usr/lib64/libstdc++.so.6 0 0x7ffff16061fe
    6 google:rotobuf::internal::LogMessage::Finish common.cc 195 0x7ffff77236f4
    7 google:rotobuf:escriptorPool::InternalAddGeneratedFile descriptor.cc 862 0x7ffff7735535
    8 TvWall:rotobuf_AddDesc_tvWall_2eproto tvWall.pb.cc 2077 0x7fffb390d13d
    9 TvWall::StaticDescriptorInitializer_tvWall_2eproto ::StaticDescriptorInitializer_tvWall_2eproto tvWall.pb.cc 2224 0x7fffb39668a3
    10 __static_initialization_and_destruction_0 tvWall.pb.cc 2226 0x7fffb395d000
    11 _GLOBAL__sub_I_tvWall.pb.cc(void) tvWall.pb.cc 24770 0x7fffb395d169
    12 __do_global_ctors_aux /home/zhuwt/Documents/qtproject/worker-build-debug/designer/libtvwallwndplugin.so 0 0x7fffb39817e6
    13 _init /home/zhuwt/Documents/qtproject/worker-build-debug/designer/libtvwallwndplugin.so 0 0x7fffb38cde5b
    14 ?? /home/zhuwt/Documents/qtproject/worker-build-debug/designer/libtvwallwndplugin.so 0 0x7fffb38a7130
    15 call_init /lib64/ld-linux-x86-64.so.2 0 0x7ffff7de9dc4
    16 _dl_init_internal /lib64/ld-linux-x86-64.so.2 0 0x7ffff7de9ef6
    17 dl_open_worker /lib64/ld-linux-x86-64.so.2 0 0x7ffff7dedf43
    18 _dl_catch_error /lib64/ld-linux-x86-64.so.2 0 0x7ffff7de9c36
    19 _dl_open /lib64/ld-linux-x86-64.so.2 0 0x7ffff7ded7ca
    20 dlopen_doit /lib64/libdl.so.2 0 0x7ffff79c2f26
    21 _dl_catch_error /lib64/ld-linux-x86-64.so.2 0 0x7ffff7de9c36
    22 _dlerror_run /lib64/libdl.so.2 0 0x7ffff79c34cf
    23 dlopen@@GLIBC_2.2.5 /lib64/libdl.so.2 0 0x7ffff79c2fc1
    24 ?? /opt/QtSDK/Desktop/Qt/4.8.1/gcc/lib/libQtCore.so.4 0 0x7ffff1f0ccb5
    25 ?? /opt/QtSDK/Desktop/Qt/4.8.1/gcc/lib/libQtCore.so.4 0 0x7ffff1f062a4
    26 ?? /opt/QtSDK/Desktop/Qt/4.8.1/gcc/lib/libQtCore.so.4 0 0x7ffff1f06f9d
    27 QFormInternal::QFormBuilder::updateCustomWidgets() 0 0x4f8cbe
    28 QUiLoader::QUiLoader(QObject*) 0 0x4d318d

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QUiLoader and protobuf

    What exactly do you expect us to help you with?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. QUiLoader and .qrc
    By hypnotic401 in forum Qt Programming
    Replies: 0
    Last Post: 17th September 2012, 16:27
  2. undefined reference to `QUiLoader::QUiLoader(QObject*)'
    By ashukla in forum Qt Programming
    Replies: 7
    Last Post: 7th October 2011, 18:05
  3. linking a google protobuf file and a QT file
    By pratikag in forum Newbie
    Replies: 2
    Last Post: 29th June 2010, 18:52
  4. Advanced use of QUiLoader
    By doberkofler in forum Qt Programming
    Replies: 2
    Last Post: 28th October 2009, 15:47
  5. Advanced use of QUiLoader
    By doberkofler in forum Newbie
    Replies: 0
    Last Post: 27th October 2009, 21:02

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.