<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Here is the gdb output:<br>
<br>
gdb bin/hobbitd_client tmp/core <br>
GNU gdb 6.3<br>
Copyright 2004 Free Software Foundation, Inc.<br>
GDB is free software, covered by the GNU General Public License, and
you are<br>
welcome to change it and/or distribute copies of it under certain
conditions.<br>
Type "show copying" to see the conditions.<br>
There is absolutely no warranty for GDB.  Type "show warranty" for
details.<br>
This GDB was configured as "i686-pc-linux-gnu"...Using host
libthread_db library "/lib/libthread_db.so.1".<br>
<br>
Core was generated by `hobbitd_client'.<br>
Program terminated with signal 6, Aborted.<br>
<br>
warning: current_sos: Can't read pathname for load map: Input/output
error<br>
<br>
Reading symbols from /usr/lib/libpcre.so.0...done.<br>
Loaded symbols for /usr/lib/libpcre.so.0<br>
Reading symbols from /lib/libc.so.6...done.<br>
Loaded symbols for /lib/libc.so.6<br>
Reading symbols from /lib/ld-linux.so.2...done.<br>
Loaded symbols for /lib/ld-linux.so.2<br>
#0  0xb7e75771 in kill () from /lib/libc.so.6<br>
(gdb) bt<br>
#0  0xb7e75771 in kill () from /lib/libc.so.6<br>
#1  0xb7e754e5 in raise () from /lib/libc.so.6<br>
#2  0xb7e769d0 in abort () from /lib/libc.so.6<br>
#3  0x080568e1 in sigsegv_handler (signum=0) at sig.c:57<br>
#4  <signal handler called><br>
#5  0xb7eb50f3 in strlen () from /lib/libc.so.6<br>
#6  0x08052d74 in namematch (needle=0x0, haystack=0x1e <Address 0x1e
out of bounds>, <br>
    pcrecode=0x8060838) at matching.c:51<br>
#7  0x080500cf in add_count (pname=0x0, head=0x8060838) at
client_config.c:571<br>
#8  0x0804a42e in unix_disk_report (hostname=0xb7dcb035
"optim.csd.mu.edu", hinfo=0x80615a0, <br>
    fromline=0x0, timestr=0x0, capahdr=0x8058289 "Capacity",
mnthdr=0x8058281 "Mounted", <br>
    dfstr=0xb7dcb14e "Filesystem          1024-blocks  Used  Available
Capacity Mounted on\n/dev/vg02/lvol1_snap") at hobbitd_client.c:308<br>
#9  0x0804c8a2 in handle_hpux_client (hostname=0xb7dcb035
"optim.csd.mu.edu", hinfo=0x80615a0, <br>
    sender=0x0, timestamp=1128066354, clientdata=0x0) at hpux.c:52<br>
#10 0x0804e0e8 in main (argc=1, argv=0xbfbb3f64) at hobbitd_client.c:859<br>
<br>
<br>
Henrik Storner wrote:
<blockquote cite="middhjkh6$gl6$1@voodoo.hswn.dk" type="cite">
  <pre wrap="">In <a class="moz-txt-link-rfc2396E" href="mailto:433D4F74.3000908@marquette.edu"><433D4F74.3000908@marquette.edu></a> Adam Scheblein <a class="moz-txt-link-rfc2396E" href="mailto:adam.scheblein@marquette.edu"><adam.scheblein@marquette.edu></a> writes:

  </pre>
  <blockquote type="cite">
    <pre wrap="">For the past couple of nights i have been getting the following errors 
in some of my hobbit logs:
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <pre wrap="">Clientdata.log:
2005-09-28 03:09:36 Worker process died with exit code 134, terminating
    </pre>
  </blockquote>
  <pre wrap=""><!---->
"code 134" usually means it it crashed with a segfault (signal 6 = 134-128).

Check for core files in the ~hobbit/server/tmp/ directory - I'm 
sure you'll find some - and run them through gdb as described
in <a class="moz-txt-link-freetext" href="http://www.hswn.dk/hobbit/help/known-issues.html#bugreport">http://www.hswn.dk/hobbit/help/known-issues.html#bugreport</a>

  </pre>
  <blockquote type="cite">
    <pre wrap="">Hobbitlaunch.log
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <pre wrap="">2005-09-29 02:04:20 Task clientdata terminated, status 1
2005-09-29 05:41:37 Task clientdata terminated, status 1
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <pre wrap="">and then all graphing and updates stop...
    </pre>
  </blockquote>
  <pre wrap=""><!---->
hobbitlaunch normally restarts a task, but if it continues to 
crash it will stop doing that (to avoid a run-away program taking
up all system ressources by starting all the time). So when we
figure out why hobbitd_client is crashing, this should go 
away also.


Henrik


To unsubscribe from the hobbit list, send an e-mail to
<a class="moz-txt-link-abbreviated" href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a>


  </pre>
</blockquote>
<br>
</body>
</html>