Skip Menu |

This queue is for tickets about the DustyDB CPAN distribution.

Report information
The Basics
Id: 43168
Status: new
Priority: 0/
Queue: DustyDB

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: multikey test running into endless(?) loop
I interrupted the multikey test of your 0.06 distro after 50 minutes expecting that it would never finish. Let me know whether and how I can provide more information. I did use strace to see what the process did and it was living. Short excerpt: read(3, "\0\0\4\244\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 _llseek(3, 1131, [1131], SEEK_SET) = 0 _llseek(3, 0, [1131], SEEK_CUR) = 0 _llseek(3, 1188, [1188], SEEK_SET) = 0 _llseek(3, 0, [1188], SEEK_CUR) = 0 read(3, "B\0\0\317\315 \204\225\325e\357f\347\337\371\371\207d\332\0\0\6'\0\0\6g\304\312B8\240\271"..., 4096) = 4096 _llseek(3, 1189, [1189], SEEK_SET) = 0 _llseek(3, 0, [1189], SEEK_CUR) = 0 _llseek(3, 1211, [1211], SEEK_SET) = 0 _llseek(3, 0, [1211], SEEK_CUR) = 0 read(3, "\0\0\6g\304\312B8\240\271#\202\r\314P\232ou\204\233\0\0\v-\0\0\vm\24\277\246\273\24"..., 4096) = 4096 _llseek(3, 1217, [1217], SEEK_SET) = 0 _llseek(3, 0, [1217], SEEK_CUR) = 0 _llseek(3, 1207, [1207], SEEK_SET) = 0 _llseek(3, 0, [1207], SEEK_CUR) = 0 read(3, "\0\0\6'\0\0\6g\304\312B8\240\271#\202\r\314P\232ou\204\233\0\0\v-\0\0\vm\24"..., 4096) = 4096 _llseek(3, 1211, [1211], SEEK_SET) = 0 _llseek(3, 0, [1211], SEEK_CUR) = 0 _llseek(3, 1575, [1575], SEEK_SET) = 0 _llseek(3, 0, [1575], SEEK_CUR) = 0 read(3, "D\0\0\0\0\0\0\0010\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 _llseek(3, 1576, [1576], SEEK_SET) = 0 _llseek(3, 0, [1576], SEEK_CUR) = 0 _llseek(3, 1578, [1578], SEEK_SET) = 0 _llseek(3, 0, [1578], SEEK_CUR) = 0 read(3, "\0\0\0\0\0010\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 _llseek(3, 1582, [1582], SEEK_SET) = 0 _llseek(3, 0, [1582], SEEK_CUR) = 0 _llseek(3, 1582, [1582], SEEK_SET) = 0 _llseek(3, 0, [1582], SEEK_CUR) = 0 read(3, "\0010\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 Should I just be more patient? Thanks