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

[LDM #DMV-216735]: Building new LDM site

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: [LDM #DMV-216735]: Building new LDM site
  • Date: Fri, 14 Sep 2007 13:22:12 -0600

Patrick,

> Not overly enlightening.
> 
> Pat
> 
> LDM =>ldmadmin delqueue
> LDM =>pqcreate -vl- -s 800M
> Creating /usr/local/ldm/data/ldm.pq, 800000000 bytes, 195312 products.
> Segmentation fault
> LDM =>

Interesting.  I've never seen this before and, to the best of my
knowledge, no one else has either.

If you don't mind, would you please help me debug this problem by
doing the following:

1.  Go to the top-level source-directory.

2.  Execute the following commands (adjust as necessary for
    your user-shell):
        make distclean"
        ./configure CLFLAGS=-g >configure.log 2>&1
        make all >make.log 2>&1
        make install >install.log 2>&1

5.  Enable the dumping of core files, e.g.,
        ulimit -c unlimited

6.  Execute the commands
        ldmadmin delqueue
        pqcreate -vxl- -s 800M

    Send me the output from the last command.

7.  Get a stack trace of the core file, e.g.,

        gdb $HOME/bin/pqcreate core
        ...
        where

    and send it to me

Regards,
Steve Emmerson

Ticket Details
===================
Ticket ID: DMV-216735
Department: Support LDM
Priority: Normal
Status: On Hold