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

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



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