Ticket #7810: gdb_BatteryStatus

File gdb_BatteryStatus, 7.1 KB (added by Arnaud M., 13 years ago)
Line 
1GNU gdb 6.3
2Copyright 2004 Free Software Foundation, Inc.
3GDB is free software, covered by the GNU General Public License, and you are
4welcome to change it and/or distribute copies of it under certain conditions.
5Type "show copying" to see the conditions.
6There is absolutely no warranty for GDB. Type "show warranty" for details.
7This GDB was configured as "i586-pc-haiku"...(no debugging symbols found)
8
9[tcsetpgrp failed in terminal_inferior: Invalid Argument]
10Thread 201 caused an exception: Divide error
11Reading symbols from /boot/system/runtime_loader...done.
12Loaded symbols for /boot/system/runtime_loader
13Reading symbols from /boot/system/lib/libbe.so...done.
14Loaded symbols for /boot/system/lib/libbe.so
15Reading symbols from /boot/system/lib/liblocale.so...done.
16Loaded symbols for /boot/system/lib/liblocale.so
17Reading symbols from /boot/system/lib/libtracker.so...done.
18Loaded symbols for /boot/system/lib/libtracker.so
19Reading symbols from /boot/system/lib/libroot.so...done.
20Loaded symbols for /boot/system/lib/libroot.so
21Reading symbols from /boot/system/lib/libstdc++.r4.so...done.
22Loaded symbols for /boot/system/lib/libstdc++.r4.so
23Reading symbols from /boot/system/lib/libicudata.so.44...
24warning: Lowest section in /boot/system/lib/libicudata.so.44 is .hash at 00000094
25done.
26Loaded symbols for /boot/system/lib/libicudata.so.44
27Reading symbols from /boot/system/lib/libicui18n.so.44...done.
28Loaded symbols for /boot/system/lib/libicui18n.so.44
29Reading symbols from /boot/system/lib/libicuio.so.44...done.
30Loaded symbols for /boot/system/lib/libicuio.so.44
31Reading symbols from /boot/system/lib/libicule.so.44...done.
32Loaded symbols for /boot/system/lib/libicule.so.44
33Reading symbols from /boot/system/lib/libiculx.so.44...done.
34Loaded symbols for /boot/system/lib/libiculx.so.44
35Reading symbols from /boot/system/lib/libicutu.so.44...done.
36Loaded symbols for /boot/system/lib/libicutu.so.44
37Reading symbols from /boot/system/lib/libicuuc.so.44...done.
38Loaded symbols for /boot/system/lib/libicuuc.so.44
39Reading symbols from /boot/system/lib/libtranslation.so...done.
40Loaded symbols for /boot/system/lib/libtranslation.so
41Reading symbols from /boot/system/lib/libtextencoding.so...done.
42Loaded symbols for /boot/system/lib/libtextencoding.so
43Reading symbols from /boot/system/lib/libroot-addon-icu.so...done.
44Loaded symbols for /boot/system/lib/libroot-addon-icu.so
45Reading symbols from /boot/system/apps/NetworkStatus...done.
46Loaded symbols for /boot/system/apps/NetworkStatus
47Reading symbols from /boot/system/lib/libnetwork.so...done.
48Loaded symbols for /boot/system/lib/libnetwork.so
49Reading symbols from /boot/system/lib/libbnetapi.so...done.
50Loaded symbols for /boot/system/lib/libbnetapi.so
51Reading symbols from /boot/system/apps/PowerStatus...done.
52Loaded symbols for /boot/system/apps/PowerStatus
53Reading symbols from /boot/system/apps/ProcessController...done.
54Loaded symbols for /boot/system/apps/ProcessController
55Reading symbols from /boot/system/bin/desklink...done.
56Loaded symbols for /boot/system/bin/desklink
57Reading symbols from /boot/system/lib/libmedia.so...done.
58Loaded symbols for /boot/system/lib/libmedia.so
59[tcsetpgrp failed in terminal_inferior: Invalid Argument]
60[Switching to team /boot/system/Deskbar (114) thread w>Deskbar (201)]
610x01cc4f04 in Battery::GetBatteryInfoCached ()
62 from /boot/system/apps/PowerStatus
63(gdb) bt
64#0 0x01cc4f04 in Battery::GetBatteryInfoCached ()
65 from /boot/system/apps/PowerStatus
66#1 0x01cc5161 in ACPIDriverInterface::GetBatteryInfo ()
67 from /boot/system/apps/PowerStatus
68#2 0x01cca147 in PowerStatusView::_GetBatteryInfo ()
69 from /boot/system/apps/PowerStatus
70#3 0x01cc9be8 in PowerStatusView::Update () from /boot/system/apps/PowerStatus
71#4 0x01cc914f in PowerStatusView::MessageReceived ()
72 from /boot/system/apps/PowerStatus
73#5 0x01cca66a in PowerStatusReplicant::MessageReceived ()
74 from /boot/system/apps/PowerStatus
75#6 0x0032f9ab in BLooper::DispatchMessage () from /boot/system/lib/libbe.so
76#7 0x00400bf5 in BWindow::DispatchMessage () from /boot/system/lib/libbe.so
77#8 0x00228776 in TBarWindow::DispatchMessage ()
78#9 0x00404e90 in BWindow::task_looper () from /boot/system/lib/libbe.so
79#10 0x00330f07 in BLooper::_task0_ () from /boot/system/lib/libbe.so
80#11 0x0075e7e6 in thread_entry () from /boot/system/lib/libroot.so
81#12 0x70143fec in ?? ()
82(gdb) info thr
83* 5 team /boot/system/Deskbar (114) thread w>Deskbar (201) 0x01cc4f04 in Battery::GetBatteryInfoCached () from /boot/system/apps/PowerStatus
84 4 team /boot/system/Deskbar (114) thread PowerStatusThread (200) 0xffff0114 in ?? ()
85 3 team /boot/system/Deskbar (114) thread Expando Window Watcher (172) 0xffff0114 in ?? ()
86 2 team /boot/system/Deskbar (114) thread w>Twitcher (168) 0xffff0114 in ??
87 ()
88 1 team /boot/system/Deskbar (114) thread Deskbar (114) 0xffff0114 in ?? ()
89(gdb) bt
90#0 0x01cc4f04 in Battery::GetBatteryInfoCached ()
91 from /boot/system/apps/PowerStatus
92#1 0x01cc5161 in ACPIDriverInterface::GetBatteryInfo ()
93 from /boot/system/apps/PowerStatus
94#2 0x01cca147 in PowerStatusView::_GetBatteryInfo ()
95 from /boot/system/apps/PowerStatus
96#3 0x01cc9be8 in PowerStatusView::Update () from /boot/system/apps/PowerStatus
97#4 0x01cc914f in PowerStatusView::MessageReceived ()
98 from /boot/system/apps/PowerStatus
99#5 0x01cca66a in PowerStatusReplicant::MessageReceived ()
100 from /boot/system/apps/PowerStatus
101#6 0x0032f9ab in BLooper::DispatchMessage () from /boot/system/lib/libbe.so
102#7 0x00400bf5 in BWindow::DispatchMessage () from /boot/system/lib/libbe.so
103#8 0x00228776 in TBarWindow::DispatchMessage ()
104#9 0x00404e90 in BWindow::task_looper () from /boot/system/lib/libbe.so
105#10 0x00330f07 in BLooper::_task0_ () from /boot/system/lib/libbe.so
106#11 0x0075e7e6 in thread_entry () from /boot/system/lib/libroot.so
107#12 0x70143fec in ?? ()
108(gdb) fr 0
109#0 0x01cc4f04 in Battery::GetBatteryInfoCached ()
110 from /boot/system/apps/PowerStatus
111(gdb) list
1121 <<C++-namespaces>>: No such file or directory.
113 in <<C++-namespaces>>
114(gdb)
115(gdb) info register
116eax 0x4650 18000
117ecx 0x0 0
118edx 0x0 0
119ebx 0x1ccfccc 30211276
120esp 0x701439e4 0x701439e4
121ebp 0x70143a0c 0x70143a0c
122esi 0x18061ec8 403054280
123edi 0x18061f74 403054452
124eip 0x1cc4f04 0x1cc4f04
125eflags 0x10206 66054
126cs 0x1b 27
127ss 0x23 35
128ds 0x23 35
129es 0x23 35
130fs 0x5b 91
131gs 0x80100023 -2146435037
132
133(gdb) info float
134 R7: Empty 0x40008000000000000000
135 R6: Empty 0x4002a000000000000000
136 R5: Empty 0x4006ff00000000000000
137 R4: Empty 0x4004a3c29a2000000000
138 R3: Empty 0x4005a2f9836efe3ce800
139 R2: Empty 0x4003a000000000000000
140 R1: Empty 0xffff0000074000000740
141=>R0: Empty 0xffff00010003fffe0001
142
143Status Word: 0x0120 PE C0
144 TOP: 0
145Control Word: 0x037f IM DM ZM OM UM PM
146 PC: Extended Precision (64-bits)
147 RC: Round to nearest
148Tag Word: 0xffff
149Instruction Pointer: 0x1b:0x01ce4d8a
150Operand Pointer: 0x23:0x18034af4
151Opcode: 0xd99f
152