Bug 1211

Summary: Memory errors crashing ns-3
Product: ns-3 Reporter: Mitch Watrous <watrous>
Component: networkAssignee: ns-bugs <ns-bugs>
Status: RESOLVED INVALID    
Severity: critical CC: mathieu.lacage
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

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.