]] Martin-Éric Racine 

> 2013/3/31 Tollef Fog Heen <tfh...@debian.org>:
> > ]] Martin-Éric Racine
> >
> >> I'm assuming that it's CPU-specific, since that particular host has a
> >> Geode LX and the issue doesn not appear on any of my other hosts
> >> running other x86 variants.
> >
> > Interesting.  Any chance you can get a core dump and backtrace from the
> > mlocate run so we can figure out whether this is a toolchain bug or not?
> 
> I welcome instructions on how to achieve this.  The mlocate run only
> fails whenever executed from the cron job.

Rebuild the package with DEB_BUILD_OPTIONS="debug nostrip" so you get
debug symlbols.  Install it.

Try echo "/tmp/core" > /proc/sys/kernel/core_pattern and then wait for
an error.  Once you have that, you should have a core dump in /tmp, run
gdb /usr/bin/mlocate /tmp/core.$PID (or what the core file is named),
run bt full and mail that to the bug.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to