Displaying 6 results from an estimated 6 matches for "receive_request".
2020 Jun 19
2
SegFault when using TunnelServer=yes
...%s %s %d
%d %d %d", ANS_KEY,
(gdb) bt
#0 0x000055555556de41 in send_ans_key (to=to at entry=0x555555851060) at
protocol_key.c:382
#1 0x000055555556e169 in req_key_h (c=0x555555851be0,
request=0x555555854bb7 "15 Office Lukav_Beast") at protocol_key.c:304
#2 0x000055555556a083 in receive_request (c=c at entry=0x555555851be0,
request=0x555555854bb7 "15 Office Lukav_Beast") at protocol.c:146
#3 0x000055555555e993 in receive_meta (c=c at entry=0x555555851be0) at
meta.c:333
#4 0x00005555555603f9 in handle_meta_connection_data
(c=c at entry=0x555555851be0) at net.c:304
#5 0x0000...
2020 Jul 27
3
SegFault when using TunnelServer=yes
...S_KEY,
> (gdb) bt
> #0 0x000055555556de41 in send_ans_key (to=to at entry=0x555555851060) at
> protocol_key.c:382
> #1 0x000055555556e169 in req_key_h (c=0x555555851be0,
> request=0x555555854bb7 "15 Office Lukav_Beast") at protocol_key.c:304
> #2 0x000055555556a083 in receive_request (c=c at entry=0x555555851be0,
> request=0x555555854bb7 "15 Office Lukav_Beast") at protocol.c:146
> #3 0x000055555555e993 in receive_meta (c=c at entry=0x555555851be0) at
> meta.c:333
> #4 0x00005555555603f9 in handle_meta_connection_data
> (c=c at entry=0x555555851be0) a...
2020 Jul 27
0
SegFault when using TunnelServer=yes
...%s %s %d
%d %d %d", ANS_KEY,
(gdb) bt
#0 0x000055555556de41 in send_ans_key (to=to at entry=0x555555851060) at
protocol_key.c:382
#1 0x000055555556e169 in req_key_h (c=0x555555851be0,
request=0x555555854bb7 "15 Office Lukav_Beast") at protocol_key.c:304
#2 0x000055555556a083 in receive_request (c=c at entry=0x555555851be0,
request=0x555555854bb7 "15 Office Lukav_Beast") at protocol.c:146
#3 0x000055555555e993 in receive_meta (c=c at entry=0x555555851be0) at
meta.c:333
#4 0x00005555555603f9 in handle_meta_connection_data
(c=c at entry=0x555555851be0) at net.c:304
#5 0x0000...
2020 Jul 28
0
SegFault when using TunnelServer=yes
...S_KEY,
> (gdb) bt
> #0 0x000055555556de41 in send_ans_key (to=to at entry=0x555555851060) at
> protocol_key.c:382
> #1 0x000055555556e169 in req_key_h (c=0x555555851be0,
> request=0x555555854bb7 "15 Office Lukav_Beast") at protocol_key.c:304
> #2 0x000055555556a083 in receive_request (c=c at entry=0x555555851be0,
> request=0x555555854bb7 "15 Office Lukav_Beast") at protocol.c:146
> #3 0x000055555555e993 in receive_meta (c=c at entry=0x555555851be0) at
> meta.c:333
> #4 0x00005555555603f9 in handle_meta_connection_data
> (c=c at entry=0x555555851be0) a...
2007 Jul 20
1
Bugginess since crypto changes
...on.
crash 1:
==28913== Invalid read of size 8
==28913== at 0x412150: list_unlink_node (list.c:97)
==28913== by 0x412278: list_delete_node (list.c:111)
==28913== by 0x407143: flush_queue (net_packet.c:451)
==28913== by 0x40E2AE: ans_key_h (protocol_key.c:239)
==28913== by 0x40BC58: receive_request (protocol.c:157)
==28913== by 0x405B87: receive_meta (meta.c:138)
==28913== by 0x406867: handle_meta_connection_data (net.c:225)
==28913== by 0x4C0FAC0: event_base_loop (event.c:318)
==28913== by 0x40601F: main_loop (net.c:374)
==28913== by 0x411853: main (tincd.c:329)
==28913== Add...
2016 Jun 14
4
Early CSE clobbering llvm.assume
Hal,
To simplify this discussion, lets first just focus on code without asserts and assumes,
I don’t follow your logic, you seem to be implying we don’t optimize property-propagation through “if-then” and “while-do” well ?
--Peter.
From: Hal Finkel [mailto:hfinkel at anl.gov]
Sent: Tuesday, June 14, 2016 11:12 AM
To: Lawrence, Peter <c_plawre at qca.qualcomm.com>
Cc: llvm-dev