VirtualBox

Ticket #11817: vboxsvc_gdb.txt

File vboxsvc_gdb.txt, 5.0 KB (added by Chris, 11 years ago)
Line 
1$ gdb ~/workspace/VBoxSVC
2GNU gdb (GDB) 7.4.1-debian
3Copyright (C) 2012 Free Softwa$ gdb ~/workspace/VBoxSVC
4GNU gdb (GDB) 7.4.1-debian
5Copyright (C) 2012 Free Software Foundation, Inc.
6License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
7This is free software: you are free to change and redistribute it.
8There is NO WARRANTY, to the extent permitted by law. Type "show copying"
9and "show warranty" for details.
10This GDB was configured as "x86_64-linux-gnu".
11For bug reporting instructions, please see:
12<http://www.gnu.org/software/gdb/bugs/>...
13Reading symbols from /home/user/workspace/VBoxSVC...(no debugging symbols found)...done.
14(gdb) r
15Starting program: /home/user/workspace/VBoxSVC
16[Thread debugging using libthread_db enabled]
17Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
18[New Thread 0x7ffff7e69700 (LWP 13199)]
19[Thread 0x7ffff7e69700 (LWP 13199) exited]
20[New Thread 0x7ffff7e69700 (LWP 13200)]
21[New Thread 0x7ffff7e48700 (LWP 13201)]
22[New Thread 0x7ffff1f00700 (LWP 13202)]
23************************************************
24Oracle VM VirtualBox XPCOM Server Version 4.2.12
25(C) 2004-2013 Oracle Corporation
26All rights reserved.
27
28Starting event loop....
29[press Ctrl-C to quit]
30[New Thread 0x7ffff1e7f700 (LWP 13219)]
31[New Thread 0x7ffff1dfe700 (LWP 13220)]
32[New Thread 0x7fffedec6700 (LWP 13225)]
33[New Thread 0x7fffe5e45700 (LWP 13226)]
34Informational: VirtualBox object created (rc=NS_OK).
35[New Thread 0x7ffff7e27700 (LWP 13231)]
36[New Thread 0x7fffede45700 (LWP 13245)]
37
38Program received signal SIGSEGV, Segmentation fault.
39[Switching to Thread 0x7fffede45700 (LWP 13245)]
400x000000000050de25 in ?? ()
41(gdb) bt
42#0 0x000000000050de25 in ?? ()
43#1 0x00000000004b8dd7 in ?? ()
44#2 0x000000000051df75 in ?? ()
45#3 0x000000000051bf09 in ?? ()
46#4 0x00007ffff769175c in ?? () from /usr/lib/virtualbox/VBoxRT.so
47#5 0x00007ffff76e324f in ?? () from /usr/lib/virtualbox/VBoxRT.so
48#6 0x00007ffff796eb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
49#7 0x00007ffff6704a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
50#8 0x0000000000000000 in ?? ()
51(gdb) c
52Continuing.
53[Thread 0x7ffff1dfe700 (LWP 13220) exited]
54[Thread 0x7ffff1f00700 (LWP 13202) exited]
55[Thread 0x7fffedec6700 (LWP 13225) exited]
56[Thread 0x7fffede45700 (LWP 13245) exited]
57[Thread 0x7ffff7e27700 (LWP 13231) exited]
58[Thread 0x7ffff1e7f700 (LWP 13219) exited]
59[Thread 0x7ffff7e48700 (LWP 13201) exited]
60[Thread 0x7ffff7e69700 (LWP 13200) exited]
61[Thread 0x7ffff7e6b740 (LWP 13196) exited]
62
63Program terminated with signal SIGSEGV, Segmentation fault.
64The program no longer exists.
65(gdb) qre Foundation, Inc.
66License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
67This is free software: you are free to change and redistribute it.
68There is NO WARRANTY, to the extent permitted by law. Type "show copying"
69and "show warranty" for details.
70This GDB was configured as "x86_64-linux-gnu".
71For bug reporting instructions, please see:
72<http://www.gnu.org/software/gdb/bugs/>...
73Reading symbols from /home/user/workspace/VBoxSVC...(no debugging symbols found)...done.
74(gdb) r
75Starting program: /home/user/workspace/VBoxSVC
76[Thread debugging using libthread_db enabled]
77Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
78[New Thread 0x7ffff7e69700 (LWP 13199)]
79[Thread 0x7ffff7e69700 (LWP 13199) exited]
80[New Thread 0x7ffff7e69700 (LWP 13200)]
81[New Thread 0x7ffff7e48700 (LWP 13201)]
82[New Thread 0x7ffff1f00700 (LWP 13202)]
83************************************************
84Oracle VM VirtualBox XPCOM Server Version 4.2.12
85(C) 2004-2013 Oracle Corporation
86All rights reserved.
87
88Starting event loop....
89[press Ctrl-C to quit]
90[New Thread 0x7ffff1e7f700 (LWP 13219)]
91[New Thread 0x7ffff1dfe700 (LWP 13220)]
92[New Thread 0x7fffedec6700 (LWP 13225)]
93[New Thread 0x7fffe5e45700 (LWP 13226)]
94Informational: VirtualBox object created (rc=NS_OK).
95[New Thread 0x7ffff7e27700 (LWP 13231)]
96[New Thread 0x7fffede45700 (LWP 13245)]
97
98Program received signal SIGSEGV, Segmentation fault.
99[Switching to Thread 0x7fffede45700 (LWP 13245)]
1000x000000000050de25 in ?? ()
101(gdb) bt
102#0 0x000000000050de25 in ?? ()
103#1 0x00000000004b8dd7 in ?? ()
104#2 0x000000000051df75 in ?? ()
105#3 0x000000000051bf09 in ?? ()
106#4 0x00007ffff769175c in ?? () from /usr/lib/virtualbox/VBoxRT.so
107#5 0x00007ffff76e324f in ?? () from /usr/lib/virtualbox/VBoxRT.so
108#6 0x00007ffff796eb50 in start_thread (arg=<optimized out>) at pthread_create.c:304
109#7 0x00007ffff6704a7d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
110#8 0x0000000000000000 in ?? ()
111(gdb) c
112Continuing.
113[Thread 0x7ffff1dfe700 (LWP 13220) exited]
114[Thread 0x7ffff1f00700 (LWP 13202) exited]
115[Thread 0x7fffedec6700 (LWP 13225) exited]
116[Thread 0x7fffede45700 (LWP 13245) exited]
117[Thread 0x7ffff7e27700 (LWP 13231) exited]
118[Thread 0x7ffff1e7f700 (LWP 13219) exited]
119[Thread 0x7ffff7e48700 (LWP 13201) exited]
120[Thread 0x7ffff7e69700 (LWP 13200) exited]
121[Thread 0x7ffff7e6b740 (LWP 13196) exited]
122
123Program terminated with signal SIGSEGV, Segmentation fault.
124The program no longer exists.
125(gdb) q

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy