home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dbmalloc.zip / testerr.base < prev    next >
Text File  |  1993-01-04  |  4KB  |  99 lines

  1. -------------------------------------
  2. Testing malloc_inuse()...OK
  3. -------------------------------------
  4. Testing malloc_mark()...OK
  5. -------------------------------------
  6. Testing malloc_size()...OK
  7. -------------------------------------
  8. Testing memalign()...OK
  9. -------------------------------------
  10. Error from strcpy() - out of bounds
  11. MALLOC Warning from strncpy() (called from testerr.c line 128):
  12. Pointer within malloc region, but outside of malloc data bounds
  13. This error is *probably* associated with the following allocation:
  14.  
  15.     A call to malloc for 10 bytes in testerr.c on line 123.
  16.  
  17. -------------------------------------
  18. Error from memset() - out of bounds (beyond)
  19. MALLOC Warning from memset() (called from testerr.c line 133):
  20. Pointer within malloc region, but outside of malloc data bounds
  21. This error is *probably* associated with the following allocation:
  22.  
  23.     A call to malloc for 20 bytes in testerr.c on line 121.
  24.  
  25. -------------------------------------
  26. Error from free() - overrun
  27. MALLOC Warning from free() (called from testerr.c line 138):
  28. Data has overrun beyond requested number of bytes
  29. This error is *probably* associated with the following allocation:
  30.  
  31.     A call to malloc for 20 bytes in testerr.c on line 121.
  32.  
  33. MALLOC Warning from free() (called from testerr.c line 138):
  34. Data has overrun beyond requested number of bytes
  35. This error is *probably* associated with the following allocation:
  36.  
  37.     A call to malloc for 10 bytes in testerr.c on line 123.
  38.  
  39. -------------------------------------
  40. Error from free() - double free
  41. MALLOC Warning from free() (called from testerr.c line 143):
  42. Data area is not in use (can't be freed or realloced, or used)
  43. This error is *probably* associated with the following allocation:
  44.  
  45.     A call to malloc for 20 bytes in testerr.c on line 121.
  46.  
  47.     in testerr.c on line 138.
  48.  
  49. -------------------------------------
  50. NO error from bzero
  51. -------------------------------------
  52. Error from bzero() - out of bounds
  53. MALLOC Warning from bzero() (called from testerr.c line 153):
  54. Pointer within malloc region, but outside of malloc data bounds
  55. This error is *probably* associated with the following allocation:
  56.  
  57.     A call to malloc for 10 bytes in testerr.c on line 123.
  58.  
  59. -------------------------------------
  60. Error from free() - overrun
  61. MALLOC Warning from free() (called from testerr.c line 158):
  62. Data has overrun beyond requested number of bytes
  63. This error is *probably* associated with the following allocation:
  64.  
  65.     A call to malloc for 10 bytes in testerr.c on line 123.
  66.  
  67. -------------------------------------
  68. Error from memset() - out of bounds (before)
  69. MALLOC Warning from memset() (called from testerr.c line 165):
  70. Pointer within malloc region, but outside of malloc data bounds
  71. This error is *probably* associated with the following allocation:
  72.  
  73.     A call to malloc for 1 bytes in testerr.c on line 160.
  74.  
  75. -------------------------------------
  76. Error from free() - underrun
  77. MALLOC Warning from free() (called from testerr.c line 170):
  78. Data has written before beginning of requested bytes
  79. This error is *probably* associated with the following allocation:
  80.  
  81.     A call to malloc for 1 bytes in testerr.c on line 160.
  82.  
  83. -------------------------------------
  84. Error from memset() - out of bounds
  85. MALLOC Warning from memset() (called from testerr.c line 178):
  86. Pointer within malloc region, but outside of malloc data bounds
  87. This error is *probably* associated with the following allocation:
  88.  
  89.     A call to malloc for 10 bytes in testerr.c on line 172.
  90.  
  91. -------------------------------------
  92. Error from malloc() - chain broken
  93. MALLOC Warning from malloc() (called from testerr.c line 184):
  94. Pointers between this segment and adjoining segments are invalid
  95. This error is *probably* associated with the following allocation:
  96.  
  97.     A call to malloc for 10 bytes in testerr.c on line 172.
  98.  
  99.