Bug 1211 - Memory errors crashing ns-3
Memory errors crashing ns-3
Status: RESOLVED INVALID
Product: ns-3
Classification: Unclassified
Component: network
ns-3-dev
All All
: P5 critical
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-07-06 20:15 UTC by Mitch Watrous
Modified: 2011-07-07 11:11 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mitch Watrous 2011-07-06 20:15:19 UTC
The latest version of ns-3-dev for changeset with this description:

    bug 1091: replace virtual method with callbacks.

causes test.py to get hung up and the following memory errors to be generated:

*** glibc detected *** /home/watrous/repositories/ns-3-allinone/ns-3-dev/build/debug/examples/routing/simple-routing-ping6: malloc(): memory corruption: 0x0000000000c08aa0 ***
*** glibc detected *** /home/watrous/repositories/ns-3-allinone/ns-3-dev/build/debug/examples/ipv6/icmpv6-redirect: malloc(): memory corruption: 0x0000000000b5daa0 ***
*** glibc detected *** /home/watrous/repositories/ns-3-allinone/ns-3-dev/build/debug/examples/ipv6/radvd: malloc(): memory corruption: 0x000000000187caa0 ***
*** glibc detected *** /home/watrous/repositories/ns-3-allinone/ns-3-dev/build/debug/examples/ipv6/radvd-two-prefix: malloc(): memory corruption: 0x00000000011feaa0 ***
Comment 1 Mathieu Lacage 2011-07-07 04:19:07 UTC
WORKSFORME. Please, give more information about your configuration. 

Did you make sure you had a clean build before running everything ?
Comment 2 Mitch Watrous 2011-07-07 11:11:31 UTC
Works for me now.

I will close this bug.