[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-developers] gnunet-check segfault
From: |
Glenn McGrath |
Subject: |
[GNUnet-developers] gnunet-check segfault |
Date: |
Sat, 28 Feb 2004 21:54:57 +1100 |
Anyone else seeing segfaults on gnunet-check ?
I had inserted indexed content, removed the file from my filesystem,
then ran gnunet-check
# gnunet-check -p 1 -f
Feb 28 21:51:16 CRON: enter cronReduceImportance
Feb 28 21:51:16 EVERYTHING: Can not stat /home/bug1/<my secret indexed
content file1> (No such file or directory)
Feb 28 21:51:16 EVERYTHING: Can not stat /home/bug1/<my secret indexed
content file2> (No such file or directory)
Checking indexed files
* /home/bug1/<my secret indexed content file1>
Feb 28 21:51:17 EVERYTHING: Can not stat /home/bug1/<my secret indexed
content file1> (No such file or directory)
Feb 28 21:51:17 Segmentation fault
last part of strace output
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 15
connect(15, {sa_family=AF_INET, sin_port=htons(2087),
sin_addr=inet_addr("127.0.0.1")}, 16) = 0
fcntl64(15, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(15, F_SETFL, O_RDWR) = 0
Feb 28 21:47:52 send(15, "\4\4\0\16/home/bug1/<my secret indexed content
file1>"..., 1028, 0x4000) = 1028
fcntl64(15, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(15, F_SETFL, O_RDWR|O_NONBLOCK) = 0
fcntl64(15, F_GETFL) = 0x802 (flags
O_RDWR|O_NONBLOCK)
fcntl64(15, F_SETFL, O_RDWR) = 0
recv(15, <unfinished ...>
+++ killed by SIGSEGV +++
Glenn
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-developers] gnunet-check segfault,
Glenn McGrath <=