From: Kemp, D. <Dar...@xe...> - 2004-07-09 21:08:59
|
Heres a stack trace, doesn't look very helpful... =20 =20 (gdb) where #0 0xfefc23ac in realfree () from /lib/libc.so.1 #1 0xfefc1f48 in _malloc_unlocked () from /lib/libc.so.1 #2 0xfefc1ce0 in malloc () from /lib/libc.so.1 #3 0xff00ee48 in _findbuf () from /lib/libc.so.1 #4 0xff011410 in fgets () from /lib/libc.so.1 #5 0xff141ab0 in conf_load (sFileName=3D0x0) at config_file.c:194 #6 0x0001182c in main (argc=3D2, argv=3D0xffbefcf4) at perfparse.c:148 (gdb) =20 =20 -dkk =20 _____ =20 From: per...@li... [mailto:per...@li...] On Behalf Of Kemp, Darren Sent: Friday, July 09, 2004 2:36 PM To: per...@li... Subject: [Perfparse-users] FW: Seg fualt =20 =20 I am having the same seg fault issue as Tim did (in the list archives) However my mysql server and the server running perfparse are one and the same. I have looked around and see no old versions of mysql laying about, just the one I installed last week. =20 bash-2.03# ./perfparse Segmentation Fault (core dumped) bash-2.03# mysql --version mysql Ver 12.22 Distrib 4.0.20, for sun-solaris2.8 (sparc) bash-2.03# =20 bash-2.03# uname -a SunOS 5.8 un4u sparc SUNW,Sun-Fire-480R =20 =20 =20 Wondering if anyone else has hit this issue without the differing SQL versions in the list archives. =20 Also I notice in the documentation code for updating side.html: =20 =20 <tr> <td width=3D13> <img src=3D"images/greendot.gif" width=3D"13" height=3D"14" name=3D"performance-dot"> </td> <td nowrap> <a href=3D"/nagios/cgi-bin/extinfo.cgi?&type=3D4" = target=3D"main" onMouseOver=3D"switchdot('performance-dot',1)" onMouseOut=3D"switchdot('performance-dot',0)" class=3D"NavBarItem">Performance Info</a> </td> </tr> =20 =20 Correct me if I'm off but shouldn't this be pointing at the perfgraph.cgi? =20 The above just gives you another link to the Performance Info statistics. =20 Any help anyone can give would be appreciated. I'll keep fumbling with it in the meantime. =20 Cheers =20 -dkk =20 |