public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
* [Bug general/6624] New: fhpd cannot find variables
@ 2008-06-11 15:37 dbhole at redhat dot com
  0 siblings, 0 replies; only message in thread
From: dbhole at redhat dot com @ 2008-06-11 15:37 UTC (permalink / raw)
  To: frysk-bugzilla

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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-11 15:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-11 15:37 [Bug general/6624] New: fhpd cannot find variables dbhole at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).