Pipemeter crashes after some data passes through it: % pipemeter </dev/zero >/dev/null [1] 44929 alarm pipemeter < /dev/zero > /dev/null Crash happens because sigaction structure is not filled with zeroes before usage, thus may not be repeatable in some cases (but it crashes under my pentium3, pentiom4 and celeron boxes). Attached patch fixes the crashes. Patch also sent upstream some time ago, but I've got no response. How-To-Repeat: pipemeter </dev/zero >/dev/null
State Changed From-To: open->feedback Awaiting maintainers feedback
* Edwin Groothuis (edwin@FreeBSD.org) wrote: > Awaiting maintainers feedback More than a month have passed... What about a maintainer timeout? -- Best regards, Dmitry Marakasov mailto:amdmi3@amdmi3.ru
State Changed From-To: feedback->open maintainer feedback timeout
Responsible Changed From-To: freebsd-ports-bugs->itetcu Trace for now.
On Sun, 17 Jun 2007 16:36:50 -0700 (PDT) Len Sassaman <rabbi@abditum.com> wrote: > Maintainer feedback timeout? I responded to this already. The upstream > author and I are working on the problem. Where did you reply ? If you don't CC either bug-followup@FreeBSD.org or freebsd-gnats-submit@FreeBSD.org in your reply email the GNATS system has no way to register your follow-up. See http://www.freebsd.org/cgi/query-pr.cgi?pr=112118 So what would you like me to do ? Suspend the PR until you're ready to submit upstream updates ? -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect"
Pipemeter 1.1.3 is being packaged up now, and will be released within hours. Sorry about the delay -- there seem to have been some email delivery problems that made this drag on longer than it should have. Thanks again for your bug report and patch. --Len.
Hi, I'm traveling right now, and don't have immediate access to my FreeBSD boxen, but I have attached the new Makefile and dist-info files. If you would be so kind as to check these in for me, I'd appreciate it. (If you haven't gotten to this in the next day or so, I'll be back in front of the FreeBSD systems then, and will submit the updates the normal way.) Best, Len
itetcu 2007-08-13 08:14:16 UTC FreeBSD ports repository Modified files: sysutils/pipemeter Makefile distinfo Log: Update to 1.1.3. [1] This fixes ports/112118 PR: ports/112118 [2] Submitted by: Dmitry Marakasov [2], maintianer [1] Revision Changes Path 1.10 +1 -1 ports/sysutils/pipemeter/Makefile 1.9 +3 -3 ports/sysutils/pipemeter/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Update with fix commited, thanks both for your work.