1. 04 Aug, 2011 3 commits
  2. 03 Aug, 2011 2 commits
  3. 29 Jul, 2011 3 commits
  4. 20 Jul, 2011 3 commits
  5. 11 Jul, 2011 1 commit
  6. 09 Jul, 2011 3 commits
  7. 07 Jul, 2011 18 commits
  8. 06 Jul, 2011 4 commits
  9. 05 Jul, 2011 3 commits
    • David 'Digit' Turner's avatar
    • David 'Digit' Turner's avatar
      libc: Add logcat error message for memory corruption · 7708a89c
      David 'Digit' Turner authored
      Our dlmalloc implementation currently calls abort() when it detects
      that the heap is corrupted, or that an invalid pointer is passed to
      one of its functions.
      
      The only way to detect this is because abort() will force-fully
      crash the current program with a magic fault address of '0xdeadbaad'.
      
      However, this is not really well documented, and a frequent topic
      on the android-ndk forum (among others).
      
      This change makes our dlmalloc code dump a simple message to the
      log just before the abort() call (and hence before the stack trace)
      to better help identify the problem.
      
      Change-Id: Iebf7eb7fe26463ecadfaca8f247d237edb441e3c
      7708a89c
    • Dragos Tatulea's avatar
      enable support for large files (> 2G) · 0e1723e6
      Dragos Tatulea authored
      
      bionic has an i386 ifdef guard for the O_LARGEFILE flag. The reason for this
      is not traceable in the git history, but it's most likely due to some old
      toolchain or emulator problem.
      
      Bug Id: 10035
      
      Change-Id: I742ee6e50220276c2cb268d66f89b5655ef689fc
      Signed-off-by: default avatarDragos Tatulea <dragos.tatulea@intel.com>
      0e1723e6