Subject: kernel panic
To: None <port-vax@netbsd.org>
From: None <nbsd@righi.dhs.org>
List: port-vax
Date: 07/17/2000 16:26:19
latest snapshot on 4000/60

I was compiling ncurses while connecting with ssh on the ssytem also
and the system crashed:

 install-info --info-dir=/usr/pkg/info /usr/pkg/info/libtool.info
Making install in tests
===> [Automatic a.out shared object handling]
===> Registering installation for libtool-1.3.5nb4
===> Returning to build of ncurses-5.0
panic: Segv in kernel mode: pc 11 addr 10
Stopped in sshd1 at     _arithflt+0x1a9:        cmpl    r0, $6
db>

then I isued continue and I got some explanation

Stopped in sshd1 at     _arithflt+0x131:        pushab
gcc2_compiled.+0x10de


seems it is fault of ssh1

do u think the compiler is wortking fine or it may have some bug ??
is it  better if I install gcc2.95.2 ??

this is the second time I have a kernel panic with applications compiled
withthis egcs1.1.2 whic is the default compiler. Could it be something
related to the ld warnings of my previous email ?
gcc  -I. -I. -I../.. -I.           -I../.. -I../..         -I../../include
-I./.
./../include
-DETCDIR=\"/etc\" -DSSH_BINDIR=\"/usr/local/bin\" -DHAVE_CONFIG_H -
I. -I. -I../..  -g -Wall -Wno-unknown-pragmas -I/usr/X11R6/include -c
sshd2.c
gcc  -g -Wall -Wno-unknown-pragmas  -o sshd2 sshd2.o -L. -L../../lib
-lssh2 -lss
h -ltermcap -L/usr/local/lib -lcrypt -ltermcap  -lutil
ld: sshd2.o: RRS text relocation at 0x336d for "___sF"
ld: sshd2.o: RRS text relocation at 0x33cd for "___sF"
ld: sshd2.o: RRS text relocation at 0x3427 for "___sF"
ld: sshd2.o: RRS text relocation at 0x3fb2 for "___sF"
ld: sshd2.o: RRS text relocation at 0x3fd1 for "___sF"
ld: ./libssh2.a(sshappcommon.o): RRS text relocation at 0xd05c for "___sF"
ld: ./libssh2.a(sshappcommon.o): RRS text relocation at 0xd0ca for "___sF"
ld: ./libssh2.a(sshchsession.o): RRS text relocation at 0xf6b1 for "___sF"
ld: ./libssh2.a(sshchsession.o): RRS text relocation at 0xfaed for "___sF"

THANKS

Rick