Aaron Turner schrieb:
On Mon, May 19, 2008 at 8:22 AM, Oliver Eales <[EMAIL PROTECTED]> wrote:
Aaron Turner schrieb:
Thanks to everyone sending in their bug reports.   I think I've got
all your issues resolved- if not, please re-open the corresponding
ticket:

05/17/2008: Version 3.3.1
    - Fix limitation of PF_PACKET only supporting Ethernet (#123)
    - Fix (again) /dev/bpf detection in FreeBSD 8.0 (#292)
    - Document building code from Subversion under Cygwin (#304)
    - Fix --enable-force-* under Linux (#305)
    - Fix tcpbridge --unidir assert error (#308)

Hello Aaron,
sorry..but i still get the assert with 3.3.1
tcpbridge: sendpacket.c:414: sendpacket_get_hwaddr: Assertion `sp' failed.

The line number has changed! :-)

Do you need more info from my side ?

Hmmm... then I really have no idea what's going on...  I can't seem to
reproduce your problem. any chance you can:

./configure --enable-debug && make

and then run it in gdb and give me a backtrace (the 'bt' command)?

Hello Aaron,
Here is the backtrace. I don't think it is sufficent to you....
I use glibc-2.3.3


Starting program: /usr/local/src/tcpreplay-3.3.1/src/tcpbridge --unidir --enet-dmac=00:15:60:A8:0C:E2 --enet-smac=00:0C:29:19:DF:85 --intf1=eth0 --intf2=eth1
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 1075207872 (LWP 5854)]
(no debugging symbols found)
tcpbridge: sendpacket.c:414: sendpacket_get_hwaddr: Assertion `sp' failed.

Program received signal SIGABRT, Aborted.
[Switching to Thread 1075207872 (LWP 5854)]
0xffffe410 in __kernel_vsyscall ()
(gdb) bt
#0  0xffffe410 in __kernel_vsyscall ()
#1  0x40062581 in raise () from /lib/tls/libc.so.6
#2  0x40063e65 in abort () from /lib/tls/libc.so.6
#3  0x4005bc03 in __assert_fail () from /lib/tls/libc.so.6
#4  0x0805a395 in ?? ()
#5  0x0807c5a8 in ?? ()
#6  0x0807c59b in ?? ()
#7  0x0000019e in ?? ()
#8  0x0807c729 in ?? ()
#9  0x400a3d97 in memcmp () from /lib/tls/libc.so.6
#10 0x0000003c in ?? ()
#11 0xbffff2c8 in ?? ()
#12 0x0804c6d1 in ?? ()
#13 0x00000000 in ?? ()
#14 0xbffff290 in ?? ()
#15 0x00000006 in ?? ()
#16 0x08079174 in ?? ()
#17 0x4000833c in _dl_lookup_symbol_x () from /lib/ld-linux.so.2
Previous frame inner to this frame (corrupt stack?)
(gdb)


Regards,
Oliver Eales
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Tcpreplay-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tcpreplay-users
Support Information: http://tcpreplay.synfin.net/trac/wiki/Support

Reply via email to