9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] drawterm hang on solaris2.8
@ 2002-02-13 16:22 Axel Belinfante
  2002-04-22 13:41 ` Axel Belinfante
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Belinfante @ 2002-02-13 16:22 UTC (permalink / raw)
  To: 9fans

Since we upgraded here from solaris 2.6 to 2.8
(also, the local ethernet was upgraded from 10Mb to 100Mb)
drawterm now hangs regularly, burning cpu cycles without
visible effect, most often when I'm doing something in acme.
When I look with dbx it seems to hang in ipread.
Recompiling drawterm on solaris 2.8 did not help.
The drawterm code I use is from March 28 2001 (did I miss an update?)
Any ideas? (or places where it _does_ work on solaris 2.8?)


Attached to process 5154 with 11 LWPs
t@1 (l@1) stopped in _so_recv at 0xff118530
0xff118530: _so_recv+0x0008:    ta      0x8
Current function is ipread
  397                   r = recv(c->sfd, a, n, 0);
(/opt/SUNWspro/bin/../WS6/bin/sparcv9/dbx) where                             
current thread: t@1
  [1] _so_recv(0xd, 0x2c4788, 0x20a0, 0x0, 0xfffffffffffffff8, 0x8000), at 
0xff118530
=>[2] ipread(ch = 0x20d718, a = 0x2c4788, n = 8352, offset = 0), line 397 in 
"devip-unix.c"
  [3] exportproc(fs = 0x20f998), line 173 in "exportfs.c"
  [4] sysexport(fd = 4), line 114 in "exportfs.c"
  [5] main(argc = 0, argv = 0xffbece78), line 120 in "drawterm.c"
(/opt/SUNWspro/bin/../WS6/bin/sparcv9/dbx) list
  397                   r = recv(c->sfd, a, n, 0);
  398                   if(r < 0)
  399                           error(strerror(errno));
  400                   return r;
  401           }
  402   }
  403   
  404   static void
  405   setladdr(Conv *c)
  406   {

Thanks,
Axel.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] drawterm hang on solaris2.8
  2002-02-13 16:22 [9fans] drawterm hang on solaris2.8 Axel Belinfante
@ 2002-04-22 13:41 ` Axel Belinfante
  0 siblings, 0 replies; 2+ messages in thread
From: Axel Belinfante @ 2002-04-22 13:41 UTC (permalink / raw)
  To: 9fans

Just for those interested (or for the archives), a followup
to my own message about regular hangs of drawterm.
I now recompiled drawterm with paths correctly pointing
to MIT X11 headers and libraries (before I used the openwin
headers and libs) and now it seems to work better (read: o.k.).
I don't understand why it now works, but I won't complain.

Axel.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-04-22 13:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-13 16:22 [9fans] drawterm hang on solaris2.8 Axel Belinfante
2002-04-22 13:41 ` Axel Belinfante

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 NNTP newsgroup(s).