|
Bugzilla – Full Text Bug Listing |
| Summary: | regression test fails: test wifi-wired-bridging | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Rajib Bhattacharjea <raj.b> |
| Component: | regression | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | craigdo |
| Priority: | P1 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
first pcap file generated
second pcap file generated tarball of the traces generated |
||
|
Description
Rajib Bhattacharjea
2008-09-04 16:37:21 UTC
Created attachment 239 [details]
first pcap file generated
Created attachment 240 [details]
second pcap file generated
Also, here is the difference in tcpdump output on the pcap files. Dumps were generated with tcpdump -r blah.pcap -nn -tt, and diffs with the usual diff -u --- actual2.dump 2008-09-04 16:52:09.000000000 -0400 +++ expected2.dump 2008-09-04 16:52:31.000000000 -0400 @@ -1,11 +1,11 @@ 0.000150 Beacon (wifi-default-0) [6.0* 9.0 12.0 18.0 24.0 36.0 48.0 54.0 Mbit] IBSS 0.000184 Assoc Request () [6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0 Mbit] 0.000348 Acknowledgment RA:00:00:00:00:00:04 -0.000466 Assoc Response AID(1cb7) :: Succesful +0.000466 Assoc Response AID(0) :: Succesful 0.000482 Acknowledgment RA:00:00:00:00:00:03 0.000702 Assoc Request () [6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0 Mbit] 0.000762 Acknowledgment RA:00:00:00:00:00:05 -0.000880 Assoc Response AID(1bb7) :: Succesful +0.000880 Assoc Response AID(0) :: Succesful 0.000940 Acknowledgment RA:00:00:00:00:00:03 0.508192 00:00:00:00:00:07 > 00:00:00:00:00:04 SNAP Unnumbered, ui, Flags [Command], length 524 0.509008 Acknowledgment RA:00:00:00:00:00:04 --- actual5.dump 2008-09-04 16:52:16.000000000 -0400 +++ expected5.dump 2008-09-04 16:52:42.000000000 -0400 @@ -1,10 +1,10 @@ -0.000150 Beacon[|802.11] +0.000150 Beacon (wifi-default-1) [6.0* 9.0 12.0 18.0 24.0 36.0 48.0 54.0 Mbit] IBSS 0.000288 Assoc Request () [6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0 Mbit] 0.000348 Acknowledgment RA:00:00:00:00:00:07 0.000382 Assoc Request () [6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0 Mbit] 0.000805 Assoc Request () [6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0 Mbit] 0.000969 Acknowledgment RA:00:00:00:00:00:08 -0.001087 Assoc Response AID(1bb7) :: Succesful +0.001087 Assoc Response AID(0) :: Succesful 0.001103 Acknowledgment RA:00:00:00:00:00:06 0.509705 00:00:00:00:00:07 > 00:00:00:00:00:04 SNAP Unnumbered, ui, Flags [Command], length 524 0.509765 Acknowledgment RA:00:00:00:00:00:06 I noticed this error seems to raise when gcc-4.2.3 machine is used. ns-regression is one of these now (can be used to reproduce this). *** Bug 319 has been marked as a duplicate of this bug. *** I also get a regression failure on this same test on x86, Mac OS 10.4.11, gcc 4.0.1, Darwin 8.11.1 The pcap files generated on Mac are different than the ones I posted from my other machine (x86 Ubuntu, Linux 2.6.24, gcc 4.2.3) AND different from the reference traces. Attachments coming. Created attachment 247 [details]
tarball of the traces generated
This regression test crashes on cygwin ... ~/repos/ns-3-dev > ./waf --regression Entering directory `/home/owner/repos/ns-3-dev/build' Compilation finished successfully ========== Running Regression Tests ========== Synchronizing reference traces using Mercurial. Cloning http://code.nsnam.org/ns-3-dev-ref-traces from repo. Done. PASS test-csma-broadcast PASS test-csma-multicast PASS test-csma-one-subnet PASS test-csma-packet-socket PASS test-realtime-udp-echo PASS test-simple-error-model PASS test-simple-global-routing PASS test-simple-point-to-point-olsr PASS test-tcp-large-transfer PASS test-udp-echo 45 [main] wifi-wired-bridging 42556 _cygtls::handle_exceptions: Error while dumping state (probably corrupted stack) Command ['/home/owner/repos/ns-3-dev/build/debug/examples/wifi-wired-bridging.exe', '--SendIp=0'] exited with code -11 ~/repos/ns-3-dev > fixed now. |