<br><font size=2 face="sans-serif">Check your regular expressions. Henrik
helped point me at that.</font>
<br>
<br><font size=2 face="sans-serif">The fact that you're getting core dumps
indicating libpcre points at a faulty regular expression somewhere.</font>
<br><font size=2 face="sans-serif">You may have recently added something
to one of bb-hosts, hobbit-alerts.cfg or hobbit-clients.cfg. If you don't
know for sure what changed recently and can't easily see which regexp is
bad, take one file at a time (start with hobbit-clients.cfg or hobbit-alerts.cfg)
and suppress all lines with any regular expressions. Once you find which
file has a bad regular expression, uncomment all that are clearly good,
then uncomment one by one until you find which is not working right.</font>
<br>
<br><font size=2 face="sans-serif">You might also find one or more of the
regular expression validation programs I listed previously to be useful,
though they are not guaranteed to be fully libpcre compatible.</font>
<br>
<br><font size=2 face="sans-serif">From the last message I posted on this
topic:</font>
<br><font size=2 face="sans-serif">Not listed in any particular order (I'm
still checking them out to see which is most useful) - your milage may
vary, and I don't endorse any of these apps or have any connection to any
of them in any way:</font><font size=3> </font><font size=2 face="sans-serif"><br>
Regex Builder - http://renschler.net/RegexBuilder/</font><font size=3>
</font><font size=2 face="sans-serif"><br>
Regex Coach - http://www.weitz.de/regex-coach/</font><font size=3> </font><font size=2 face="sans-serif"><br>
Regular Expression Laboratory - http://silveragesoftware.com/rxl.html</font><font size=3>
</font><font size=2 face="sans-serif"><br>
Funduc Search and Replace Regular Expression Wizard - http://www.funduc.com/search_replace_wizard_ex.htm</font><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
Some are simple zip files, some require a Windows installation, but you
can use another tool called Universal Extractor to unpack them if you want
to just test them without the formal Windows installation process.<br>
</font><font size=3><br>
</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b><Heinze.external@qimonda.com></b>
</font>
<p><font size=1 face="sans-serif">04/04/2007 02:27 PM</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
hobbit@hswn.dk</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif"><hobbit@hswn.dk></font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">[hobbit] hobbit_client crashing on Solaris
9 hobbit version 4.2.0</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><tt><font size=2>The hobbit_client on my Solaris 9 server (which also
runs my hobbit<br>
server, version 4.2.0) went red last night (after several months of<br>
perfect operation).  <br>
<br>
Apparently hobbit_client keeps crashing and dumping core files, then the<br>
hobbit server / channels process restarts it.  I tried restarting<br>
hobbit, but the problem persists.<br>
<br>
On the hobbit_client web page:<br>
- Program crashed<br>
<br>
Fatal signal caught!<br>
<br>
in /var/log/hobbit/clientdata.log:<br>
2007-04-04 13:43:23 Worker process died with exit code 134, terminating<br>
2007-04-04 13:48:24 Worker process died with exit code 134, terminating<br>
2007-04-04 13:53:24 Worker process died with exit code 134, terminating<br>
2007-04-04 13:58:25 Worker process died with exit code 134, terminating<br>
2007-04-04 14:08:27 Worker process died with exit code 134, terminating<br>
<br>
and in /var/log/hobbit/hobbitlaunch.log:<br>
2007-04-04 13:43:23 Task clientdata terminated, status 1<br>
2007-04-04 13:48:24 Task clientdata terminated, status 1<br>
2007-04-04 13:53:24 Task clientdata terminated, status 1<br>
2007-04-04 13:58:25 Task clientdata terminated, status 1<br>
2007-04-04 14:08:27 Task clientdata terminated, status 1<br>
<br>
I saw another post about these errors, and went ahead and ran gdb<br>
against one of the core files:<br>
sudo -u hobbit gdb bin/hobbitd_client /tmp/core<br>
GNU gdb 6.0<br>
Copyright 2003 Free Software Foundation, Inc.<br>
GDB is free software, covered by the GNU General Public License, and you<br>
are<br>
welcome to change it and/or distribute copies of it under certain<br>
conditions.<br>
Type "show copying" to see the conditions.<br>
There is absolutely no warranty for GDB.  Type "show warranty"
for<br>
details.<br>
This GDB was configured as "sparc-sun-solaris2.9"...<br>
Core was generated by `hobbitd_client'.<br>
Program terminated with signal 6, Aborted.<br>
Reading symbols from /usr/local/lib/libpcre.so.0...done.<br>
Loaded symbols for /usr/local/lib/libpcre.so.0<br>
Reading symbols from /lib/libresolv.so.2...done.<br>
Loaded symbols for /lib/libresolv.so.2<br>
Reading symbols from /lib/libsocket.so.1...done.<br>
Loaded symbols for /lib/libsocket.so.1<br>
Reading symbols from /lib/libnsl.so.1...done.<br>
Loaded symbols for /lib/libnsl.so.1<br>
Reading symbols from /lib/libc.so.1...done.<br>
Loaded symbols for /lib/libc.so.1<br>
Reading symbols from /usr/local/lib/libgcc_s.so.1...done.<br>
Loaded symbols for /usr/local/lib/libgcc_s.so.1<br>
Reading symbols from /lib/libdl.so.1...done.<br>
Loaded symbols for /lib/libdl.so.1<br>
Reading symbols from /lib/libmp.so.2...done.<br>
Loaded symbols for /lib/libmp.so.2<br>
Reading symbols from<br>
/usr/platform/SUNW,Sun-Fire-480R/lib/libc_psr.so.1...done.<br>
Loaded symbols for /usr/platform/SUNW,Sun-Fire-480R/lib/libc_psr.so.1<br>
#0  0xff1a0b8c in _libc_kill () from /lib/libc.so.1<br>
(gdb) bt<br>
#0  0xff1a0b8c in _libc_kill () from /lib/libc.so.1<br>
#1  0xff136ea0 in abort () from /lib/libc.so.1<br>
#2  0x00028018 in sigsegv_handler (signum=11) at sig.c:57<br>
#3  <signal handler called><br>
(gdb) q<br>
<br>
Any suggestions?<br>
<br>
Thanks in advance for your help.<br>
<br>
-Josh<br>
<br>
To unsubscribe from the hobbit list, send an e-mail to<br>
hobbit-unsubscribe@hswn.dk<br>
<br>
<br>
</font></tt>
<br>
<pre></PRE>
<div style="font-family:arial;font-size:8pt;">
<hr>
<p>This e-mail, and any attachments, is intended solely for use by the addressee(s) named above.  It may contain the confidential or proprietary information of Dana Corporation, its subsidiaries, affiliates or business partners.  If you are not the intended recipient of this e-mail or are an unauthorized recipient of the information, you are hereby notified that any dissemination, distribution or copying of this e-mail or any attachments, is strictly prohibited.  If you have received this e-mail in error, please immediately notify the sender by reply e-mail and permanently delete the original and any copies or printouts.</p>

<p>Computer viruses can be transmitted via email. The recipient should check this e-mail and any attachments for the presence of viruses. Dana Corporation accepts no liability for any damage caused by any virus transmitted by this e-mail.</p>

English, Francais, Espanol, Deutsch, Italiano, Portugues:<br>
<a href="http://www.dana.com/overview/EmailDisclaimer.shtm">http://www.dana.com/overview/EmailDisclaimer.shtm</a>
<hr>
</div>