Displaying 3 results from an estimated 3 matches for "last_mtime".
Did you mean:
last_gtime
2008 Jul 03
0
Error on Autotest start
...most recent
# file.
def find_files_to_test(files=find_files)
# for some reason files comes in as a array needs to be hash
#myfiles = {}
#files.each do |key, value|
#myfiles[key] = value
#end
#files = myfiles
updated = files.select { |filename, mtime| self.last_mtime < mtime }
p updated if $v unless updated.empty? or self.last_mtime.to_i == 0
updated.map { |f,m| test_files_for(f) }.flatten.uniq.each do |filename|
self.files_to_test[filename] # creates key with default value
end
if updated.empty? then
nil
else...
2013 Jan 25
1
assert in mail-transaction-log-file.c
..., storage_r=0x7fffffffe8e8) at mail-deliver.c:390
#25 0x0000000000402ffa in main (argc=6, argv=0x7fffffffea78) at main.c:434
(gdb) f 5
(gdb) p *file
$1 = {log = 0x8016463d0, next = 0x0, refcount = 5, filepath = 0x801620420 "(in-memory index).log", fd = -1, st_ino = 13919248, st_dev = 109, last_mtime = 1359082912,
last_size = 0, hdr = {major_version = 1 '\001', minor_version = 2 '\002', hdr_size = 40, indexid = 1359082912, file_seq = 2, prev_file_seq = 0, prev_file_offset = 0,
create_stamp = 1359082912, initial_modseq = 0, compat_flags = 1 '\001', unused = "\0...
2013 Feb 26
2
(no subject)
...x496330) at ../../../src/lib/array.h:197
aclobj = (struct acl_object_vfile *) 0x496330
backend = (struct acl_backend_vfile *) 0x4c4050
old_validity = (struct acl_backend_vfile_validity *) 0x0
validity = {global_validity = {last_check = 0, last_read_time = 1361888004, last_mtime = 1361801276, last_size = 395}, local_validity = {last_check = 0, last_read_time = 0, last_mtime = 0, last_size = 0}, mailbox_validity = {last_check = 0, last_read_time = 0,
last_mtime = 0, last_size = 0}}
mtime = 1361801276
ret = 1
#14 0xffff80ff94c6ad3b in acl_backend_get_def...