public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
From: "dbhole at redhat dot com" <sourceware-bugzilla@sourceware.org>
To: frysk-bugzilla@sourceware.org
Subject: [Bug general/6624] New: fhpd cannot find variables
Date: Wed, 11 Jun 2008 15:37:00 -0000	[thread overview]
Message-ID: <20080611153715.6624.dbhole@redhat.com> (raw)

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.


                 reply	other threads:[~2008-06-11 15:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080611153715.6624.dbhole@redhat.com \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=frysk-bugzilla@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).