Subject: Re: svr4 compat on 1.5X Aug 29
To: None <port-i386@netbsd.org>
From: MOCHIDA Shuji <mochid@netside.co.jp>
List: port-i386
Date: 10/08/2001 00:22:40
> Looking at the file, I've spotted something which could be the reason
> why. Can you try if appended patch fixes this?

 I tried it with Sep 25 -current code, but same result.
Is there anything I should try?


| NetBSD 1.5Y (BEECH1-NOPCIBIOS) #3: Sun Oct  7 22:55:56 JST 2001
|     mochid@xxxx:/NetBSD-current/src/sys/arch/i386/compile/BEECH1-NOPCIBIOS
| cpu0: AMD K6-2 (586-class), 350.83 MHz

| % netscape -display xxx:0
| unknown svr4 fast trap 2
| unknown svr4 fast trap 2
    : (320 same lines)
| unknown svr4 fast trap 2
| uknknown svr4 faste trap 2
| rnel: type 1216652891 trap, code=0
| Stopped in pid 305 (netscape) at             0x292:     invalid address
| db> t
| param.c(8740b18,867d898,0,0,ffffffff) at      0x292
| Bad user frame pointer: 0x867d910
| db> ps
|  PID             PPID       PGRP        UID S   FLAGS          COMMAND    WAIT
|  310              308        305       7011 2     0x6         netscape
|  308              305        305       7011 3  0x4086         netscape  select
| >305              277        305       7011 7  0x4006         netscape
|  280                1        280          0 3  0x4086            getty   ttyin
|  279                1        279          0 3  0x4086            getty   ttyin

-mochid