From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11079 invoked by alias); 11 Jun 2008 15:37:50 -0000 Received: (qmail 10957 invoked by uid 48); 11 Jun 2008 15:37:15 -0000 Date: Wed, 11 Jun 2008 15:37:00 -0000 From: "dbhole at redhat dot com" To: frysk-bugzilla@sourceware.org Message-ID: <20080611153715.6624.dbhole@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/6624] New: fhpd cannot find variables X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00272.txt.bz2 List-Id: Attached to process 16339 (fhpd) where #0 0x00110416 in [unknown] from Unknown #1 0x03ffb36c in recv(int __fd,void * __buf,size_t __n,int __flags,int __flags,size_t __n,void * __buf,int __fd) /usr/include/bits/socket2.h#45 [inline] #2 0x03ffb36c in _gnutls_read () from /usr/lib/libgnutls.so.13.9.1 #3 0x03ffb812 in _gnutls_io_read_buffered () from /usr/lib/libgnutls.so.13.9.1 #4 0x03ff7859 in _gnutls_recv_int () from /usr/lib/libgnutls.so.13.9.1 #5 0x03ff871b in gnutls_record_recv () from /usr/lib/libgnutls.so.13.9.1 #6 0x080d6ab1 in [unknown] from /usr/bin/mutt #7 0x080d3eba in [unknown] from /usr/bin/mutt #8 0x080d3f89 in [unknown] from /usr/bin/mutt #9 0x080db217 in [unknown] from /usr/bin/mutt #10 0x080e109a in [unknown] from /usr/bin/mutt #11 0x0808c563 in [unknown] from /usr/bin/mutt #12 0x080616dc in [unknown] from /usr/bin/mutt #13 0x0805aea3 in [unknown] from /usr/bin/mutt #14 0x08064dc4 in [unknown] from /usr/bin/mutt #15 0x08082198 in [unknown] from /usr/bin/mutt #16 0x0037e5d6 in __libc_start_main () from /lib/libc-2.8.so #17 0x0804c401 in [unknown] from /usr/bin/mutt (fhpd) down #1 0x03ffb36c in recv(int __fd,void * __buf,size_t __n,int __flags,int __flags,size_t __n,void * __buf,int __fd) /usr/include/bits/socket2.h#45 [inline] (fhpd) list [0.0] 35 recv (int __fd, void *__buf, size_t __n, int __flags) 36 { 37 if (__bos0 (__buf) != (size_t) -1) 38 { 39 if (!__builtin_constant_p (__n)) 40 return __recv_chk (__fd, __buf, __n, __bos0 (__buf), __flags); 41 42 if (__n > __bos0 (__buf)) 43 return __recv_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags); 44 } -> 45 return __recv_alias (__fd, __buf, __n, __flags); 46 } 47 48 extern ssize_t __recvfrom_chk (int __fd, void *__restrict __buf, size_t __n, 49 size_t __buflen, int __flags, 50 __SOCKADDR_ARG __addr, 51 socklen_t *__restrict __addr_len); 52 extern ssize_t __REDIRECT (__recvfrom_alias, 53 (int __fd, void *__restrict __buf, size_t __n, 54 int __flags, __SOCKADDR_ARG __addr, (fhpd) print __fd Error: Object __fd was not found (fhpd) print __buf Error: Object __buf was not found (fhpd) print __n Error: Object __n was not found (fhpd) quit Quitting... -- Summary: fhpd cannot find variables Product: frysk Version: unspecified Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: frysk-bugzilla at sourceware dot org ReportedBy: dbhole at redhat dot com CC: swagiaal at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=6624 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.