make core

make core

Post by Johan Giffar » Mon, 16 Nov 1998 04:00:00



RH5.1 - make cores every time - any ideas at all?

==> make -d

GNU Make version 3.76.1, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.


Reading makefiles...
Reading makefile `Makefile'...
Segmentation fault (core dumped)

 
 
 

1. DP2 Java 1.3 makes core dump

Hi,

I have a problem with the new DP2 disk, and I'm not
sure how to troubleshoot it further.

I started with a fresh disk (to be sure it was repeatable)
and installed from CDROM DP2 (just issued a couple weeks
ago).

I picked the X Developer package.

Next I installed the Jetty port ( cd to
/usr/ports/java/jetty )
and type make - this caused (by dependency) the JDK1.3 to
install
and it did at patch level 7.  Everything seemed to go fine
(wow
amazing - downloading stuff from Sun's web site and all!)
and I
tested the JDK with a couple of simple programs -
everything looks
fine.

BUT, when I run the Jetty demo, I get a BUSS ERROR and a
core dump
(a file called java.core appears in the directory).  I
tried to write
a couple of simple programs to see if they would cause the
buss error,
like a two threaded "Hello World" but nothing did.  I'm not
sure
if I can get source for Jetty to try and find exactly where
it dies -
(It's not at the contructor for the server, it's when I
actually try and
start it with a
 server.start();
call.

Here is the code that crashes, although running the Jetty
demo will
produce
the same buss error:

HttpServer server = new HttpServer();
try
{
    server.addListener(new InetAddrPort(8080));

HandlerContext context = server.addContext("/");
ServletHandlerContext servHand= new ServletHandlerContext(
server, "/"
);
servHand.setDynamicServletPathSpec( "/servlet/*");

server.addContext( null, servHand );
context.setResourceBase("./docroot/");
context.setServingResources(true);

try
{
    server.start();  //blammo! this line crashes

I'd very much like to help if I could, but I'm not sure
where to go
or if this might already be fixed in -Current

Best Regards,

-Will


with "unsubscribe freebsd-java" in the body of the message

2. Project Management Software

3. Making core files user unique

4. problems compiling tk 8.2.3

5. Making a setgid program dump core?

6. About SMC cards

7. Dynamic Libraries: core dump after changes have been made

8. installation problems

9. top makes a core dumpt now!

10. Making sense of a core files output in adb

11. Core dump not making proper filename

12. 2.5 + X makes Emacs dump core (+ patch)

13. making linux core dump