Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.29 KB | None | 0 0
  1. monstartup: out of memory
  2. *******
  3. mudflap violation 1 (check/write): time=1290183053.555338 ptr=0xa0b2330 size=20
  4. pc=0xb77a1acd location=`(strcpy dest)'
  5.      /usr/lib/libmudflap.so.0(__mf_check+0x3d) [0xb77a1acd]
  6.      /usr/lib/libmudflap.so.0(__mfwrap_strcpy+0xbd) [0xb77a39dd]
  7.      ./a.out(main+0xf9) [0x80492ff]
  8. Nearby object 1: checked region begins 0B into and ends 1B after
  9. mudflap object 0xa0b2368: name=`malloc region'
  10. bounds=[0xa0b2330,0xa0b2342] size=19 area=heap check=0r/3w liveness=3
  11. alloc time=1290183053.555141 pc=0xb77a0e8d
  12.       /usr/lib/libmudflap.so.0(__mf_register+0x3d) [0xb77a0e8d]
  13.       /usr/lib/libmudflap.so.0(__wrap_malloc+0xe2) [0xb77a1fa2]
  14.       ./a.out(_Z17vytvorPoleStringuii+0x62) [0x8049e8c]
  15.       ./a.out(main+0xdf) [0x80492e5]
  16. Nearby object 2: checked region begins 3006B after and ends 3025B after
  17. mudflap dead object 0xa0b1ec8: name=`realloc region'
  18. bounds=[0xa0b1760,0xa0b1772] size=19 area=heap-init check=0r/1w liveness=1
  19. alloc time=1290183053.555041 pc=0xb77a23bd
  20.      /usr/lib/libmudflap.so.0(__wrap_realloc+0x13d) [0xb77a23bd]
  21.      ./a.out(_Z13ctiPrvniRadekPc+0x67) [0x8049086]
  22.      ./a.out(main+0xb7) [0x80492bd]
  23.      /usr/lib/libmudflap.so.0(__wrap_main+0x49) [0xb77a0ee9]
  24. dealloc time=1290183053.555088 pc=0xb77a238f
  25. number of nearby objects: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement