bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Segfault with make-3.81 on OSX Leopard x86(_64)


From: Paul Smith
Subject: Re: Segfault with make-3.81 on OSX Leopard x86(_64)
Date: Tue, 06 May 2008 07:56:45 -0400

On Tue, 2008-05-06 at 01:09 -0700, Garrett Cooper wrote:
> Trying to compile ltp (ltp.sf.net) with modified makefiles and  
> whenever I run make as follows, it segfaults:
> 
> -------------------
> shiina:ltp-full-20080430 gcooper$ make -Np
> Segmentation fault

Hm.  I can't reproduce this; it doesn't segfault on my GNU/Linux system.
Checking with valgrind doesn't yield any obvious suspicious things going
on.

Can you get a stack trace?  I don't know if OSX comes with GDB, but if
so you can do something like:

  gdb make
        ...
  (gdb) run -Np
        ...
  (gdb) bt

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.mad-scientist.us
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

[Prev in Thread] Current Thread [Next in Thread]