[root@vmbvm bin]# gdb ./vboxwebsrv GNU gdb Red Hat Linux (6.6-15.fc7rh) Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux-gnu"... Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run Starting program: /tmp/bin/vboxwebsrv [Thread debugging using libthread_db enabled] [New Thread -1208326464 (LWP 25751)] VirtualBox Webservice Version 1.5.51 (C) 2005-2007 innotek GmbH All rights reserved. [New Thread -1210426480 (LWP 25754)] [New Thread -1210561648 (LWP 25755)] [Thread -1210561648 (LWP 25755) exited] [Thread -1210426480 (LWP 25754) exited] [New Thread -1210725488 (LWP 25756)] [Detaching after fork from child process 25757. (Try `set detach-on-fork off'.)] [New Thread -1221215344 (LWP 25758)] [New Thread -1231705200 (LWP 25759)] [Detaching after fork from child process 25760.] [New Thread -1242195056 (LWP 25771)] Socket connection successful: host = default (localhost), port = 18083, master socket = 13 1: accepted connection from IP=127.0.0.1 socket=14... Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1208326464 (LWP 25751)] 0x08050722 in std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::lower_bound (this=0x74697275, __k=@0x74697275) at /usr/include/c++/3.2.3/bits/stl_tree.h:1319 1319 /usr/include/c++/3.2.3/bits/stl_tree.h: No such file or directory. in /usr/include/c++/3.2.3/bits/stl_tree.h (gdb) bt #0 0x08050722 in std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::lower_bound (this=0x74697275, __k=@0x74697275) at /usr/include/c++/3.2.3/bits/stl_tree.h:1319 #1 0x0804f601 in ManagedObjectRef (this=0x8619588, session=@0x8606aa0, pcszInterface=0x74697275
, pc=@0xbfc61230) at /usr/include/c++/3.2.3/bits/stl_map.h:369 #2 0x0804ec70 in WebServiceSession::authenticate (this=0x8606aa0, pcszUsername=0x85e3c94 "admin", pcszPassword=0x861ec38 "άΛ@") at /home/vbox/lnx-rel/include/VBox/com/ptr.h:360 bt #3 0x0804fcf1 in __vbox__IWebsessionManager_USCORElogon (req=0x8606b28, resp=0xbfc61390) at /usr/include/c++/3.2.3/bits/basic_string.h:781 #4 0x080bc6d8 in soap_serve___vbox__IWebsessionManager_USCORElogon (soap=0xbfc61410) at /home/vbox/lnx-rel/out/linux.x86/release/obj/src/VBox/Main/webservice/soapServer.cpp:15705 #5 0x0808333d in soap_serve (soap=0xbfc61410) at /home/vbox/lnx-rel/out/linux.x86/release/obj/src/VBox/Main/webservice/soapServer.cpp:49 #6 0x0804d381 in main (argc=1, argv=0x0) at /home/vbox/lnx-rel/src/VBox/Main/webservice/vboxweb.cpp:308