I have an httping running in a script to check if my proxy server is up and if not i do some scripting to bypass the proxy server... for some reason it works but at random times httping reports a segfault to dmesg. Reproducible: Always Steps to Reproduce: 1.Emerge httping 2.Set script to run httping and do our little thang 3.Add script to crontab for every 1 minute. Actual Results: httping[1155]: segfault at 0000000000000000 rip 00002aaaaafdb450 rsp 00007ffffffff988 error 4 Expected Results: Proper response no segfault Portage 2.0.51.19 (default-linux/amd64/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r6 x86_64) ================================================================= System uname: 2.6.11-gentoo-r6 x86_64 Intel(R) Xeon(TM) CPU 3.20GHz Gentoo Base System version 1.6.10 Python: dev-lang/python-2.3.4-r1 [2.3.4 (#1, Feb 26 2005, 06:35:19)] ccache version 2.3 [enabled] dev-lang/python: 2.3.4-r1 sys-devel/autoconf: 2.59-r6, 2.13 sys-devel/automake: 1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4 sys-devel/binutils: 2.15.92.0.2-r7 sys-devel/libtool: 1.5.14 virtual/os-headers: 2.6.8.1-r4 ACCEPT_KEYWORDS="amd64" AUTOCLEAN="yes" CFLAGS="-O3 -march=nocona -pipe -ffast-math -mfpmath=sse,387" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O3 -march=nocona -pipe -ffast-math -mfpmath=sse,387" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig ccache distlocks sandbox" GENTOO_MIRRORS="http://open-systems.ufl.edu/mirrors/gentoo ftp://ftp.ussg.iu.edu/pub/linux/gentoo http://gentoo.mirrors.tds.net/gentoo ftp://gentoo.mirrors.tds.net/gentoo http://gentoo.seren.com/gentoo" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="amd64 apache2 bsh chroot extensions gd hardened hardenedphp ipv6 jpeg memlimit multilib ncurses nptl pam pax php pie readline ssl tcpd userlocales xmlxml2xmlrpc xsl zlib" Unset: ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Created attachment 56086 [details] Chk Script This script is whats executing httping ... this is in crontab to run every minute
Which version are you using (both 0.0.95 and 1.0.1 are ~amd64)? I've tried to replicate this with 1.0.1, and I cannot do so. I don't, however, have a proxy to test through.
not sure if it does it without proxy... im using 1.01 with ssl enabled nothing special use my script remove the -x proxy and crontab it to run every minute and see if it happens i guess happened 4 times over the course of the day for some reason.
Okay, I've been using 1.0.1 all day on a tight loop to several hosts, but without proxy, and no cores so far. I'll keep trying, but the proxy thing seems the most likely candidate. FWIW, the build is completely free of warnings, even with -Wall.
fixing severity. whats the status of this?
is this still an issue, noone can seem to reproduce it.
This problem still exists i have tried changing cflags and still it bombs the same way as long as im using proxy
I've now tested this here, with a proxy, and it works fine. I'm running through squid.
WORKSFORME too with and without proxies...