Skip to content

tcpclient efvi 模式启动报错 #13

Description

@headshot289

g++ -std=c++11 -O3 -Wall tcpclient.cc -o tcpclient-efvi -DUSE_EFVI -lciul1

./tcpclient-efvi bond0 10.125.0.162

ef_pd_alloc_by_name failed
*** Error in `./tcpclient-efvi': double free or corruption (fasttop): 0x000000000263a010 ***
======= Backtrace: =========
/lib64/libc.so.6(+0x81329)[0x7fd94e4a8329]
./tcpclient-efvi[0x40a604]
./tcpclient-efvi[0x4075c2]
/lib64/libc.so.6(+0x39ce9)[0x7fd94e460ce9]
/lib64/libc.so.6(+0x39d37)[0x7fd94e460d37]
./tcpclient-efvi[0x401d20]
/lib64/libc.so.6(__libc_start_main+0xf5)[0x7fd94e449555]
./tcpclient-efvi[0x404cc4]
======= Memory map: ========
00400000-00417000 r-xp 00000000 fd:00 677054502 /tmp/pollnet/example/tcpclient-efvi
00616000-00617000 r--p 00016000 fd:00 677054502 /tmp/pollnet/example/tcpclient-efvi
00617000-00618000 rw-p 00017000 fd:00 677054502 /tmp/pollnet/example/tcpclient-efvi
00618000-0081d000 rw-p 00000000 00:00 0
0263a000-0265b000 rw-p 00000000 00:00 0 [heap]
7fd948000000-7fd948021000 rw-p 00000000 00:00 0
7fd948021000-7fd94c000000 ---p 00000000 00:00 0
7fd94e214000-7fd94e220000 r-xp 00000000 fd:00 268436767 /usr/lib64/libnss_files-2.17.so
7fd94e220000-7fd94e41f000 ---p 0000c000 fd:00 268436767 /usr/lib64/libnss_files-2.17.so
7fd94e41f000-7fd94e420000 r--p 0000b000 fd:00 268436767 /usr/lib64/libnss_files-2.17.so
7fd94e420000-7fd94e421000 rw-p 0000c000 fd:00 268436767 /usr/lib64/libnss_files-2.17.so
7fd94e421000-7fd94e427000 rw-p 00000000 00:00 0
7fd94e427000-7fd94e5eb000 r-xp 00000000 fd:00 268436745 /usr/lib64/libc-2.17.so
7fd94e5eb000-7fd94e7ea000 ---p 001c4000 fd:00 268436745 /usr/lib64/libc-2.17.so
7fd94e7ea000-7fd94e7ee000 r--p 001c3000 fd:00 268436745 /usr/lib64/libc-2.17.so
7fd94e7ee000-7fd94e7f0000 rw-p 001c7000 fd:00 268436745 /usr/lib64/libc-2.17.so
7fd94e7f0000-7fd94e7f5000 rw-p 00000000 00:00 0
7fd94e7f5000-7fd94e80a000 r-xp 00000000 fd:00 268435970 /usr/lib64/libgcc_s-4.8.5-20150702.so.1
7fd94e80a000-7fd94ea09000 ---p 00015000 fd:00 268435970 /usr/lib64/libgcc_s-4.8.5-20150702.so.1
7fd94ea09000-7fd94ea0a000 r--p 00014000 fd:00 268435970 /usr/lib64/libgcc_s-4.8.5-20150702.so.1
7fd94ea0a000-7fd94ea0b000 rw-p 00015000 fd:00 268435970 /usr/lib64/libgcc_s-4.8.5-20150702.so.1
7fd94ea0b000-7fd94eb0c000 r-xp 00000000 fd:00 268436754 /usr/lib64/libm-2.17.so
7fd94eb0c000-7fd94ed0b000 ---p 00101000 fd:00 268436754 /usr/lib64/libm-2.17.so
7fd94ed0b000-7fd94ed0c000 r--p 00100000 fd:00 268436754 /usr/lib64/libm-2.17.so
7fd94ed0c000-7fd94ed0d000 rw-p 00101000 fd:00 268436754 /usr/lib64/libm-2.17.so
7fd94ed0d000-7fd94edf6000 r-xp 00000000 fd:00 268436803 /usr/lib64/libstdc++.so.6.0.19
7fd94edf6000-7fd94eff6000 ---p 000e9000 fd:00 268436803 /usr/lib64/libstdc++.so.6.0.19
7fd94eff6000-7fd94effe000 r--p 000e9000 fd:00 268436803 /usr/lib64/libstdc++.so.6.0.19
7fd94effe000-7fd94f000000 rw-p 000f1000 fd:00 268436803 /usr/lib64/libstdc++.so.6.0.19
7fd94f000000-7fd94f015000 rw-p 00000000 00:00 0
7fd94f015000-7fd94f037000 r-xp 00000000 fd:00 268436738 /usr/lib64/ld-2.17.so
7fd94f229000-7fd94f22e000 rw-p 00000000 00:00 0
7fd94f233000-7fd94f236000 rw-p 00000000 00:00 0
7fd94f236000-7fd94f237000 r--p 00021000 fd:00 268436738 /usr/lib64/ld-2.17.so
7fd94f237000-7fd94f238000 rw-p 00022000 fd:00 268436738 /usr/lib64/ld-2.17.so
7fd94f238000-7fd94f239000 rw-p 00000000 00:00 0
7ffd8a79e000-7ffd8a7bf000 rw-p 00000000 00:00 0 [stack]
7ffd8a7f7000-7ffd8a7f9000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions