On Thu, 26 Mar 2009 19:23:42 +0100, Kostik Belousov <kostik...@gmail.com>
wrote:
On Thu, Mar 26, 2009 at 05:26:13PM +0100, Ronald Klop wrote:
Hi,
My brand new amd64 has a hanging process.
# uname -a
FreeBSD sjakie.klop.ws 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #0: Wed Mar
25 00:07:31 UTC 2009 r...@dhcppc0:/usr/obj/usr/src/sys/GENERIC
amd64
I'm compiling a port of kde4.
top says this since a while:
43404 root 1 116 20 21304K 4148K umtxn 1 0:00 0.00%
automoc4
# procstat -kk 43404
PID TID COMM TDNAME KSTACK
43404 100279 automoc4 - tdq_cpu+0x1218
Dmesg in the attachment.
Can I provide more information to debug this?
Did you rebuild both world and kernel ? (old world with new kernel shall
work, I am just gathering information by this question).
The most useful data would be usermode backtrace of all threads.
For this to be useful, you probably need to build at least libc
and libthr with debugging symbols.
Yes, world and kernel are in sync.
Ok, I've rebuild libc and libthr with doing:
export DEBUG_FLAGS=-g
cd /usr/src/lib/libc
make clean && make depend && make && make install
And the same for /usr/src/lib/libthr.
Now I did 'gdb /usr/local/bin/automoc4 <pid>' for both programs (see my
other mail). The output is in the attachment. One of the processes (43403)
is threaded, but I don't know how to debug that. Hints are welcome.
Does this info ring a bell?
Ronald.
Script started on Thu Mar 26 19:41:50 2009
[r...@sjakie ~]# uname -aprocstat -kk 43404[10Puname
-a[Kgdb /usr/local/bin/automoc4 43403
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 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 "amd64-marcel-freebsd"...(no debugging symbols
found)...
Attaching to program: /usr/local/bin/automoc4, process 43403
Reading symbols from /usr/local/lib/qt4/libQtCore.so.4...(no debugging symbols
found)...done.
Loaded symbols for /usr/local/lib/qt4/libQtCore.so.4
Reading symbols from /usr/lib/libstdc++.so.6...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/libstdc++.so.6
Reading symbols from /lib/libm.so.5...(no debugging symbols found)...done.
Loaded symbols for /lib/libm.so.5
Reading symbols from /lib/libgcc_s.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/libgcc_s.so.1
Reading symbols from /lib/libthr.so.3...done.
Error while reading shared library symbols:
Cannot get thread info: generic error
Reading symbols from /lib/libc.so.7...done.
Loaded symbols for /lib/libc.so.7
Reading symbols from /lib/libz.so.4...done.
Loaded symbols for /lib/libz.so.4
Reading symbols from /usr/local/lib/libgthread-2.0.so.0...done.
Loaded symbols for /usr/local/lib/libgthread-2.0.so.0
Reading symbols from /usr/local/lib/libglib-2.0.so.0...done.
Loaded symbols for /usr/local/lib/libglib-2.0.so.0
Reading symbols from /usr/local/lib/libiconv.so.3...done.
Loaded symbols for /usr/local/lib/libiconv.so.3
Reading symbols from /usr/local/lib/libintl.so.8...done.
Loaded symbols for /usr/local/lib/libintl.so.8
Reading symbols from /usr/local/lib/libpcre.so.0...done.
Loaded symbols for /usr/local/lib/libpcre.so.0
Reading symbols from /libexec/ld-elf.so.1...done.
Loaded symbols for /libexec/ld-elf.so.1
0x0000000800f55cdc in tcsetattr (fd=Variable "fd" is not available.
) at /usr/src/lib/libc/gen/termios.c:76
76 errno = EINVAL;
(gdb) bt
#0 0x0000000800f55cdc in tcsetattr (fd=Variable "fd" is not available.
) at /usr/src/lib/libc/gen/termios.c:76
#1 0x0000000000000000 in ?? ()
#2 0x0000000800769168 in QProcessManager::run () from
/usr/local/lib/qt4/libQtCore.so.4
#3 0x00000008006c2e53 in QThreadPrivate::start () from
/usr/local/lib/qt4/libQtCore.so.4
#4 0x0000000800d762b1 in thread_start (curthread=0x6) at
/usr/src/lib/libthr/thread/thr_create.c:249
#5 0x0000000000000000 in ?? ()
#6 0x0000000000000000 in ?? ()
#7 0x0000000000000000 in ?? ()
#8 0x0000000000000000 in ?? ()
#9 0x00007fffffffd8e8 in ?? ()
#10 0x0000000000000000 in ?? ()
#11 0x0000000000000000 in ?? ()
Error accessing memory address 0x7fffffbff000: Bad address.
(gdb) The program is running. Quit anyway (and detach it)? (y or n) y
Detaching from program: /usr/local/bin/automoc4, process 43403
[r...@sjakie ~]# gdb /usr/local/bin/automoc4 43403 4
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 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 "amd64-marcel-freebsd"...(no debugging symbols
found)...
Attaching to program: /usr/local/bin/automoc4, process 43404
Reading symbols from /usr/local/lib/qt4/libQtCore.so.4...(no debugging symbols
found)...done.
Loaded symbols for /usr/local/lib/qt4/libQtCore.so.4
Reading symbols from /usr/lib/libstdc++.so.6...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/libstdc++.so.6
Reading symbols from /lib/libm.so.5...(no debugging symbols found)...done.
Loaded symbols for /lib/libm.so.5
Reading symbols from /lib/libgcc_s.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/libgcc_s.so.1
Reading symbols from /lib/libthr.so.3...done.
Error while reading shared library symbols:
Cannot get thread info: generic error
Reading symbols from /lib/libc.so.7...done.
Loaded symbols for /lib/libc.so.7
Reading symbols from /lib/libz.so.4...done.
Loaded symbols for /lib/libz.so.4
Reading symbols from /usr/local/lib/libgthread-2.0.so.0...done.
Loaded symbols for /usr/local/lib/libgthread-2.0.so.0
Reading symbols from /usr/local/lib/libglib-2.0.so.0...done.
Loaded symbols for /usr/local/lib/libglib-2.0.so.0
Reading symbols from /usr/local/lib/libiconv.so.3...done.
Loaded symbols for /usr/local/lib/libiconv.so.3
Reading symbols from /usr/local/lib/libintl.so.8...done.
Loaded symbols for /usr/local/lib/libintl.so.8
Reading symbols from /usr/local/lib/libpcre.so.0...done.
Loaded symbols for /usr/local/lib/libpcre.so.0
Reading symbols from /libexec/ld-elf.so.1...done.
Loaded symbols for /libexec/ld-elf.so.1
0x0000000800d7eeda in _thread_printf (fd=100279, fmt=0x187b7 <Error reading
address 0x187b7: Bad address>) at /usr/src/lib/libthr/thread/thr_printf.c:71
71 pchar(fd, va_arg(ap, int));
(gdb) bt
#0 0x0000000800d7eeda in _thread_printf (fd=100279, fmt=0x187b7 <Error reading
address 0x187b7: Bad address>) at /usr/src/lib/libthr/thread/thr_printf.c:71
#1 0x0000000000000000 in ?? ()
#2 0x000000000063c000 in ?? ()
#3 0x0000000000000001 in ?? ()
#4 0x00000008005134a5 in dlopen () from /libexec/ld-elf.so.1
#5 0x0000000800511513 in dladdr () from /libexec/ld-elf.so.1
#6 0x000000080050e4fd in ?? () from /libexec/ld-elf.so.1
#7 0x000000080190bb00 in ?? ()
#8 0x000000080190a000 in ?? ()
#9 0x000000080190bac0 in ?? ()
#10 0x000000000190a9a0 in ?? ()
#11 0x000000080191f800 in ?? ()
#12 0x00007fffffffe578 in ?? ()
#13 0x0000000000000009 in ?? ()
#14 0x000000080191f800 in ?? ()
#15 0x000000080191f970 in ?? ()
#16 0x000000080191f9a0 in ?? ()
#17 0x0000000000001000 in ?? ()
#18 0x00007fffffffdb10 in ?? ()
#19 0x00007fffffffdb30 in ?? ()
#20 0x0000000800734d5c in QProcess::start () from
/usr/local/lib/qt4/libQtCore.so.4
#21 0x0000000000405525 in ?? ()
#22 0x000000000040801c in ?? ()
#23 0x000000000040a95d in ?? ()
#24 0x000000000040320e in ?? ()
#25 0x0000000800531000 in ?? ()
#26 0x0000000000000000 in ?? ()
#27 0x0000000000000006 in ?? ()
#28 0x00007fffffffe8f0 in ?? ()
#29 0x00007fffffffe908 in ?? ()
#30 0x00007fffffffe967 in ?? ()
#31 0x00007fffffffe9a7 in ?? ()
#32 0x00007fffffffe9ed in ?? ()
#33 0x00007fffffffea04 in ?? ()
#34 0x0000000000000000 in ?? ()
#35 0x00007fffffffea19 in ?? ()
#36 0x00007fffffffea24 in ?? ()
#37 0x00007fffffffea38 in ?? ()
#38 0x00007fffffffea46 in ?? ()
#39 0x00007fffffffea50 in ?? ()
#40 0x00007fffffffea68 in ?? ()
#41 0x00007fffffffea7c in ?? ()
#42 0x00007fffffffeab2 in ?? ()
#43 0x00007fffffffeacc in ?? ()
#44 0x00007fffffffead4 in ?? ()
#45 0x00007fffffffeae7 in ?? ()
#46 0x00007fffffffeaf1 in ?? ()
#47 0x00007fffffffeb2f in ?? ()
#48 0x00007fffffffeb3a in ?? ()
#49 0x00007fffffffeb4e in ?? ()
#50 0x00007fffffffeb59 in ?? ()
#51 0x00007fffffffeb81 in ?? ()
#52 0x00007fffffffebb5 in ?? ()
#53 0x00007fffffffec1c in ?? ()
#54 0x00007fffffffec4f in ?? ()
#55 0x00007fffffffec59 in ?? ()
#56 0x00007fffffffec7d in ?? ()
---Type <return> to continue, or q <return> to quit---
#57 0x00007fffffffec8d in ?? ()
#58 0x00007fffffffecb4 in ?? ()
#59 0x00007fffffffecc0 in ?? ()
#60 0x00007fffffffeccb in ?? ()
#61 0x00007fffffffecd7 in ?? ()
#62 0x00007fffffffed09 in ?? ()
#63 0x00007fffffffed20 in ?? ()
#64 0x00007fffffffed77 in ?? ()
#65 0x00007fffffffed94 in ?? ()
#66 0x00007fffffffedc8 in ?? ()
#67 0x00007fffffffedd7 in ?? ()
#68 0x00007fffffffede8 in ?? ()
#69 0x00007fffffffedff in ?? ()
#70 0x00007fffffffee0d in ?? ()
#71 0x00007fffffffee19 in ?? ()
#72 0x00007fffffffee2a in ?? ()
#73 0x00007fffffffee32 in ?? ()
#74 0x00007fffffffee47 in ?? ()
#75 0x00007fffffffee68 in ?? ()
#76 0x00007fffffffee81 in ?? ()
#77 0x00007fffffffeecb in ?? ()
#78 0x00007fffffffeefc in ?? ()
#79 0x00007fffffffef11 in ?? ()
#80 0x00007fffffffef35 in ?? ()
#81 0x00007fffffffef3b in ?? ()
#82 0x00007fffffffef59 in ?? ()
#83 0x00007fffffffef6d in ?? ()
#84 0x00007fffffffefa5 in ?? ()
#85 0x0000000000000000 in ?? ()
#86 0x0000000000000003 in ?? ()
#87 0x0000000000400040 in ?? ()
#88 0x0000000000000004 in ?? ()
#89 0x0000000000000038 in ?? ()
#90 0x0000000000000005 in ?? ()
#91 0x0000000000000007 in ?? ()
#92 0x0000000000000006 in ?? ()
#93 0x0000000000001000 in ?? ()
#94 0x0000000000000008 in ?? ()
#95 0x0000000000000000 in ?? ()
#96 0x0000000000000009 in ?? ()
#97 0x0000000000403180 in ?? ()
#98 0x0000000000000007 in ?? ()
#99 0x000000080050b000 in ?? ()
#100 0x0000000000000000 in ?? ()
#101 0x0000000000000000 in ?? ()
#102 0x0000000000000000 in ?? ()
#103 0x0000000000000000 in ?? ()
#104 0x0000000000000000 in ?? ()
#105 0x0000000000000000 in ?? ()
#106 0x0000000000000000 in ?? ()
#107 0x0000000000000000 in ?? ()
#108 0x0000000000000000 in ?? ()
#109 0x0000000000000000 in ?? ()
#110 0x0000000000000000 in ?? ()
#111 0x0000000000000000 in ?? ()
#112 0x0000000000000000 in ?? ()
#113 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#114 0x0000000000000000 in ?? ()
#115 0x0000000000000000 in ?? ()
#116 0x636f6c2f7273752f in ?? ()
#117 0x612f6e69622f6c61 in ?? ()
#118 0x0034636f6d6f7475 in ?? ()
#119 0x726f702f7273752f in ?? ()
#120 0x6b2f74656e2f7374 in ?? ()
#121 0x726f7774656e6564 in ?? ()
#122 0x2f6b726f772f346b in ?? ()
#123 0x6f7774656e65646b in ?? ()
#124 0x312e322e342d6b72 in ?? ()
#125 0x6b2f646c6975622f in ?? ()
#126 0x6f692f6473736e64 in ?? ()
#127 0x696b2f6576616c73 in ?? ()
#128 0x6f636f72657a5f6f in ?? ()
#129 0x6d6f7475615f666e in ?? ()
#130 0x2f007070632e636f in ?? ()
#131 0x74726f702f727375 in ?? ()
#132 0x646b2f74656e2f73 in ?? ()
#133 0x6b726f7774656e65 in ?? ()
#134 0x6b2f6b726f772f34 in ?? ()
#135 0x726f7774656e6564 in ?? ()
#136 0x2f312e322e342d6b in ?? ()
#137 0x692f6473736e646b in ?? ()
#138 0x2f006576616c736f in ?? ()
#139 0x74726f702f727375 in ?? ()
#140 0x646b2f74656e2f73 in ?? ()
#141 0x6b726f7774656e65 in ?? ()
#142 0x6b2f6b726f772f34 in ?? ()
#143 0x726f7774656e6564 in ?? ()
#144 0x2f312e322e342d6b in ?? ()
#145 0x646b2f646c697562 in ?? ()
#146 0x736f692f6473736e in ?? ()
#147 0x73752f006576616c in ?? ()
#148 0x2f6c61636f6c2f72 in ?? ()
#149 0x2d636f6d2f6e6962 in ?? ()
#150 0x7273752f00347471 in ?? ()
#151 0x622f6c61636f6c2f in ?? ()
#152 0x656b616d632f6e69 in ?? ()
#153 0x6d613d4843524100 in ?? ()
#154 0x54524f5000343664 in ?? ()
#155 0x73752f3d52494453 in ?? ()
#156 0x007374726f702f72 in ?? ()
#157 0x72463d535953504f in ?? ()
#158 0x5355004453426565 in ?? ()
#159 0x00746f6f723d5245 in ?? ()
#160 0x494c53534e45504f in ?? ()
#161 0x2f7273752f3d434e in ?? ()
#162 0x006564756c636e69 in ?? ()
#163 0x61762f3d4c49414d in ?? ()
#164 0x722f6c69616d2f72 in ?? ()
#165 0x4658584300746f6f in ?? ()
#166 0x324f2d3d5347414c in ?? ()
#167 0x74732d6f6e662d20 in ?? ()
#168 0x696c612d74636972 in ?? ()
#169 0x702d20676e697361 in ?? ()
#170 0x72616d2d20657069 in ?? ()
---Type <return> to continue, or q <return> to quit---
#171 0x6e6f636f6e3d6863 in ?? ()
#172 0x4552504e414d0061 in ?? ()
#173 0x7273752f3d584946 in ?? ()
#174 0x6b2f6c61636f6c2f in ?? ()
#175 0x564c485300346564 in ?? ()
#176 0x4231315800313d4c in ?? ()
#177 0x7273752f3d455341 in ?? ()
#178 0x42006c61636f6c2f in ?? ()
#179 0x7365793d48435441 in ?? ()
#180 0x3d445750444c4f00 in ?? ()
#181 0x726f702f7273752f in ?? ()
#182 0x6b2f74656e2f7374 in ?? ()
#183 0x726f7774656e6564 in ?? ()
#184 0x2f6b726f772f346b in ?? ()
#185 0x6f7774656e65646b in ?? ()
#186 0x312e322e342d6b72 in ?? ()
#187 0x4800646c6975622f in ?? ()
#188 0x6f6f722f3d454d4f in ?? ()
#189 0x53534e45504f0074 in ?? ()
#190 0x74652f3d5249444c in ?? ()
#191 0x4150006c73732f63 in ?? ()
#192 0x65726f6d3d524547 in ?? ()
#193 0x5347414c46444c00 in ?? ()
#194 0x68746170722d203d in ?? ()
#195 0x696c2f7273752f3d in ?? ()
#196 0x6c2f7273752f3a62 in ?? ()
#197 0x62696c2f6c61636f in ?? ()
#198 0x534e495f44534200 in ?? ()
#199 0x5243535f4c4c4154 in ?? ()
#200 0x74736e693d545049 in ?? ()
#201 0x206f2d20206c6c61 in ?? ()
#202 0x20672d20746f6f72 in ?? ()
#203 0x6d2d206c65656877 in ?? ()
#204 0x4b414d0035353520 in ?? ()
#205 0x203d5347414c4645 in ?? ()
#206 0x646d613d48435241 in ?? ()
#207 0x535953504f203436 in ?? ()
#208 0x445342656572463d in ?? ()
#209 0x373d4c4552534f20 in ?? ()
#210 0x524556534f20322e in ?? ()
#211 0x3130373d4e4f4953 in ?? ()
#212 0x5453595320363031 in ?? ()
#213 0x4f49535245564d45 in ?? ()
#214 0x534e45504f203d4e in ?? ()
#215 0x47414c46435f4c53 in ?? ()
#216 0x495f4f4e442d3d53 in ?? ()
#217 0x4b414d5100414544 in ?? ()
#218 0x752f3d4345505345 in ?? ()
#219 0x6c61636f6c2f7273 in ?? ()
#220 0x712f65726168732f in ?? ()
#221 0x6570736b6d2f3474 in ?? ()
#222 0x62656572662f7363 in ?? ()
#223 0x4f002b2b672d6473 in ?? ()
#224 0x322e373d4c455253 in ?? ()
#225 0x656d6f682f3d5f00 in ?? ()
#226 0x2f646c616e6f722f in ?? ()
#227 0x74726f702f6e6962 in ?? ()
---Type <return> to continue, or q <return> to quit---
#228 0x6461726770755f73 in ?? ()
#229 0x42494c0068732e65 in ?? ()
#230 0x7273752f3d524944 in ?? ()
#231 0x474b500062696c2f in ?? ()
#232 0x5f50554b4341425f in ?? ()
#233 0x7273752f3d524944 in ?? ()
#234 0x702f7374726f702f in ?? ()
#235 0x2f736567616b6361 in ?? ()
#236 0x4c5f4f4e006c6c41 in ?? ()
#237 0x005345593d544e49 in ?? ()
#238 0x6574783d4d524554 in ?? ()
#239 0x4b434f4c42006d72 in ?? ()
#240 0x42004b3d455a4953 in ?? ()
#241 0x4154534e495f4453 in ?? ()
#242 0x3d415441445f4c4c in ?? ()
#243 0x206c6c6174736e69 in ?? ()
#244 0x746f6f72206f2d20 in ?? ()
#245 0x6565687720672d20 in ?? ()
#246 0x343434206d2d206c in ?? ()
#247 0x4544415247505500 in ?? ()
#248 0x45565f54524f505f in ?? ()
#249 0x00312e322e343d52 in ?? ()
#250 0x62732f3d48544150 in ?? ()
#251 0x3a6e69622f3a6e69 in ?? ()
#252 0x6962732f7273752f in ?? ()
#253 0x622f7273752f3a6e in ?? ()
#254 0x2f7273752f3a6e69 in ?? ()
#255 0x752f3a73656d6167 in ?? ()
#256 0x6c61636f6c2f7273 in ?? ()
#257 0x752f3a6e6962732f in ?? ()
#258 0x6c61636f6c2f7273 in ?? ()
#259 0x6f722f3a6e69622f in ?? ()
#260 0x50006e69622f746f in ?? ()
#261 0x3d534547414b4341 in ?? ()
#262 0x726f702f7273752f in ?? ()
#263 0x616b6361702f7374 in ?? ()
#264 0x414c464300736567 in ?? ()
#265 0x2d20324f2d3d5347 in ?? ()
#266 0x697274732d6f6e66 in ?? ()
#267 0x7361696c612d7463 in ?? ()
#268 0x7069702d20676e69 in ?? ()
#269 0x686372616d2d2065 in ?? ()
#270 0x00616e6f636f6e3d in ?? ()
#271 0x45564d4554535953 in ?? ()
#272 0x4f003d4e4f495352 in ?? ()
#273 0x4e4f495352455653 in ?? ()
#274 0x003630313130373d in ?? ()
#275 0x2f3d584946455250 in ?? ()
#276 0x61636f6c2f727375 in ?? ()
#277 0x53003465646b2f6c in ?? ()
#278 0x69622f3d4c4c4548 in ?? ()
#279 0x4d5f5f0068732f6e in ?? ()
#280 0x343d5f5f4c564c4b in ?? ()
#281 0x4c53534e45504f00 in ?? ()
#282 0x73752f3d45534142 in ?? ()
#283 0x2b633d5858430072 in ?? ()
#284 0x424c41434f4c002b in ?? ()
---Type <return> to continue, or q <return> to quit---
#285 0x7273752f3d455341 in ?? ()
#286 0x50006c61636f6c2f in ?? ()
#287 0x3d485441505f474b in ?? ()
#288 0x726f702f7273752f in ?? ()
#289 0x616b6361702f7374 in ?? ()
#290 0x006c6c412f736567 in ?? ()
#291 0x5f45444152475055 in ?? ()
#292 0x726f703d4c4f4f54 in ?? ()
#293 0x6564617267707574 in ?? ()
#294 0x73752f3d44575000 in ?? ()
#295 0x2f7374726f702f72 in ?? ()
#296 0x6e65646b2f74656e in ?? ()
#297 0x2f346b726f777465 in ?? ()
#298 0x65646b2f6b726f77 in ?? ()
#299 0x2d6b726f7774656e in ?? ()
#300 0x75622f312e322e34 in ?? ()
#301 0x736e646b2f646c69 in ?? ()
#302 0x616c736f692f6473 in ?? ()
#303 0x495f445342006576 in ?? ()
#304 0x4d5f4c4c4154534e in ?? ()
#305 0x6174736e693d4e41 in ?? ()
#306 0x72206f2d20206c6c in ?? ()
#307 0x7720672d20746f6f in ?? ()
#308 0x206d2d206c656568 in ?? ()
#309 0x5f50544600343434 in ?? ()
#310 0x5f45564953534150 in ?? ()
#311 0x5345593d45444f4d in ?? ()
#312 0x494c4649544f4d00 in ?? ()
#313 0x7273752f4c2d3d42 in ?? ()
#314 0x6c2f6c61636f6c2f in ?? ()
#315 0x206d586c2d206269 in ?? ()
#316 0x3d43430070586c2d in ?? ()
#317 0x4152475055006363 in ?? ()
#318 0x3d54524f505f4544 in ?? ()
#319 0x6f7774656e65646b in ?? ()
#320 0x312e322e342d6b72 in ?? ()
#321 0x4c53534e45504f00 in ?? ()
#322 0x7273752f3d42494c in ?? ()
#323 0x4453420062696c2f in ?? ()
#324 0x4c4c4154534e495f in ?? ()
#325 0x4d4152474f52505f in ?? ()
#326 0x6c6c6174736e693d in ?? ()
#327 0x206f2d20732d2020 in ?? ()
#328 0x20672d20746f6f72 in ?? ()
#329 0x6d2d206c65656877 in ?? ()
#330 0x45504f0035353520 in ?? ()
#331 0x4c46435f4c53534e in ?? ()
#332 0x4f4e442d3d534741 in ?? ()
#333 0x000000414544495f in ?? ()
#334 0x0000000000000000 in ?? ()
#335 0x0000000000000000 in ?? ()
#336 0x0000000000000000 in ?? ()
#337 0x0000000000000000 in ?? ()
#338 0x0000000000000000 in ?? ()
#339 0x0000000000000000 in ?? ()
#340 0x0000000000000000 in ?? ()
#341 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#342 0x0000000000000000 in ?? ()
#343 0x0000000000000000 in ?? ()
#344 0x0000000000000000 in ?? ()
#345 0x0000000000000000 in ?? ()
#346 0x0000000000000000 in ?? ()
#347 0x0000000000000000 in ?? ()
#348 0x0000000000000000 in ?? ()
#349 0x0000000000000000 in ?? ()
#350 0x0000000000000000 in ?? ()
#351 0x0000000000000000 in ?? ()
#352 0x0000000000000000 in ?? ()
#353 0x0000000000000000 in ?? ()
#354 0x0000000000000000 in ?? ()
#355 0x0000000000000000 in ?? ()
#356 0x0000000000000000 in ?? ()
#357 0x0000000000000000 in ?? ()
#358 0x0000000000000000 in ?? ()
#359 0x0000000000000000 in ?? ()
#360 0x0000000000000000 in ?? ()
#361 0x0000000000000000 in ?? ()
#362 0x0000000000000000 in ?? ()
#363 0x0000000000000000 in ?? ()
#364 0x0000000000000000 in ?? ()
#365 0x0000000000000000 in ?? ()
#366 0x0000000000000000 in ?? ()
#367 0x0000000000000000 in ?? ()
#368 0x0000000000000000 in ?? ()
#369 0x0000000000000000 in ?? ()
#370 0x0000000000000000 in ?? ()
#371 0x0000000000000000 in ?? ()
#372 0x0000000000000000 in ?? ()
#373 0x0000000000000000 in ?? ()
#374 0x0000000000000000 in ?? ()
#375 0x0000000000000000 in ?? ()
#376 0x0000000000000000 in ?? ()
#377 0x0000000000000000 in ?? ()
#378 0x0000000000000000 in ?? ()
#379 0x0000000000000000 in ?? ()
#380 0x0000000000000000 in ?? ()
#381 0x0000000000000000 in ?? ()
#382 0x0000000000000000 in ?? ()
#383 0x0000000000000000 in ?? ()
#384 0x0000000000000000 in ?? ()
#385 0x0000000000000000 in ?? ()
#386 0x0000000000000000 in ?? ()
#387 0x0000000000000000 in ?? ()
#388 0x0000000000000000 in ?? ()
#389 0x0000000000000000 in ?? ()
#390 0x0000000000000000 in ?? ()
#391 0x0000000000000000 in ?? ()
#392 0x0000000000000000 in ?? ()
#393 0x0000000000000000 in ?? ()
#394 0x0000000000000000 in ?? ()
#395 0x0000000000000000 in ?? ()
#396 0x0000000000000000 in ?? ()
#397 0x0000000000000000 in ?? ()
#398 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#399 0x0000000000000000 in ?? ()
#400 0x0000000000000000 in ?? ()
#401 0x0000000000000000 in ?? ()
#402 0x0000000000000000 in ?? ()
#403 0x0000000000000000 in ?? ()
#404 0x0000000000000000 in ?? ()
#405 0x0000000000000000 in ?? ()
#406 0x0000000000000000 in ?? ()
#407 0x0000000000000000 in ?? ()
#408 0x0000000000000000 in ?? ()
#409 0x0000000000000000 in ?? ()
#410 0x0000000000000000 in ?? ()
#411 0x0000000000000000 in ?? ()
#412 0x0000000000000000 in ?? ()
#413 0x0000000000000000 in ?? ()
#414 0x0000000000000000 in ?? ()
#415 0x0000000000000000 in ?? ()
#416 0x0000000000000000 in ?? ()
#417 0x0000000000000000 in ?? ()
#418 0x0000000000000000 in ?? ()
#419 0x0000000000000000 in ?? ()
#420 0x0000000000000000 in ?? ()
#421 0x0000000000000000 in ?? ()
#422 0x0000000000000000 in ?? ()
#423 0x0000000000000000 in ?? ()
#424 0x0000000000000000 in ?? ()
#425 0x0000000000000000 in ?? ()
#426 0x0000000000000000 in ?? ()
#427 0x0000000000000000 in ?? ()
#428 0x0000000000000000 in ?? ()
#429 0x0000000000000000 in ?? ()
#430 0x0000000000000000 in ?? ()
#431 0x0000000000000000 in ?? ()
#432 0x0000000000000000 in ?? ()
#433 0x0000000000000000 in ?? ()
#434 0x0000000000000000 in ?? ()
#435 0x0000000000000000 in ?? ()
#436 0x0000000000000000 in ?? ()
#437 0x0000000000000000 in ?? ()
#438 0x0000000000000000 in ?? ()
#439 0x0000000000000000 in ?? ()
#440 0x0000000000000000 in ?? ()
#441 0x0000000000000000 in ?? ()
#442 0x0000000000000000 in ?? ()
#443 0x0000000000000000 in ?? ()
#444 0x0000000000000000 in ?? ()
#445 0x0000000000000000 in ?? ()
#446 0x0000000000000000 in ?? ()
#447 0x0000000000000000 in ?? ()
#448 0x0000000000000000 in ?? ()
#449 0x0000000000000000 in ?? ()
#450 0x0000000000000000 in ?? ()
#451 0x0000000000000000 in ?? ()
#452 0x0000000000000000 in ?? ()
#453 0x0000000000000000 in ?? ()
#454 0x0000000000000000 in ?? ()
#455 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#456 0x0000000000000000 in ?? ()
#457 0x0000000000000000 in ?? ()
#458 0x0000000000000000 in ?? ()
#459 0x0000000000000000 in ?? ()
#460 0x0000000000000000 in ?? ()
#461 0x0000000000000000 in ?? ()
#462 0x0000000000000000 in ?? ()
#463 0x0000000000000000 in ?? ()
#464 0x0000000000000000 in ?? ()
#465 0x0000000000000000 in ?? ()
#466 0x0000000000000000 in ?? ()
#467 0x0000000000000000 in ?? ()
#468 0x0000000000000000 in ?? ()
#469 0x0000000000000000 in ?? ()
#470 0x0000000000000000 in ?? ()
#471 0x0000000000000000 in ?? ()
#472 0x0000000000000000 in ?? ()
#473 0x0000000000000000 in ?? ()
#474 0x0000000000000000 in ?? ()
#475 0x0000000000000000 in ?? ()
#476 0x0000000000000000 in ?? ()
#477 0x0000000000000000 in ?? ()
#478 0x0000000000000000 in ?? ()
#479 0x0000000000000000 in ?? ()
#480 0x0000000000000000 in ?? ()
#481 0x0000000000000000 in ?? ()
#482 0x0000000000000000 in ?? ()
#483 0x0000000000000000 in ?? ()
#484 0x0000000000000000 in ?? ()
#485 0x0000000000000000 in ?? ()
#486 0x0000000000000000 in ?? ()
#487 0x0000000000000000 in ?? ()
#488 0x0000000000000000 in ?? ()
#489 0x0000000000000000 in ?? ()
#490 0x0000000000000000 in ?? ()
#491 0x0000000000000000 in ?? ()
#492 0x0000000000000000 in ?? ()
#493 0x0000000000000000 in ?? ()
#494 0x0000000000000000 in ?? ()
#495 0x0000000000000000 in ?? ()
#496 0x0000000000000000 in ?? ()
#497 0x0000000000000000 in ?? ()
#498 0x0000000000000000 in ?? ()
#499 0x0000000000000000 in ?? ()
#500 0x0000000000000000 in ?? ()
#501 0x0000000000000000 in ?? ()
#502 0x0000000000000000 in ?? ()
#503 0x0000000000000000 in ?? ()
#504 0x0000000000000000 in ?? ()
#505 0x0000000000000000 in ?? ()
#506 0x0000000000000000 in ?? ()
#507 0x0000000000000000 in ?? ()
#508 0x0000000000000000 in ?? ()
#509 0x0000000000000000 in ?? ()
#510 0x0000000000000000 in ?? ()
#511 0x0000000000000000 in ?? ()
#512 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#513 0x0000000000000000 in ?? ()
#514 0x0000000000000000 in ?? ()
#515 0x0000000000000000 in ?? ()
#516 0x0000000000000000 in ?? ()
#517 0x0000000000000000 in ?? ()
#518 0x0000000000000000 in ?? ()
#519 0x0000000000000000 in ?? ()
#520 0x0000000000000000 in ?? ()
#521 0x0000000000000000 in ?? ()
#522 0x0000000000000000 in ?? ()
#523 0x0000000000000000 in ?? ()
#524 0x0000000000000000 in ?? ()
#525 0x0000000000000000 in ?? ()
#526 0x0000000000000000 in ?? ()
#527 0x0000000000000000 in ?? ()
#528 0x0000000000000000 in ?? ()
#529 0x0000000000000000 in ?? ()
#530 0x0000000000000000 in ?? ()
#531 0x0000000000000000 in ?? ()
#532 0x0000000000000000 in ?? ()
#533 0x0000000000000000 in ?? ()
#534 0x0000000000000000 in ?? ()
#535 0x0000000000000000 in ?? ()
#536 0x0000000000000000 in ?? ()
#537 0x0000000000000000 in ?? ()
#538 0x0000000000000000 in ?? ()
#539 0x0000000000000000 in ?? ()
#540 0x0000000000000000 in ?? ()
#541 0x0000000000000000 in ?? ()
#542 0x0000000000000000 in ?? ()
#543 0x0000000000000000 in ?? ()
#544 0x0000000000000000 in ?? ()
#545 0x0000000000000000 in ?? ()
#546 0x0000000000000000 in ?? ()
#547 0x0000000000000000 in ?? ()
#548 0x0000000000000000 in ?? ()
#549 0x0000000000000000 in ?? ()
#550 0x0000000000000000 in ?? ()
#551 0x0000000000000000 in ?? ()
#552 0x0000000000000000 in ?? ()
#553 0x0000000000000000 in ?? ()
#554 0x0000000000000000 in ?? ()
#555 0x0000000000000000 in ?? ()
#556 0x0000000000000000 in ?? ()
#557 0x0000000000000000 in ?? ()
#558 0x0000000000000000 in ?? ()
#559 0x0000000000000000 in ?? ()
#560 0x0000000000000000 in ?? ()
#561 0x0000000000000000 in ?? ()
#562 0x0000000000000000 in ?? ()
#563 0x0000000000000000 in ?? ()
#564 0x0000000000000000 in ?? ()
#565 0x0000000000000000 in ?? ()
#566 0x0000000000000000 in ?? ()
#567 0x0000000000000000 in ?? ()
#568 0x0000000000000000 in ?? ()
#569 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#570 0x0000000000000000 in ?? ()
#571 0x0000000000000000 in ?? ()
#572 0x0000000000000000 in ?? ()
#573 0x0000000000000000 in ?? ()
#574 0x0000000000000000 in ?? ()
#575 0x0000000000000000 in ?? ()
#576 0x0000000000000000 in ?? ()
#577 0x0000000000000000 in ?? ()
#578 0x0000000000000000 in ?? ()
#579 0x0000000000000000 in ?? ()
#580 0x0000000000000000 in ?? ()
#581 0x0000000000000000 in ?? ()
#582 0x0000000000000000 in ?? ()
#583 0x0000000000000000 in ?? ()
#584 0x0000000000000000 in ?? ()
#585 0x0000000000000000 in ?? ()
#586 0x0000000000000000 in ?? ()
#587 0x0000000000000000 in ?? ()
#588 0x0000000000000000 in ?? ()
#589 0x0000000000000000 in ?? ()
#590 0x0000000000000000 in ?? ()
#591 0x0000000000000000 in ?? ()
#592 0x0000000000000000 in ?? ()
#593 0x0000000000000000 in ?? ()
#594 0x0000000000000000 in ?? ()
#595 0x0000000000000000 in ?? ()
#596 0x0000000000000000 in ?? ()
#597 0x0000000000000000 in ?? ()
#598 0x0000000000000000 in ?? ()
#599 0x0000000000000000 in ?? ()
#600 0x0000000000000000 in ?? ()
#601 0x0000000000000000 in ?? ()
#602 0x0000000000000000 in ?? ()
#603 0x0000000000000000 in ?? ()
#604 0x0000000000000000 in ?? ()
#605 0x0000000000000000 in ?? ()
#606 0x0000000000000000 in ?? ()
#607 0x0000000000000000 in ?? ()
#608 0x0000000000000000 in ?? ()
#609 0x0000000000000000 in ?? ()
#610 0x0000000000000000 in ?? ()
#611 0x0000000000000000 in ?? ()
#612 0x0000000000000000 in ?? ()
#613 0x0000000000000000 in ?? ()
#614 0x0000000000000000 in ?? ()
#615 0x0000000000000000 in ?? ()
#616 0x0000000000000000 in ?? ()
#617 0x0000000000000000 in ?? ()
#618 0x0000000000000000 in ?? ()
#619 0x0000000000000000 in ?? ()
#620 0x0000000000000000 in ?? ()
#621 0x0000000000000000 in ?? ()
#622 0x0000000000000000 in ?? ()
#623 0x0000000000000000 in ?? ()
#624 0x0000000000000000 in ?? ()
#625 0x0000000000000000 in ?? ()
#626 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#627 0x0000000000000000 in ?? ()
#628 0x0000000000000000 in ?? ()
#629 0x0000000000000000 in ?? ()
#630 0x0000000000000000 in ?? ()
#631 0x0000000000000000 in ?? ()
#632 0x0000000000000000 in ?? ()
#633 0x0000000000000000 in ?? ()
#634 0x0000000000000000 in ?? ()
#635 0x0000000000000000 in ?? ()
#636 0x0000000000000000 in ?? ()
#637 0x0000000000000000 in ?? ()
#638 0x0000000000000000 in ?? ()
#639 0x0000000000000000 in ?? ()
#640 0x0000000000000000 in ?? ()
#641 0x0000000000000000 in ?? ()
#642 0x0000000000000000 in ?? ()
#643 0x0000000000000000 in ?? ()
#644 0x0000000000000000 in ?? ()
#645 0x0000000000000000 in ?? ()
#646 0x0000000000000000 in ?? ()
#647 0x0000000000000000 in ?? ()
#648 0x0000000000000000 in ?? ()
#649 0x0000000000000000 in ?? ()
#650 0x0000000000000000 in ?? ()
#651 0x0000000000000000 in ?? ()
#652 0x0000000000000000 in ?? ()
#653 0x0000000000000000 in ?? ()
#654 0x0000000000000000 in ?? ()
#655 0x0000000000000000 in ?? ()
#656 0x0000000000000000 in ?? ()
#657 0x0000000000000000 in ?? ()
#658 0x0000000000000000 in ?? ()
#659 0x0000000000000000 in ?? ()
#660 0x0000000000000000 in ?? ()
#661 0x0000000000000000 in ?? ()
#662 0x0000000000000000 in ?? ()
#663 0x0000000000000000 in ?? ()
#664 0x0000000000000000 in ?? ()
#665 0x0000000000000000 in ?? ()
#666 0x0000000000000000 in ?? ()
#667 0x0000000000000000 in ?? ()
#668 0x0000000000000000 in ?? ()
#669 0x0000000000000000 in ?? ()
#670 0x0000000000000000 in ?? ()
#671 0x0000000000000000 in ?? ()
#672 0x0000000000000000 in ?? ()
#673 0x0000000000000000 in ?? ()
#674 0x0000000000000000 in ?? ()
#675 0x0000000000000000 in ?? ()
#676 0x0000000000000000 in ?? ()
#677 0x0000000000000000 in ?? ()
#678 0x0000000000000000 in ?? ()
#679 0x0000000000000000 in ?? ()
#680 0x0000000000000000 in ?? ()
#681 0x0000000000000000 in ?? ()
#682 0x0000000000000000 in ?? ()
#683 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#684 0x0000000000000000 in ?? ()
#685 0x0000000000000000 in ?? ()
#686 0x0000000000000000 in ?? ()
#687 0x0000000000000000 in ?? ()
#688 0x0000000000000000 in ?? ()
#689 0x0000000000000000 in ?? ()
#690 0x0000000000000000 in ?? ()
#691 0x0000000000000000 in ?? ()
#692 0x0000000000000000 in ?? ()
#693 0x0000000000000000 in ?? ()
#694 0x0000000000000000 in ?? ()
#695 0x0000000000000000 in ?? ()
#696 0x0000000000000000 in ?? ()
#697 0x0000000000000000 in ?? ()
#698 0x0000000000000000 in ?? ()
#699 0x0000000000000000 in ?? ()
#700 0x0000000000000000 in ?? ()
#701 0x0000000000000000 in ?? ()
#702 0x0000000000000000 in ?? ()
#703 0x0000000000000000 in ?? ()
#704 0x0000000000000000 in ?? ()
#705 0x0000000000000000 in ?? ()
#706 0x0000000000000000 in ?? ()
#707 0x0000000000000000 in ?? ()
#708 0x0000000000000000 in ?? ()
#709 0x0000000000000000 in ?? ()
#710 0x0000000000000000 in ?? ()
#711 0x0000000000000000 in ?? ()
#712 0x0000000000000000 in ?? ()
#713 0x0000000000000000 in ?? ()
#714 0x0000000000000000 in ?? ()
#715 0x0000000000000000 in ?? ()
#716 0x0000000000000000 in ?? ()
#717 0x0000000000000000 in ?? ()
#718 0x0000000000000000 in ?? ()
#719 0x0000000000000000 in ?? ()
#720 0x0000000000000000 in ?? ()
#721 0x0000000000000000 in ?? ()
#722 0x0000000000000000 in ?? ()
#723 0x0000000000000000 in ?? ()
#724 0x0000000000000000 in ?? ()
#725 0x0000000000000000 in ?? ()
#726 0x0000000000000000 in ?? ()
#727 0x0000000000000000 in ?? ()
#728 0x0000000000000000 in ?? ()
#729 0x0000000000000000 in ?? ()
#730 0x0000000000000000 in ?? ()
#731 0x0000000000000000 in ?? ()
#732 0x0000000000000000 in ?? ()
#733 0x0000000000000000 in ?? ()
#734 0x0000000000000000 in ?? ()
#735 0x0000000000000000 in ?? ()
#736 0x0000000000000000 in ?? ()
#737 0x0000000000000000 in ?? ()
#738 0x0000000000000000 in ?? ()
#739 0x0000000000000000 in ?? ()
#740 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#741 0x0000000000000000 in ?? ()
#742 0x0000000000000000 in ?? ()
#743 0x0000000000000000 in ?? ()
#744 0x0000000000000000 in ?? ()
#745 0x0000000000000000 in ?? ()
#746 0x0000000000000000 in ?? ()
#747 0x0000000000000000 in ?? ()
#748 0x0000000000000000 in ?? ()
#749 0x0000000000000000 in ?? ()
#750 0x0000000000000000 in ?? ()
#751 0x0000000000000000 in ?? ()
#752 0x0000000000000000 in ?? ()
#753 0x0000000000000000 in ?? ()
#754 0x0000000000000000 in ?? ()
#755 0x0000000000000000 in ?? ()
#756 0x0000000000000000 in ?? ()
#757 0x0000000000000000 in ?? ()
#758 0x0000000000000000 in ?? ()
#759 0x0000000000000000 in ?? ()
#760 0x0000000000000000 in ?? ()
#761 0x0000000000000000 in ?? ()
#762 0x0000000000000000 in ?? ()
#763 0x0000000000000000 in ?? ()
#764 0x0000000000000000 in ?? ()
#765 0x0000000000000000 in ?? ()
#766 0x0000000000000000 in ?? ()
#767 0x0000000000000000 in ?? ()
#768 0x0000000000000000 in ?? ()
#769 0x0000000000000000 in ?? ()
#770 0x0000000000000000 in ?? ()
#771 0x0000000000000000 in ?? ()
#772 0x0000000000000000 in ?? ()
#773 0x0000000000000000 in ?? ()
#774 0x0000000000000000 in ?? ()
#775 0x0000000000000000 in ?? ()
#776 0x0000000000000000 in ?? ()
#777 0x0000000000000000 in ?? ()
#778 0x0000000000000000 in ?? ()
#779 0x0000000000000000 in ?? ()
#780 0x0000000000000000 in ?? ()
#781 0x0000000000000000 in ?? ()
#782 0x0000000000000000 in ?? ()
#783 0x0000000000000000 in ?? ()
#784 0x0000000000000000 in ?? ()
#785 0x0000000000000000 in ?? ()
#786 0x0000000000000000 in ?? ()
#787 0x0000000000000000 in ?? ()
#788 0x0000000000000000 in ?? ()
#789 0x0000000000000000 in ?? ()
#790 0x0000000000000000 in ?? ()
#791 0x0000000000000000 in ?? ()
#792 0x0000000000000000 in ?? ()
#793 0x0000000000000000 in ?? ()
#794 0x0000000000000000 in ?? ()
#795 0x0000000000000000 in ?? ()
#796 0x0000000000000000 in ?? ()
#797 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#798 0x0000000000000000 in ?? ()
#799 0x0000000000000000 in ?? ()
#800 0x0000000000000000 in ?? ()
#801 0x0000000000000000 in ?? ()
#802 0x0000000000000000 in ?? ()
#803 0x0000000000000000 in ?? ()
#804 0x0000000000000000 in ?? ()
#805 0x0000000000000000 in ?? ()
#806 0x0000000000000000 in ?? ()
#807 0x0000000000000000 in ?? ()
#808 0x0000000000000000 in ?? ()
#809 0x0000000000000000 in ?? ()
#810 0x0000000000000000 in ?? ()
#811 0x0000000000000000 in ?? ()
#812 0x0000000000000000 in ?? ()
#813 0x0000000000000000 in ?? ()
#814 0x0000000000000000 in ?? ()
#815 0x0000000000000000 in ?? ()
#816 0x0000000000000000 in ?? ()
#817 0x0000000000000000 in ?? ()
#818 0x0000000000000000 in ?? ()
#819 0x0000000000000000 in ?? ()
#820 0x0000000000000000 in ?? ()
#821 0x0000000000000000 in ?? ()
#822 0x0000000000000000 in ?? ()
#823 0x0000000000000000 in ?? ()
#824 0x0000000000000000 in ?? ()
#825 0x0000000000000000 in ?? ()
#826 0x0000000000000000 in ?? ()
#827 0x0000000000000000 in ?? ()
#828 0x0000000000000000 in ?? ()
#829 0x0000000000000000 in ?? ()
#830 0x0000000000000000 in ?? ()
#831 0x0000000000000000 in ?? ()
#832 0x0000000000000000 in ?? ()
#833 0x0000000000000000 in ?? ()
#834 0x0000000000000000 in ?? ()
#835 0x0000000000000000 in ?? ()
#836 0x0000000000000000 in ?? ()
#837 0x0000000000000000 in ?? ()
#838 0x0000000000000000 in ?? ()
#839 0x0000000000000000 in ?? ()
#840 0x0000000000000000 in ?? ()
#841 0x0000000000000000 in ?? ()
#842 0x0000000000000000 in ?? ()
#843 0x0000000000000000 in ?? ()
#844 0x0000000000000000 in ?? ()
#845 0x0000000000000000 in ?? ()
#846 0x247c8d48002454ff in ?? ()
#847 0x01a1c0c748006a10 in ?? ()
#848 0x66fdebf4050f0000 in ?? ()
#849 0x9066669066669066 in ?? ()
#850 0x00007fffffffe630 in ?? ()
#851 0x0000000000000006 in ?? ()
#852 0x00007fffffffe668 in ?? ()
#853 0x0000000000000032 in ?? ()
Error accessing memory address 0x800000000000: Bad address.
(gdb) The program is running. Quit anyway (and detach it)? (y or n) y
Detaching from program: /usr/local/bin/automoc4, process 43404
[r...@sjakie ~]# exit
Script done on Thu Mar 26 19:42:41 2009
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"