Closed GoogleCodeExporter closed 9 years ago
When I restart qemu and try
2. root@embox:/#mkdir /nfs
3. root@embox:/#mount -t nfs 10.0.2.10:/home/alexander/nfs_share /nfs
I got
ASSERTION FAILED on CPU 0
at src/net/l4/tcp.c:864
in function confirm_ack
sent_skb != NULL
-- 01000000 * A R thread 0 task 0 --------------------------------------
18 0x001bfd4a <__assertion_handle_failure+0xd2> ...lib/libc/assert/assert.c:43
17 0x00152998 <confirm_ack+0x78> src/net/l4/tcp.c:853
16 0x00152aea <process_ack+0xcb> src/net/l4/tcp.c:879
15 0x00152ecb <pre_process+0x1a7> src/net/l4/tcp.c:1016
14 0x00153039 <tcp_handle+0xe6> src/net/l4/tcp.c:1135
13 0x001531c2 <tcp_process+0x3a> src/net/l4/tcp.c:1209
12 0x001535fe <tcp_rcv+0x1bc> src/net/l4/tcp.c:1263
Original comment by alexkalmuk@gmail.com
on 30 Jan 2014 at 9:44
touch fixed by adding anonuid option in
10.0.2.0/24(rw,all_squash,async,insecure,anonuid=1000,anongid=1000)
Original comment by alexkalmuk@gmail.com
on 30 Jan 2014 at 10:24
not reproduced :(
what the revision do you use?
Original comment by ki.stfu
on 30 Jan 2014 at 4:09
Revision r12528
root@embox:/#mkdir /nfs
root@embox:/#mount -t nfs 10.0.2.10:/home/alexander/nfs_share /nfs
root@embox:/#umount /nfs
Then restart qemu without restarting nfs-kernel-server:
root@embox:/#mkdir /nfs
root@embox:/#mount -t nfs 10.0.2.10:/home/alexander/nfs_share /nfs
And I've got assertion failed...
Original comment by alexkalmuk@gmail.com
on 30 Jan 2014 at 4:28
it's not reproduced for me:(. may be my machine is very slow.
Original comment by ki.stfu
on 31 Jan 2014 at 12:53
On my work machine I also get the same error:
root@embox:/#mount -t nfs 10.0.2.10:/home/hak1r/d /tmp
10.0.2.10: RPC: Remote system error - Connection timed out
tish: mount: Command returned with code -1: Unknown error code. PLEASE REPORT
ISSUE 519!
Original comment by ki.stfu
on 3 Feb 2014 at 9:21
seems that i fix that in r12754
Original comment by ki.stfu
on 22 Feb 2014 at 4:11
Original comment by ki.stfu
on 22 Feb 2014 at 4:12
Original issue reported on code.google.com by
alexkalmuk@gmail.com
on 30 Jan 2014 at 9:43