Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. ==31530== Thread 1:
  2. ==31530== Invalid free() / delete / delete[] / realloc()
  3. ==31530== at 0x4C27D4E: free (vg_replace_malloc.c:427)
  4. ==31530== by 0x67AB31B: hm2_watchdog_cleanup (watchdog.c:298)
  5. ==31530== by 0x679B85D: hm2_cleanup (hostmot2.c:988)
  6. ==31530== by 0x679C1A9: hm2_unregister (hostmot2.c:1572)
  7. ==31530== by 0x6BBDF59: hm2_pci_remove (hm2_pci.c:743)
  8. ==31530== by 0x40FAB4: rtapi_pci_unregister_driver (rtapi_pci.cc:235)
  9. ==31530== by 0x6BBECE9: rtapi_app_exit (hm2_pci.c:802)
  10. ==31530== by 0x40DC1B: handle_command(std::vector<std::string, std::allocator<std::string> >) (uspace_rtapi_app.cc:252)
  11. ==31530== by 0x40E020: callback(int) (uspace_rtapi_app.cc:361)
  12. ==31530== by 0x40C323: (anonymous namespace)::Posix::run_threads(int, int (*)(int)) (uspace_rtapi_app.cc:986)
  13. ==31530== by 0x40BE66: main (uspace_rtapi_app.cc:991)
  14. ==31530== Address 0x61d896c is 12 bytes inside a block of size 44 alloc'd
  15. ==31530== at 0x4C28BED: malloc (vg_replace_malloc.c:263)
  16. ==31530== by 0x4C28D6F: realloc (vg_replace_malloc.c:632)
  17. ==31530== by 0x67AD112: hm2_allocate_tram_regions (tram.c:110)
  18. ==31530== by 0x679D947: hm2_register (hostmot2.c:1366)
  19. ==31530== by 0x6BBE9A1: hm2_pci_probe (hm2_pci.c:710)
  20. ==31530== by 0x40F8AA: rtapi_pci_register_driver (rtapi_pci.cc:207)
  21. ==31530== by 0x6BBEC63: rtapi_app_main (hm2_pci.c:775)
  22. ==31530== by 0x40DA5F: do_load_cmd(std::string, std::vector<std::string, std::allocator<std::string> >) (uspace_rtapi_app.cc:232)
  23. ==31530== by 0x40DB92: handle_command(std::vector<std::string, std::allocator<std::string> >) (uspace_rtapi_app.cc:320)
  24. ==31530== by 0x40E020: callback(int) (uspace_rtapi_app.cc:361)
  25. ==31530== by 0x40C323: (anonymous namespace)::Posix::run_threads(int, int (*)(int)) (uspace_rtapi_app.cc:986)
  26. ==31530== by 0x40BE66: main (uspace_rtapi_app.cc:991)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement