From: Martin McCormick <martin@dc.cis.okstate.edu>
To: blinux-list@redhat.com
Subject: Re: netrik was ( lynx-dev latest status on java script support? )
Date: Sat, 09 Mar 2002 22:28:48 -0600 [thread overview]
Message-ID: <200203100428.g2A4SmG23105@dc.cis.okstate.edu> (raw)
I got excited for a second and looked around on my system
for wget. I do have it and it appears to be intact. I wouldn't
normally do this, but the failure is so close to the beginning, I
will post the gdb trace. It is during the initialization of
curses and it looks like maybe something isn't initialized that
should be at this point.
I am glad to hear you got it running, Janina. I haven't
worked with curses before and I bet this is something fairly
obvious.
P.S. I have used curses many times in my life, even long
before I knew about computers. I couldn't resist that. Here is
the trace.
main (argc=2, argv=0xbffffcf4) at main.c:59 /*Normal up to here.*/
59 page_width=init_curses();
(gdb) step
init_curses () at screen.c:110
110 if(setaf!=NULL) return 0; /* already initialized */
(gdb) print setaf
$1 = 0x0
(gdb) next
112 if(setupterm(NULL, 1, NULL)==ERR) { /* init */
(gdb)
117 setaf=tigetstr("setaf"); /* control sequence to set foreground co/
(gdb)
118 setab=tigetstr("setab"); /* background color */
(gdb) print setaf
$2 = 0x0
(gdb) step
119 cuf1=tigetstr("cuf1"); /* move cursor right */
(gdb)
120 width=tigetnum("cols"); /*That did set to 80. Great!*/
(gdb)
121 if(setaf==NULL || setab==NULL || cuf1==NULL || width<=0) {
/*if any of those are 0, we are in trouble and we appear to be.*/
(gdb)
122 fprintf(stderr, "error initializing curses\n");
I added the comments about width being set to 80 and also
the one about the reason for the initialization error, but that's
really as far as it gets.
Too bad about no ssl support yet. I am sure that is
because it is so new. When I get it working, there are several
sites I am going to test it on that don't require ssl, but it
will definitely need ssl to hit any sensative we b pages.
Martin
next reply other threads:[~ UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
Martin McCormick [this message]
` Tim Pennick
-- strict thread matches above, loose matches on Subject: below --
Martin McCormick
Martin McCormick
Martin McCormick
Martin McCormick
` David Poehlman
Martin McCormick
` Mike Gorse
` Kirk Reiser
` Buddy Brannan
Martin McCormick
` Gil Andre
` Gil Andre
` Janina Sajka
` Andor Demarteau
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=200203100428.g2A4SmG23105@dc.cis.okstate.edu \
--to=martin@dc.cis.okstate.edu \
--cc=blinux-list@redhat.com \
/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).