Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 1998 10:02:49 +0200 (EET)
From:      Achilleas Mantzios <mantzios@softlab.ece.ntua.gr>
To:        forrie@navinet.net, freebsd-questions@FreeBSD.ORG
Subject:   Re: Netscape 4.5 coredumps (again)
Message-ID:  <199812100802.KAA19910@softlab.ece.ntua.gr>

next in thread | raw e-mail | index | archive | help
> the *.core file to gain any info that might be useful in

cc -g *.c
gdb *.core

as a general procedure, of course in the case of netscape
(which also happens to me very often), you should recompile
all the sources with the -g option (or simply set the apropriate
env variable).

Did you try to run the linux executable on your freebsd box??

Achilleus.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812100802.KAA19910>