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

Bug#637360: backtrace() doesn't work on armel



Package: libc6
Version: 2.13-15
Severity: normal

Hello,

The test suite of ocaml-extunix 0.0.3-1 fails on armel because the
following program:

  #include <execinfo.h>

  int main() {
    void *buffer[100];
    return backtrace(buffer, 100);
  }

returns 0. It returns with a non-zero status (3 everywhere I've tried
myself) on all other release architectures.

Is that expected?


Cheers,

-- 
Stéphane

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libc6 depends on:
ii  libc-bin                      2.13-15    Embedded GNU C Library: Binaries
ii  libgcc1                       1:4.6.1-6  GCC support library

libc6 recommends no packages.

Versions of packages libc6 suggests:
ii  debconf [debconf-2.0]         1.5.41     Debian configuration management sy
pn  glibc-doc                     <none>     (no description available)
ii  locales                       2.13-15    Embedded GNU C Library: National L

-- debconf information excluded



Reply to: