Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
biboumi
biboumi
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 90
    • Issues 90
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 7
    • Merge Requests 7
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • louiz’
  • biboumibiboumi
  • Issues
  • #3048

Closed
Open
Opened Jun 15, 2016 by Link Mauve@linkmauveContributor

Crash on initial presence (/server_cycle in poezio)

This is on latest git, d79850f9:

(gdb) r
Starting program: /usr/bin/biboumi /home/linkmauve/.config/biboumi.cfg
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Using configuration file: /home/linkmauve/.config/biboumi.cfg
<6>louloulibs/network/tcp_socket_handler.cpp:93:        Trying to connect to 127.0.0.1:5347
<6>louloulibs/network/tcp_socket_handler.cpp:159:       Connection success.
<6>louloulibs/xmpp/xmpp_component.cpp:90:       connected to XMPP server
<7>louloulibs/xmpp/xmpp_component.cpp:75:       XMPP SENDING: 
<7>louloulibs/xmpp/xmpp_component.cpp:134:      XMPP DOCUMENT OPEN: 
<7>louloulibs/xmpp/xmpp_component.cpp:75:       XMPP SENDING: stuff
<7>louloulibs/xmpp/xmpp_component.cpp:174:      XMPP RECEIVING: 
<6>louloulibs/xmpp/xmpp_component.cpp:251:      Authenticated with the XMPP server
<7>louloulibs/xmpp/xmpp_component.cpp:174:      XMPP RECEIVING: 
<7>louloulibs/xmpp/xmpp_component.cpp:75:       XMPP SENDING: Connecting to fr.eu.irc.gg.st:6667 (not encrypted)
<6>louloulibs/network/tcp_socket_handler.cpp:93:        Trying to connect to fr.eu.irc.gg.st:6667
<7>louloulibs/xmpp/xmpp_component.cpp:174:      XMPP RECEIVING: 
<7>louloulibs/xmpp/xmpp_component.cpp:75:       XMPP SENDING: Connecting to irc.ppirc.net:6667 (not encrypted)
<6>louloulibs/network/tcp_socket_handler.cpp:93:        Trying to connect to irc.ppirc.net:6667
<7>louloulibs/xmpp/xmpp_component.cpp:174:      XMPP RECEIVING: 
<7>louloulibs/xmpp/xmpp_component.cpp:75:       XMPP SENDING: Connecting to irc.freenode.net:6667 (not encrypted)
<6>louloulibs/network/tcp_socket_handler.cpp:93:        Trying to connect to irc.freenode.net:6667
<7>louloulibs/xmpp/xmpp_component.cpp:174:      XMPP RECEIVING: 
<7>louloulibs/xmpp/xmpp_component.cpp:75:       XMPP SENDING: 
<7>louloulibs/xmpp/xmpp_parser.cpp:139: Unhandled exception: basic_string::_S_create

Program received signal SIGSEGV, Segmentation fault.
0xb7c9b928 in malloc_consolidate () from /usr/lib/libc.so.6
(gdb) bt
#0  0xb7c9b928 in malloc_consolidate () from /usr/lib/libc.so.6
#1  0xb7c9cc40 in _int_malloc () from /usr/lib/libc.so.6
#2  0xb7c9ecd1 in malloc () from /usr/lib/libc.so.6
#3  0xb7e7e234 in operator new(unsigned int) () from /usr/lib/libstdc++.so.6
#4  0xb7ee5106 in std::string::_Rep::_S_create(unsigned int, unsigned int, std::allocator const&) () from /usr/lib/libstdc++.so.6
#5  0xb7ee61a9 in std::string::_Rep::_M_clone(std::allocator const&, unsigned int) () from /usr/lib/libstdc++.so.6
#6  0xb7ee626a in std::string::reserve(unsigned int) () from /usr/lib/libstdc++.so.6
#7  0xb7ee638a in std::string::append(std::string const&) () from /usr/lib/libstdc++.so.6
#8  0x080a3893 in XmlNode::to_string() const ()
#9  0x080945a9 in XmppComponent::on_stanza(XmlNode const&) ()
#10 0x080a1bc0 in XmppParser::stanza_event(XmlNode const&) const ()
#11 0x080a1d42 in XmppParser::end_element(char const*) ()
#12 0xb7fabb3f in ?? () from /usr/lib/libexpat.so.1
#13 0xb7fac830 in ?? () from /usr/lib/libexpat.so.1
#14 0xb7fae811 in XML_ParseBuffer () from /usr/lib/libexpat.so.1
#15 0x080a15d7 in XmppParser::parse(int, bool) ()
#16 0x0809385d in XmppComponent::parse_in_buffer(unsigned int) ()
#17 0x080ab186 in TCPSocketHandler::plain_recv() ()
#18 0x080acfa1 in Poller::poll(std::chrono::duration > const&) ()
#19 0x0805c0e5 in main ()

(from redmine: created on 2015-04-21, closed on 2015-04-21)

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: louiz/biboumi#3048