Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jul 2008 01:12:47 +0200
From:      =?UTF-8?Q?Daniel_Dvo=C5=99=C3=A1k?= <dandee@hellteam.net>
To:        <ports@FreeBSD.org>
Cc:        ports-bugs@FreeBSD.org
Subject:   FreeBSD Port: monitord-0.4.1_2
Message-ID:  <0710D4CEFA6943DDB4294A60017B9EA7@tocnet28.jspoj.czf>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

------=_NextPart_000_000C_01C8E2F3.3C1C0A20
Content-Type: text/plain;
	charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Hi all,
=20
	I needed to resolve the problem with verlihub, which refuses to =
properly run at the start of router. I tried using rcorder various =
tricks with orderring to run verlihub in the background of other =
processes.
Nothing helped me.

I have decided to use monitord, which monitors whether verlihub run at =
the start of router. For some time it worked well, although verlihub =
always in the first run snaps and the kernel recorded core file to =
filesystem
as /monitord.core, but monitord always starts up verlihub at the second =
attempt.

Monitord recently stopped work, and I do not know why.

In addition, continuing the necessary facts and attached gdb backtraced =
output:
=20
[root@r /]# /etc2/rc.d/monitord status
monitord is not running.

[root@r /]# /etc2/rc.d/monitord start
Starting monitord.

[root@r /]# /etc2/rc.d/monitord status
monitord is not running.

[root@r /]# ls -l /monitord.core
-rw-------  1 root  wheel  495616 11 =C4=8Dvc 00:29 /monitord.core

[root@r /]# dmesg -a | grep "monitord"
Starting monitord.
pid 1460 (monitord), uid 0: exited on signal 11 (core dumped)
pid 96607 (monitord), uid 0: exited on signal 11 (core dumped)
pid 96625 (monitord), uid 0: exited on signal 11 (core dumped)
pid 96697 (monitord), uid 0: exited on signal 11 (core dumped)
pid 97330 (monitord), uid 0: exited on signal 11 (core dumped)
pid 99878 (monitord), uid 0: exited on signal 11 (core dumped)
[root@r /]#
=20
[root@r /]# cat /var/log/messages | grep "monitord"
Jul  7 00:40:03 r kernel: pid 1460 (monitord), uid 0: exited on signal =
11 (core dumped)
Jul  7 00:40:03 r monitord: restarted "verlihub" using =
"/etc2/rc.d/verlihub  start"
Jul  9 21:45:30 r kernel: pid 1481 (monitord), uid 0: exited on signal =
11 (core dumped)
Jul  9 21:45:30 r monitord: restarted "verlihub" using =
"/etc2/rc.d/verlihub  start"
Jul  9 22:38:11 r kernel: pid 1459 (monitord), uid 0: exited on signal =
11 (core dumped)
Jul  9 22:38:12 r monitord: restarted "verlihub" using =
"/etc2/rc.d/verlihub  start"
Jul  9 22:49:25 r kernel: pid 1459 (monitord), uid 0: exited on signal =
11 (core dumped)
Jul  9 22:49:25 r monitord: restarted "verlihub" using =
"/etc2/rc.d/verlihub  start"
Jul  9 22:55:49 r kernel: pid 1460 (monitord), uid 0: exited on signal =
11 (core dumped)
Jul  9 22:55:49 r monitord: restarted "verlihub" using =
"/etc2/rc.d/verlihub  start"
Jul 11 00:19:26 r kernel: pid 96607 (monitord), uid 0: exited on signal =
11 (core dumped)
Jul 11 00:19:33 r kernel: pid 96625 (monitord), uid 0: exited on signal =
11 (core dumped)
Jul 11 00:20:21 r kernel: pid 96697 (monitord), uid 0: exited on signal =
11 (core dumped)
Jul 11 00:23:29 r kernel: pid 97330 (monitord), uid 0: exited on signal =
11 (core dumped)
Jul 11 00:29:51 r kernel: pid 99878 (monitord), uid 0: exited on signal =
11 (core dumped)

[root@r /]# mount
/dev/ad0s1a on / (ufs, NFS exported, local)
devfs on /dev (devfs, local)
/dev/ad0s1e on /jail (ufs, local, read-only)
/dev/ad0s1d on /tmp (ufs, local, soft-updates)
/dev/ad0s1g on /usr (ufs, NFS exported, local, soft-updates)
/dev/ad0s1f on /var (ufs, NFS exported, local, soft-updates)
procfs on /proc (procfs, local)
linprocfs on /usr/compat/linux/proc (linprocfs, local)
devfs on /var/named/dev (devfs, local)

------=_NextPart_000_000C_01C8E2F3.3C1C0A20
Content-Type: text/plain;
	name="monitord.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="monitord.txt"

[root@r /]# gdb -c /monitord.core /usr/local/sbin/monitord
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 "i386-marcel-freebsd"...(no debugging symbols =
found)...
Core was generated by `monitord'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libc.so.6...(no debugging symbols =
found)...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols =
found)...done.
Loaded symbols for /libexec/ld-elf.so.1
#0  0x28135d61 in strncpy () from /lib/libc.so.6
(gdb) backtrace
#0  0x28135d61 in strncpy () from /lib/libc.so.6
#1  0x08049393 in ?? ()
#2  0xbfbfe4e0 in ?? ()
#3  0x00000000 in ?? ()
#4  0x00000055 in ?? ()
#5  0x00000000 in ?? ()
#6  0x00000000 in ?? ()
#7  0x00000000 in ?? ()
#8  0x00000000 in ?? ()
#9  0x00000000 in ?? ()
#10 0x00000000 in ?? ()
#11 0x00000000 in ?? ()
#12 0x00000000 in ?? ()
#13 0x00000000 in ?? ()
#14 0x00000000 in ?? ()
#15 0x00000000 in ?? ()
#16 0x00000000 in ?? ()
#17 0x00000000 in ?? ()
#18 0x00000000 in ?? ()
#19 0x00000000 in ?? ()
#20 0x00000000 in ?? ()
#21 0x00000001 in ?? ()
#22 0x0804d400 in ?? ()
#23 0x0804d000 in ?? ()
#24 0xbfbfdda0 in ?? ()
#25 0x00000000 in ?? ()
#26 0x00000002 in ?? ()
#27 0x00000002 in ?? ()
#28 0x00000003 in ?? ()
#29 0x00000000 in ?? ()
#30 0x00000001 in ?? ()
#31 0x00000001 in ?? ()
#32 0x00000000 in ?? ()
#33 0x00000000 in ?? ()
#34 0x6374652f in ?? ()
#35 0x63720032 in ?? ()
#36 0x7600642e in ?? ()
#37 0x696c7265 in ?? ()
#38 0x00627568 in ?? ()
#39 0x00000000 in ?? ()
#40 0x00000000 in ?? ()
#41 0x00000000 in ?? ()
#42 0x00000000 in ?? ()
#43 0x00000000 in ?? ()
#44 0x00000000 in ?? ()
#45 0x00000000 in ?? ()
#46 0x00000000 in ?? ()
#47 0x00000000 in ?? ()
#48 0x00000000 in ?? ()
#49 0x00000000 in ?? ()
#50 0x00000000 in ?? ()
#51 0x00000000 in ?? ()
#52 0x00000000 in ?? ()
#53 0x00000000 in ?? ()
#54 0x00000000 in ?? ()
#55 0x00000000 in ?? ()
#56 0x00000000 in ?? ()
#57 0x00000000 in ?? ()
#58 0x00000000 in ?? ()
#59 0x00000000 in ?? ()
#60 0x00000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#61 0x00000000 in ?? ()
#62 0x00000000 in ?? ()
#63 0x00000000 in ?? ()
#64 0x00000000 in ?? ()
#65 0x00000000 in ?? ()
#66 0x00000000 in ?? ()
#67 0x00000000 in ?? ()
#68 0x00000000 in ?? ()
#69 0x00000000 in ?? ()
#70 0x00000000 in ?? ()
#71 0x00000000 in ?? ()
#72 0x00000000 in ?? ()
#73 0x00000000 in ?? ()
#74 0x00000000 in ?? ()
#75 0x00000000 in ?? ()
#76 0x00000000 in ?? ()
#77 0x00000000 in ?? ()
#78 0x00000000 in ?? ()
#79 0x00000000 in ?? ()
#80 0x00000000 in ?? ()
#81 0x00000000 in ?? ()
#82 0x00000000 in ?? ()
#83 0x00000000 in ?? ()
#84 0x00000000 in ?? ()
#85 0x00000000 in ?? ()
#86 0x00000000 in ?? ()
#87 0x00000000 in ?? ()
#88 0x00000000 in ?? ()
#89 0x00000000 in ?? ()
#90 0x00000000 in ?? ()
#91 0x00000000 in ?? ()
#92 0x00000000 in ?? ()
#93 0x00000000 in ?? ()
#94 0x00000000 in ?? ()
#95 0x00000000 in ?? ()
#96 0x00000000 in ?? ()
#97 0x00000000 in ?? ()
#98 0x00000000 in ?? ()
#99 0x00000000 in ?? ()
#100 0x00000000 in ?? ()
#101 0x00000000 in ?? ()
#102 0x00000000 in ?? ()
#103 0x00000000 in ?? ()
#104 0x00000000 in ?? ()
#105 0x00000000 in ?? ()
#106 0x00000000 in ?? ()
#107 0x00000000 in ?? ()
#108 0x00000000 in ?? ()
#109 0x00000000 in ?? ()
#110 0x00000000 in ?? ()
#111 0x00000000 in ?? ()
#112 0x00000000 in ?? ()
#113 0x00000000 in ?? ()
#114 0x00000000 in ?? ()
#115 0x00000000 in ?? ()
#116 0x00000000 in ?? ()
#117 0x00000000 in ?? ()
#118 0x00000000 in ?? ()
#119 0x00000000 in ?? ()
#120 0x00000000 in ?? ()
#121 0x00000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#122 0x00000000 in ?? ()
#123 0x00000000 in ?? ()
#124 0x00000000 in ?? ()
#125 0x00000000 in ?? ()
#126 0x00000000 in ?? ()
#127 0x00000000 in ?? ()
#128 0x00000000 in ?? ()
#129 0x00000000 in ?? ()
#130 0x00000000 in ?? ()
#131 0x00000000 in ?? ()
#132 0x00000000 in ?? ()
#133 0x00000000 in ?? ()
#134 0x00000000 in ?? ()
#135 0x00000000 in ?? ()
#136 0x00000000 in ?? ()
#137 0x00000000 in ?? ()
#138 0x00000000 in ?? ()
#139 0x00000000 in ?? ()
#140 0x00000000 in ?? ()
#141 0x00000000 in ?? ()
#142 0x00000000 in ?? ()
#143 0x00000000 in ?? ()
#144 0x00000000 in ?? ()
#145 0x00000000 in ?? ()
#146 0x00000000 in ?? ()
#147 0x00000000 in ?? ()
#148 0x00000000 in ?? ()
#149 0x00000000 in ?? ()
#150 0x00000000 in ?? ()
#151 0x00000000 in ?? ()
#152 0x00000000 in ?? ()
#153 0x00000000 in ?? ()
#154 0x00000000 in ?? ()
#155 0x00000000 in ?? ()
#156 0x00000000 in ?? ()
#157 0x00000000 in ?? ()
#158 0x00000000 in ?? ()
#159 0x00000000 in ?? ()
#160 0x00000000 in ?? ()
#161 0x00000000 in ?? ()
#162 0x00000000 in ?? ()
#163 0x00000000 in ?? ()
#164 0x00000000 in ?? ()
#165 0x00000000 in ?? ()
#166 0x00000000 in ?? ()
#167 0x00000000 in ?? ()
#168 0x00000000 in ?? ()
#169 0x00000000 in ?? ()
#170 0x00000000 in ?? ()
#171 0x00000000 in ?? ()
#172 0x00000000 in ?? ()
#173 0x00000000 in ?? ()
#174 0x00000000 in ?? ()
#175 0x00000000 in ?? ()
#176 0x00000000 in ?? ()
#177 0x00000000 in ?? ()
#178 0x00000000 in ?? ()
#179 0x00000000 in ?? ()
#180 0x00000000 in ?? ()
#181 0x00000000 in ?? ()
#182 0x00000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#183 0x00000000 in ?? ()
#184 0x00000000 in ?? ()
#185 0x00000000 in ?? ()
#186 0x746f6f72 in ?? ()
#187 0x656c6100 in ?? ()
#188 0x09007472 in ?? ()
#189 0x6e003033 in ?? ()
#190 0x64656d61 in ?? ()
#191 0x0000000a in ?? ()
#192 0x00000000 in ?? ()
#193 0x00000000 in ?? ()
#194 0x00000000 in ?? ()
#195 0x00000000 in ?? ()
#196 0x00000000 in ?? ()
#197 0x00000000 in ?? ()
#198 0x00000000 in ?? ()
#199 0x00000000 in ?? ()
#200 0x00000000 in ?? ()
#201 0x00000000 in ?? ()
#202 0x00000000 in ?? ()
#203 0x00000000 in ?? ()
#204 0x00000000 in ?? ()
#205 0x00000000 in ?? ()
#206 0x00000000 in ?? ()
#207 0x00000000 in ?? ()
#208 0x00000000 in ?? ()
#209 0x00000000 in ?? ()
#210 0x00000000 in ?? ()
#211 0x00000000 in ?? ()
#212 0x00000000 in ?? ()
#213 0x00000000 in ?? ()
#214 0x00000000 in ?? ()
#215 0x00000000 in ?? ()
#216 0x00000000 in ?? ()
#217 0x00000000 in ?? ()
#218 0x00000000 in ?? ()
#219 0x00000000 in ?? ()
#220 0x00000000 in ?? ()
#221 0x00000000 in ?? ()
#222 0x00000000 in ?? ()
#223 0x00000000 in ?? ()
#224 0x00000000 in ?? ()
#225 0x00000000 in ?? ()
#226 0x00000000 in ?? ()
#227 0x00000000 in ?? ()
#228 0x00000000 in ?? ()
#229 0x00000000 in ?? ()
#230 0x00000000 in ?? ()
#231 0x00000000 in ?? ()
#232 0x00000000 in ?? ()
#233 0x00000000 in ?? ()
#234 0x00000000 in ?? ()
#235 0x00000000 in ?? ()
#236 0x00000000 in ?? ()
#237 0x00000000 in ?? ()
#238 0x00000000 in ?? ()
#239 0x00000000 in ?? ()
#240 0x00000000 in ?? ()
#241 0x00000000 in ?? ()
#242 0x00000000 in ?? ()
#243 0x00000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#244 0x00000000 in ?? ()
#245 0x00000000 in ?? ()
#246 0x00000000 in ?? ()
#247 0x00000000 in ?? ()
#248 0x00000000 in ?? ()
#249 0x00000000 in ?? ()
#250 0x00000000 in ?? ()
#251 0x00000000 in ?? ()
#252 0x00000000 in ?? ()
#253 0x00000000 in ?? ()
#254 0x00000000 in ?? ()
#255 0x00000000 in ?? ()
#256 0x00000000 in ?? ()
#257 0x00000000 in ?? ()
#258 0x00000000 in ?? ()
#259 0x00000000 in ?? ()
#260 0x00000000 in ?? ()
#261 0x00000000 in ?? ()
#262 0x00000000 in ?? ()
#263 0x00000000 in ?? ()
#264 0x00000000 in ?? ()
#265 0x00000000 in ?? ()
#266 0x00000000 in ?? ()
#267 0x00000000 in ?? ()
#268 0x00000000 in ?? ()
#269 0x00000000 in ?? ()
#270 0x00000000 in ?? ()
#271 0x00000000 in ?? ()
#272 0x00000000 in ?? ()
#273 0x00000000 in ?? ()
#274 0x00000000 in ?? ()
#275 0x00000000 in ?? ()
#276 0x00000000 in ?? ()
#277 0x00000000 in ?? ()
#278 0x00000000 in ?? ()
#279 0x00000000 in ?? ()
#280 0x00000000 in ?? ()
#281 0x00000000 in ?? ()
#282 0x00000000 in ?? ()
#283 0x00000000 in ?? ()
#284 0x00000000 in ?? ()
#285 0x00000000 in ?? ()
#286 0x00000000 in ?? ()
#287 0x00000000 in ?? ()
#288 0x00000000 in ?? ()
#289 0x00000000 in ?? ()
#290 0x00000000 in ?? ()
#291 0x00000000 in ?? ()
#292 0x00000000 in ?? ()
#293 0x00000000 in ?? ()
#294 0x00000000 in ?? ()
#295 0x00000000 in ?? ()
#296 0x00000000 in ?? ()
#297 0x00000000 in ?? ()
#298 0x00000000 in ?? ()
#299 0x00000000 in ?? ()
#300 0x00000000 in ?? ()
#301 0x00000000 in ?? ()
#302 0x00000000 in ?? ()
#303 0x00000000 in ?? ()
#304 0x00000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#305 0x00000000 in ?? ()
#306 0x00000000 in ?? ()
#307 0x00000000 in ?? ()
#308 0x00000000 in ?? ()
#309 0x00000000 in ?? ()
#310 0x00000000 in ?? ()
#311 0x00000000 in ?? ()
#312 0x00000000 in ?? ()
#313 0x00000000 in ?? ()
#314 0x00000000 in ?? ()
#315 0x00000000 in ?? ()
#316 0x00000000 in ?? ()
#317 0x00000000 in ?? ()
#318 0x00000000 in ?? ()
#319 0x00000000 in ?? ()
#320 0x00000000 in ?? ()
#321 0x00000000 in ?? ()
#322 0x00000000 in ?? ()
#323 0x00000000 in ?? ()
#324 0x00000000 in ?? ()
#325 0x00000000 in ?? ()
#326 0x00000000 in ?? ()
#327 0x00000000 in ?? ()
#328 0x00000000 in ?? ()
#329 0x00000000 in ?? ()
#330 0x00000000 in ?? ()
#331 0x00000000 in ?? ()
#332 0x00000000 in ?? ()
#333 0x00000000 in ?? ()
#334 0x00000000 in ?? ()
#335 0x00000000 in ?? ()
#336 0x00000000 in ?? ()
#337 0x00000000 in ?? ()
#338 0x61636f6c in ?? ()
#339 0x736f686c in ?? ()
#340 0x00000074 in ?? ()
#341 0x00000000 in ?? ()
#342 0x00000000 in ?? ()
#343 0x00000000 in ?? ()
#344 0x00000000 in ?? ()
#345 0x00000000 in ?? ()
#346 0x00000000 in ?? ()
#347 0x00000000 in ?? ()
#348 0x00000000 in ?? ()
#349 0x00000000 in ?? ()
#350 0x00000000 in ?? ()
#351 0x00000000 in ?? ()
#352 0x00000000 in ?? ()
#353 0x00000000 in ?? ()
#354 0x00000000 in ?? ()
#355 0x00000000 in ?? ()
#356 0x00000000 in ?? ()
#357 0x00000000 in ?? ()
#358 0x00000000 in ?? ()
#359 0x00000000 in ?? ()
#360 0x00000000 in ?? ()
#361 0x00000000 in ?? ()
#362 0x00000000 in ?? ()
#363 0x00000000 in ?? ()
#364 0x00000000 in ?? ()
#365 0x00000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#366 0x746f6f72 in ?? ()
#367 0x00000000 in ?? ()
#368 0x00000000 in ?? ()
#369 0x00000000 in ?? ()
#370 0x00000000 in ?? ()
#371 0x00000000 in ?? ()
#372 0x00000000 in ?? ()
#373 0x00000000 in ?? ()
#374 0x00000000 in ?? ()
#375 0x00000000 in ?? ()
#376 0x00000000 in ?? ()
#377 0x00000000 in ?? ()
#378 0x00000000 in ?? ()
#379 0x00000000 in ?? ()
#380 0x00000000 in ?? ()
#381 0x00000000 in ?? ()
#382 0x00000000 in ?? ()
#383 0x00000000 in ?? ()
#384 0x00000000 in ?? ()
#385 0x00000000 in ?? ()
#386 0x00000000 in ?? ()
#387 0x00000000 in ?? ()
#388 0x00000000 in ?? ()
#389 0x00000000 in ?? ()
#390 0x00000000 in ?? ()
#391 0x00000000 in ?? ()
#392 0x00000000 in ?? ()
#393 0x00000000 in ?? ()
#394 0x72656c61 in ?? ()
#395 0x00000000 in ?? ()
#396 0x00000000 in ?? ()
#397 0x00000000 in ?? ()
#398 0x00000000 in ?? ()
#399 0x00000000 in ?? ()
#400 0x00000000 in ?? ()
#401 0x00000000 in ?? ()
#402 0x00000000 in ?? ()
#403 0x00000000 in ?? ()
#404 0x00000000 in ?? ()
#405 0x00000000 in ?? ()
#406 0x00000000 in ?? ()
#407 0x00000000 in ?? ()
#408 0x00000000 in ?? ()
#409 0x00000000 in ?? ()
#410 0x00000000 in ?? ()
#411 0x00000000 in ?? ()
#412 0x00000000 in ?? ()
#413 0x00000000 in ?? ()
#414 0x00000000 in ?? ()
#415 0x00000000 in ?? ()
#416 0x00000000 in ?? ()
#417 0x00000000 in ?? ()
#418 0x00000000 in ?? ()
#419 0x00000000 in ?? ()
#420 0x00000000 in ?? ()
#421 0x00000000 in ?? ()
#422 0x746f6f72 in ?? ()
#423 0x00000000 in ?? ()
#424 0x00000000 in ?? ()
#425 0x00000000 in ?? ()
#426 0x00000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#427 0x00000000 in ?? ()
#428 0x00000000 in ?? ()
#429 0x00000000 in ?? ()
#430 0x00000000 in ?? ()
#431 0x00000000 in ?? ()
#432 0x00000000 in ?? ()
#433 0x00000000 in ?? ()
#434 0x00000000 in ?? ()
#435 0x00000000 in ?? ()
#436 0x00000000 in ?? ()
#437 0x00000000 in ?? ()
#438 0x00000000 in ?? ()
#439 0x00000000 in ?? ()
#440 0x00000000 in ?? ()
#441 0x00000000 in ?? ()
#442 0x00000000 in ?? ()
#443 0x00000000 in ?? ()
#444 0x00000000 in ?? ()
#445 0x00000000 in ?? ()
#446 0x00000000 in ?? ()
#447 0x00000000 in ?? ()
#448 0x00000000 in ?? ()
#449 0x00000000 in ?? ()
#450 0x61747320 in ?? ()
#451 0x00007472 in ?? ()
#452 0x00000000 in ?? ()
#453 0x00000000 in ?? ()
#454 0x00000000 in ?? ()
#455 0x00000000 in ?? ()
#456 0x00000000 in ?? ()
#457 0x00000000 in ?? ()
#458 0x00000000 in ?? ()
#459 0x00000000 in ?? ()
#460 0x00000000 in ?? ()
#461 0x00000000 in ?? ()
#462 0x00000000 in ?? ()
#463 0x00000000 in ?? ()
#464 0x00000000 in ?? ()
#465 0x00000000 in ?? ()
#466 0x00000000 in ?? ()
#467 0x00000000 in ?? ()
#468 0x00000000 in ?? ()
#469 0x00000000 in ?? ()
#470 0x00000000 in ?? ()
#471 0x00000000 in ?? ()
#472 0x00000000 in ?? ()
#473 0x00000000 in ?? ()
#474 0x6374652f in ?? ()
#475 0x63722f32 in ?? ()
#476 0x762f642e in ?? ()
#477 0x696c7265 in ?? ()
#478 0x00627568 in ?? ()
#479 0x00000000 in ?? ()
#480 0x00000000 in ?? ()
#481 0x00000000 in ?? ()
#482 0x00000000 in ?? ()
#483 0x00000000 in ?? ()
#484 0x00000000 in ?? ()
#485 0x00000000 in ?? ()
#486 0x00000000 in ?? ()
#487 0x00000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#488 0x00000000 in ?? ()
#489 0x00000000 in ?? ()
#490 0x00000000 in ?? ()
#491 0x00000000 in ?? ()
#492 0x00000000 in ?? ()
#493 0x00000000 in ?? ()
#494 0x00000000 in ?? ()
#495 0x00000000 in ?? ()
#496 0x00000000 in ?? ()
#497 0x00000000 in ?? ()
#498 0x6c726576 in ?? ()
#499 0x62756869 in ?? ()
#500 0x00000000 in ?? ()
#501 0x00000000 in ?? ()
#502 0x00000000 in ?? ()
#503 0x00000000 in ?? ()
#504 0x00000000 in ?? ()
#505 0x00000000 in ?? ()
#506 0x00000000 in ?? ()
#507 0x00000000 in ?? ()
#508 0x00000000 in ?? ()
#509 0x00000000 in ?? ()
#510 0x00000000 in ?? ()
#511 0x00000000 in ?? ()
#512 0x00000000 in ?? ()
#513 0x00000000 in ?? ()
#514 0x00000000 in ?? ()
#515 0x00000000 in ?? ()
#516 0x00000000 in ?? ()
#517 0x00000000 in ?? ()
#518 0x00000000 in ?? ()
#519 0x00000000 in ?? ()
#520 0x00000000 in ?? ()
#521 0x00000000 in ?? ()
#522 0x656d616e in ?? ()
#523 0x00000a64 in ?? ()
#524 0x00000000 in ?? ()
#525 0x00000000 in ?? ()
#526 0x00000000 in ?? ()
#527 0x00000000 in ?? ()
#528 0x00000000 in ?? ()
#529 0x00000000 in ?? ()

#530 0x00000000 in ?? ()
#531 0x00000000 in ?? ()
#532 0x00000000 in ?? ()
#533 0x00000000 in ?? ()
#534 0x00000000 in ?? ()
#535 0x00000000 in ?? ()
#536 0x00000000 in ?? ()
#537 0x00000000 in ?? ()
#538 0x00000000 in ?? ()
#539 0x00000000 in ?? ()
#540 0x00000000 in ?? ()
#541 0x00000000 in ?? ()
#542 0x00000000 in ?? ()
#543 0x00000000 in ?? ()
#544 0x00000000 in ?? ()
#545 0x00000000 in ?? ()
#546 0x00003033 in ?? ()
#547 0x00000000 in ?? ()
#548 0x00000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#549 0x00000000 in ?? ()
#550 0x00000000 in ?? ()
#551 0x00000000 in ?? ()
#552 0x00000000 in ?? ()
#553 0x00000000 in ?? ()
#554 0x00000000 in ?? ()
#555 0x00000000 in ?? ()
#556 0x00000000 in ?? ()
#557 0x00000000 in ?? ()

#558 0x00000000 in ?? ()
#559 0x00000000 in ?? ()
#560 0x00000000 in ?? ()
#561 0x00000000 in ?? ()
#562 0x00000000 in ?? ()
#563 0x00000000 in ?? ()
#564 0x00000000 in ?? ()
#565 0x00000000 in ?? ()
#566 0x00000000 in ?? ()
#567 0x00000000 in ?? ()
#568 0x00000000 in ?? ()
#569 0x00000000 in ?? ()
#570 0x6f747561 in ?? ()
#571 0x00000000 in ?? ()
#572 0x00000000 in ?? ()

#573 0x00000000 in ?? ()
#574 0x00000000 in ?? ()
#575 0x00000000 in ?? ()
#576 0x00000000 in ?? ()
#577 0x00000000 in ?? ()
#578 0x00000000 in ?? ()
#579 0x00000000 in ?? ()
#580 0x00000000 in ?? ()
#581 0x00000000 in ?? ()
#582 0x00000000 in ?? ()
#583 0x00000000 in ?? ()
#584 0x00000000 in ?? ()
#585 0x00000000 in ?? ()
#586 0x00000000 in ?? ()
#587 0x00000000 in ?? ()
#588 0x00000000 in ?? ()
#589 0x00000000 in ?? ()
#590 0x00000000 in ?? ()
#591 0x00000000 in ?? ()
#592 0x00000000 in ?? ()
#593 0x00000000 in ?? ()
#594 0x00000000 in ?? ()
#595 0x72656c61 in ?? ()
#596 0x00000074 in ?? ()
#597 0x00000000 in ?? ()
#598 0x00000000 in ?? ()

#599 0x00000000 in ?? ()
#600 0x00000000 in ?? ()
#601 0x00000000 in ?? ()
#602 0x00000000 in ?? ()
#603 0x00000000 in ?? ()
#604 0x00000000 in ?? ()
#605 0x00000000 in ?? ()
#606 0x00000000 in ?? ()
#607 0x00000000 in ?? ()
#608 0x00000000 in ?? ()
#609 0x00000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#610 0x00000000 in ?? ()
#611 0x00000000 in ?? ()
#612 0x00000000 in ?? ()
#613 0x00000000 in ?? ()
#614 0x00000000 in ?? ()
#615 0x00000000 in ?? ()
#616 0x00000000 in ?? ()
#617 0x00000000 in ?? ()
#618 0x00000000 in ?? ()
#619 0x00000000 in ?? ()
#620 0x280519c4 in symlook_obj () from /libexec/ld-elf.so.1
#621 0x08049c65 in ?? ()
#622 0xbfbfe970 in ?? ()
#623 0x0804d400 in ?? ()
#624 0x00000005 in ?? ()
#625 0x0000000a in ?? ()
#626 0xbfbfe9e0 in ?? ()
#627 0x0000000d in ?? ()
#628 0x280723a0 in ?? () from /libexec/ld-elf.so.1
#629 0x28079200 in ?? ()
#630 0x0000000f in ?? ()



#631 0x09a6322b in ?? ()
#632 0x0804d000 in ?? ()
#633 0x0000000a in ?? ()
#634 0x0804d800 in ?? ()
#635 0x0804dc00 in ?? ()
#636 0x0804e000 in ?? ()
#637 0x0804e400 in ?? ()
#638 0x0804e800 in ?? ()
#639 0x0804ec00 in ?? ()
#640 0x0804f000 in ?? ()
#641 0x0804f400 in ?? ()
#642 0x0804f800 in ?? ()
#643 0x0804fc00 in ?? ()
#644 0x08050000 in ?? ()
#645 0x08050400 in ?? ()
#646 0x08050800 in ?? ()
#647 0x08050c00 in ?? ()
#648 0x08051000 in ?? ()
#649 0x08051400 in ?? ()
#650 0x08051800 in ?? ()
#651 0x08051c00 in ?? ()
#652 0x08052000 in ?? ()
#653 0x08052400 in ?? ()
#654 0x08052800 in ?? ()
#655 0x08052c00 in ?? ()
#656 0x08053000 in ?? ()
#657 0x08053400 in ?? ()
#658 0x08053800 in ?? ()
#659 0x08053c00 in ?? ()
#660 0x08054000 in ?? ()
#661 0x08054400 in ?? ()
#662 0x08054800 in ?? ()
#663 0x08054c00 in ?? ()
#664 0x08055000 in ?? ()
#665 0x08055400 in ?? ()
#666 0x08055800 in ?? ()
#667 0x08055c00 in ?? ()
#668 0x08056000 in ?? ()
#669 0x08056400 in ?? ()
#670 0x08056800 in ?? ()
---Type <return> to continue, or q <return> to quit---
#671 0x08056c00 in ?? ()
#672 0x08057000 in ?? ()
#673 0x08057400 in ?? ()
#674 0x08057800 in ?? ()
#675 0x08057c00 in ?? ()
#676 0x08058000 in ?? ()
#677 0x08058400 in ?? ()
#678 0x08058800 in ?? ()
#679 0x08058c00 in ?? ()
#680 0x08059000 in ?? ()
#681 0x08059400 in ?? ()
#682 0x08059800 in ?? ()
#683 0x08059c00 in ?? ()
#684 0x0805a000 in ?? ()
#685 0x0805a400 in ?? ()
#686 0x0805a800 in ?? ()
#687 0x0805ac00 in ?? ()
#688 0x0805b000 in ?? ()
#689 0x0805b400 in ?? ()
#690 0x0805b800 in ?? ()
#691 0x0805bc00 in ?? ()
#692 0x0805c000 in ?? ()
#693 0x0805c400 in ?? ()
#694 0x0805c800 in ?? ()
#695 0x0805cc00 in ?? ()
#696 0x0805d000 in ?? ()
#697 0x0805d400 in ?? ()
#698 0x0805d800 in ?? ()
#699 0x0805dc00 in ?? ()
#700 0x0805e000 in ?? ()
#701 0x0805e400 in ?? ()
#702 0x0805e800 in ?? ()
#703 0x0805ec00 in ?? ()
#704 0x0805f000 in ?? ()
#705 0x0805f400 in ?? ()
#706 0x0805f800 in ?? ()
#707 0x0805fc00 in ?? ()
#708 0x08060000 in ?? ()
#709 0x08060400 in ?? ()
#710 0x08060800 in ?? ()
#711 0x08060c00 in ?? ()
#712 0x08061000 in ?? ()
#713 0x08061400 in ?? ()
#714 0x08061800 in ?? ()
#715 0x08061c00 in ?? ()
#716 0x08062000 in ?? ()
#717 0x08062400 in ?? ()
#718 0x08062800 in ?? ()
#719 0x08062c00 in ?? ()
#720 0x08063000 in ?? ()
#721 0x08063400 in ?? ()



#722 0x08063800 in ?? ()
#723 0x08063c00 in ?? ()
#724 0x08064000 in ?? ()
#725 0x08064400 in ?? ()
#726 0x08064800 in ?? ()
#727 0x08064c00 in ?? ()
#728 0x08065000 in ?? ()
#729 0x08065400 in ?? ()
#730 0x08065800 in ?? ()
#731 0x08065c00 in ?? ()
---Type <return> to continue, or q <return> to quit---
#732 0x08066000 in ?? ()
#733 0x08066400 in ?? ()
#734 0x08066800 in ?? ()
#735 0x08066c00 in ?? ()
#736 0x08067000 in ?? ()
#737 0x08067400 in ?? ()
#738 0x08067800 in ?? ()
#739 0x08067c00 in ?? ()
#740 0x08068000 in ?? ()
#741 0x08068400 in ?? ()
#742 0x08068800 in ?? ()
#743 0x08068c00 in ?? ()
#744 0x08069000 in ?? ()
#745 0x08069400 in ?? ()
#746 0x08069800 in ?? ()
#747 0x08069c00 in ?? ()
#748 0x0806a000 in ?? ()
#749 0x0806a400 in ?? ()
#750 0x0806a800 in ?? ()
#751 0x0806ac00 in ?? ()
#752 0x0806b000 in ?? ()
#753 0x0806b400 in ?? ()
#754 0x0806b800 in ?? ()
#755 0x0806bc00 in ?? ()
#756 0x0806c000 in ?? ()
#757 0x0806c400 in ?? ()
#758 0x0806c800 in ?? ()
#759 0x0806cc00 in ?? ()
#760 0x0806d000 in ?? ()
#761 0x0806d400 in ?? ()
#762 0x0806d800 in ?? ()
#763 0x0806dc00 in ?? ()
#764 0x0806e000 in ?? ()
#765 0x0806e400 in ?? ()
#766 0x0806e800 in ?? ()
#767 0x0806ec00 in ?? ()
#768 0x0806f000 in ?? ()
#769 0x0806f400 in ?? ()
#770 0x0806f800 in ?? ()
#771 0x0806fc00 in ?? ()
#772 0x08070000 in ?? ()
#773 0x08070400 in ?? ()
#774 0x08070800 in ?? ()
#775 0x08070c00 in ?? ()
#776 0x08071000 in ?? ()
#777 0x08071400 in ?? ()
#778 0x08071800 in ?? ()
#779 0x08071c00 in ?? ()
#780 0x08072000 in ?? ()
#781 0x08072400 in ?? ()
#782 0x08072800 in ?? ()
#783 0x08072c00 in ?? ()
#784 0xbfbfebe8 in ?? ()
#785 0x2814f389 in atexit () from /lib/libc.so.6
#786 0x08048cc9 in ?? ()
#787 0x00000003 in ?? ()
#788 0xbfbfec1c in ?? ()
#789 0xbfbfec2c in ?? ()
#790 0x00000000 in ?? ()
#791 0x28050e80 in elf_hash () from /libexec/ld-elf.so.1
#792 0x00000003 in ?? ()
(gdb) quit
[root@r /]#

------=_NextPart_000_000C_01C8E2F3.3C1C0A20--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0710D4CEFA6943DDB4294A60017B9EA7>