Displaying 20 results from an estimated 42 matches for "__pad1".
Did you mean:
_pad1
2005 May 16
2
Assertion Failure in mbox-sync.c
...p_run (ioloop=0x80bb9b0) at ioloop.c:218
#15 0x08060587 in main (argc=1, argv=0xbffffa44, envp=0xbffffa4c) at main.c:228
I'm not sure about the variables here, the core file's still here if any
other info will help:
(gdb) p sync_ctx->input->real_stream->statbuf
$5 = {st_dev = 0, __pad1 = 0, __st_ino = 0, st_mode = 0, st_nlink = 0,
st_uid = 0, st_gid = 0, st_rdev = 0, __pad2 = 0, st_size = 4294967295,
st_blksize = 0, st_blocks = 0, st_atim = {tv_sec = 1116279667, tv_nsec = 0},
st_mtim = {tv_sec = 1116279667, tv_nsec = 0}, st_ctim = {
tv_sec = 1116279667, tv_nsec = 0}...
2013 Nov 12
0
[klibc:master] arm64: Fix struct stat
...link; /* Link count. */
- unsigned int st_uid; /* User ID of the file's owner. */
- unsigned int st_gid; /* Group ID of the file's group. */
- unsigned long st_rdev; /* Device number, if device. */
- unsigned long __pad1;
- long st_size; /* Size of file, in bytes. */
- int st_blksize; /* Optimal block size for I/O. */
- int __pad2;
- long st_blocks; /* Number 512-byte blocks allocated. */
- long s...
2015 May 18
5
kernel/libc uapi changes for y2038
...dex 537a12553dd8..18ff0e2383ad 100644
--- a/arch/arm/include/uapi/asm/stat.h
+++ b/arch/arm/include/uapi/asm/stat.h
@@ -19,7 +19,7 @@ struct __old_kernel_stat {
#define STAT_HAVE_NSEC
-struct stat {
+struct __old_kernel_stat2 {
#if defined(__ARMEB__)
unsigned short st_dev;
unsigned short __pad1;
diff --git a/arch/avr32/include/uapi/asm/stat.h b/arch/avr32/include/uapi/asm/stat.h
index 2b528ca17985..5df389890f8a 100644
--- a/arch/avr32/include/uapi/asm/stat.h
+++ b/arch/avr32/include/uapi/asm/stat.h
@@ -24,7 +24,7 @@ struct __old_kernel_stat {
unsigned long st_ctime;
};
-struc...
2008 Sep 09
1
1.1.3: imap crashes with SIGSEGV
...70bbb in maildir_open (storage=0x87aacc0, name=0x87af6ee "Drafts",
flags=0) at maildir-storage.c:448
mbox = (struct maildir_mailbox *) 0x87c6248
index = <value optimized out>
path = 0x879f120 "/home/n/i/nivanov/Maildir/.Drafts"
st = {st_dev = 13257686650873676099, __pad1 = 65024, __st_ino = 0,
st_mode = 0, st_nlink = 6076788, st_uid = 16832, st_gid = 2,
st_rdev = 429496771878, __pad2 = 0, st_size = 0, st_blksize = 12288,
st_blocks = 17592186044416, st_atim = {tv_sec = 24, tv_nsec = 0}, st_mtim = {
tv_sec = 1219648514, tv_nsec = 0}, st_ctim = {tv_sec =...
2016 Jan 06
0
[klibc:master] ppc64: fix struct stat
...clude/arch/ppc64/klibc/archstat.h b/usr/include/arch/ppc64/klibc/archstat.h
index 918d810..0bbbff3 100644
--- a/usr/include/arch/ppc64/klibc/archstat.h
+++ b/usr/include/arch/ppc64/klibc/archstat.h
@@ -12,6 +12,7 @@ struct stat {
mode_t st_mode;
uid_t st_uid;
gid_t st_gid;
+ unsigned int __pad1;
__stdev64 (st_rdev);
off_t st_size;
unsigned long st_blksize;
2005 Dec 28
0
[patch] sparc64 fix stat()
...ternwelten.at>
--- a/include/arch/sparc64/klibc/archstat.h 2005-09-06 13:49:34.000000000 -0700
+++ b/include/arch/sparc64/klibc/archstat.h 2005-10-29 10:31:26.000000000 -0700
@@ -3,20 +3,26 @@
/* No nsec fields?! */
struct stat {
- unsigned st_dev;
+ unsigned long st_dev;
+ unsigned short __pad1;
ino_t st_ino;
mode_t st_mode;
- short st_nlink;
+ unsigned int st_nlink;
uid_t st_uid;
gid_t st_gid;
- unsigned st_rdev;
+ unsigned long st_rdev;
+ unsigned short __pad2;
off_t st_size;
+ off_t st_blksize;
+ off_t st_blocks;
time_t st_atime;
+ unsigned long __unused1;...
2006 May 05
0
[patch] m68k archstat typo
...at.h b/usr/include/arch/m68k/klibc/archstat.h
index 89c0341..dce25f9 100644
--- a/usr/include/arch/m68k/klibc/archstat.h
+++ b/usr/include/arch/m68k/klibc/archstat.h
@@ -9,7 +9,7 @@
* insane padding around dev_t's.
*/
struct stat {
- __dev64 (st_dev);
+ __stdev64 (st_dev);
unsigned char __pad1[2];
unsigned long __st_ino;
@@ -20,7 +20,7 @@ struct stat {
unsigned long st_uid;
unsigned long st_gid;
- __dev64 (st_rdev);
+ __stdev64 (st_rdev);
unsigned char __pad3[2];
long long st_size;
2012 May 30
2
Strange Dovecot 2.0.20 auth chokes and cores
...<master_status_error>, context=0x9bd6300) at
ioloop.c:54
io = <optimized out>
__FUNCTION__ = "io_add"
#8 0x775fca9a in master_service_init_finish (service=0x9bd6300) at
master-service.c:381
sigint_flags = <optimized out>
st = {st_dev = 8, __pad1 = 0, __st_ino = 1286567453, st_mode =
4480, st_nlink = 1, st_uid = 0, st_gid = 0, st_rdev = 0, __pad2 = 0,
st_size = 0,
st_blksize = 4096, st_blocks = 0, st_atim = {tv_sec =
1338389522, tv_nsec = 269436805}, st_mtim = {tv_sec = 1338389522,
tv_nsec = 269436805}, st_ctim = {
tv_...
2006 Jun 26
0
[klibc 33/43] s390 support for klibc
..._H
+#define _KLIBC_ARCHSTAT_H
+
+#include <klibc/stathelp.h>
+
+#define _STATBUF_ST_NSEC
+
+#ifndef __s390x__
+
+/* This matches struct stat64 in glibc2.1, hence the absolutely
+ * insane amounts of padding around dev_t's.
+ */
+struct stat {
+ __stdev64 (st_dev);
+ unsigned int __pad1;
+#define STAT64_HAS_BROKEN_ST_INO 1
+ unsigned long __st_ino;
+ unsigned int st_mode;
+ unsigned int st_nlink;
+ unsigned long st_uid;
+ unsigned long st_gid;
+ __stdev64 (st_rdev);
+ unsigned int __pad3;
+ long long st_size;
+...
2009 Dec 14
2
4 crashes, dovecot 1.2.8, with backtrace
...b8
rec = 0x0
__PRETTY_FUNCTION__ = "maildir_uidlist_records_drop_expunges"
#7 maildir_uidlist_recreate (uidlist=0x9e7ec18) at maildir-uidlist.c:1274
control_dir = <value optimized out>
temp_path = <value optimized out>
st = {st_dev = 4, __pad1 = 34944, __st_ino = 0, st_mode = 3218056160,
st_nlink = 166312736, st_uid = 36, st_gid = 166307928,
st_rdev = 13252593345643914360, __pad2 = 45756,
st_size = 17179869190, st_blksize = 134776960,
st_blocks = 714305322486857728, st_atim = {tv_sec = -1076910...
2004 Sep 30
1
[don@donarmstrong.com: Bug#274301: libflac4 segfaults on corrupt flac files]
...0}
reopen_arg = (audio_reopen_arg_t *) 0x0
eof = 0
eos = 0
ret = 0
nthc = 0
ntimesc = 0
next_status = 0
status_interval = 0
#9 0x0804fd23 in main (argc=2, argv=0xbffff584) at ../../ogg123/ogg123.c:393
optind = 1
playlist_array = (char **) 0x805b8c0
items = 1
stat_buf = {st_dev = 2073, __pad1 = 0, st_ino = 3041522, st_mode = 33188, st_nlink = 1, st_uid = 1000, st_gid = 1000, st_rdev = 0, __pad2 = 0,
st_size = 110592, st_blksize = 4096, st_blocks = 224, st_atim = {tv_sec = 1096585478, tv_nsec = 271352832}, st_mtim = {tv_sec = 1096585268,
tv_nsec = 0}, st_ctim = {tv_sec = 10965853...
2008 Sep 17
2
lately pop3 with #define DEBUG needs GDB=1
...addr8 =
"\031^??????Y??????X???\005\021D", u6_addr16 = {24089, 49134, 23028,
49134, 22744, 49134, 4357, 68}, u6_addr32 = {3220069913, 3220068852,
3220068568,
4460805}}}, ip4 = {s_addr = 3220069913}}}
port = 4274100
rport = 3220068600
st = {st_dev = 26626, __pad1 = 0, __st_ino = 3342766, st_mode
= 33152, st_nlink = 1, st_uid = 0, st_gid = 0, st_rdev = 0, __pad2 =
0, st_size = 6654265, st_blksize = 4096, st_blocks = 13032, st_atim =
{
tv_sec = 1221681411, tv_nsec = 0}, st_mtim = {tv_sec = 1221683098,
tv_nsec = 0}, st_ctim = {tv_sec = 1221683098, tv_nsec...
2009 Mar 24
2
Dbox Upgrade Problem With MAILBOXDIR
...me/USER/Mail",
index_dir = 0x0, control_dir = 0x0, inbox_path = 0x0,
subscription_fname = 0x810fd7c "subscriptions",
maildir_name = 0x810fd8d "dbox-Mails", mailbox_dir_name = 0x0,
mail_storage_flags = 0x0, lock_method = 0x0}
st = {st_dev = 12674028786447048160, __pad1 = 61096,
__st_ino = 155213040, st_mode = 135297936, st_nlink = 2950902296,
st_uid = 135192819, st_gid = 155213040, st_rdev = 0, __pad2 = 20,
st_size = -6340927589388910560, st_blksize = -1344064952,
st_blocks = 666635824201130632, st_atim = {tv_sec = 20,
tv_nsec = -1344064952}, st_...
2013 Oct 09
0
[PATCH 1/1] Porting klibc to AArch64
...sr/include/arch/aarch64/klibc/archstat.h
@@ -6,21 +6,26 @@
#define _STATBUF_ST_NSEC
struct stat {
- __stdev64 (st_dev);
- unsigned long st_ino;
- unsigned long st_nlink;
- unsigned int st_mode;
- unsigned int st_uid;
- unsigned int st_gid;
- unsigned int __pad1;
- __stdev64 (st_rdev);
- unsigned long st_size;
- struct timespec st_atim;
- struct timespec st_mtim;
- struct timespec st_ctim;
- unsigned long st_blksize;
- long st_blocks;
- unsigned long __unused[3];
-};
+ unsigned long st_dev;...
2014 May 15
2
Re: guestfsd crashes when the handle is closed
...tions = {{name = 0xb77448b2 "help", has_arg = 0, flag = 0x0,
val = 63}, {name = 0xb7745fb9 "verbose", has_arg = 0, flag =
0x0,
val = 118}, {name = 0x0, has_arg = 0, flag = 0x0, val = 0}}
c = <optimized out>
statbuf = {st_dev = 64769, __pad1 = 0, __st_ino = 2, st_mode =
16877,
st_nlink = 18, st_uid = 0, st_gid = 0, st_rdev = 0, __pad2 = 0,
st_size = 4096, st_blksize = 4096, st_blocks = 8, st_atim = {
tv_sec = 1400158599, tv_nsec = 226617083}, st_mtim = {
tv_sec = 1400154384, tv_nsec = 5810000...
2008 Oct 16
2
dovecot 1.1.4 maildir imap segfault in message_parse_header_next
I've tried to stress test dovecot 1.1.4 with imaptest for days without
any assertion failure or crash.
Just some "got too little data" messages.
So far it's the most stable 1.1.x version.
Today a user got this imap segfault with vanilla 1.1.4 (I don't know
if it's something you have already fixed in current tree).
The user didn't complain of anything, I've just
2008 Sep 16
2
assertion failure in current hg, file istream.c: line 303 (i_stream_read_data): assertion failed: (stream->stream_errno != 0) (1.1.3 was working fine)
Today I updated to current dovecot-1.1 hg tree and I got many of these
assertion failures:
file istream.c: line 303 (i_stream_read_data): assertion failed:
(stream->stream_errno != 0)
(gdb) bt full
#0 0x00352402 in __kernel_vsyscall ()
No symbol table info available.
#1 0x0043ed20 in raise () from /lib/libc.so.6
No symbol table info available.
#2 0x00440631 in abort () from /lib/libc.so.6
2007 Aug 15
0
[git patch] fstype support + minor stuff
..._be64 no_addr;
+};
+
+/*
+ * Generic metadata head structure
+ * Every inplace buffer logged in the journal must start with this.
+ */
+struct gfs2_meta_header {
+ uint32_t mh_magic;
+ uint32_t mh_type;
+ uint64_t __pad0; /* Was generation number in gfs1 */
+ uint32_t mh_format;
+ uint32_t __pad1; /* Was incarnation number in gfs1 */
+};
+
+/* Requirement: GFS2_LOCKNAME_LEN % 8 == 0
+ * Includes: the fencing zero at the end */
+#define GFS2_LOCKNAME_LEN 64
+
+/*
+ * super-block structure
+ */
+struct gfs2_sb {
+ struct gfs2_meta_header sb_header;
+
+ uint32_t sb_fs_format...
2008 Dec 04
1
assertion failed in 1.1.7 file mbox-sync.c: line 1305 (mbox_sync_handle_eof_updates)
...sync_view = (struct mail_index_view *) 0x97f1648
trans = (struct mail_index_transaction *) 0x97f3168
sync_ctx = {mbox = 0x97f0c28, flags = 0, input = 0x97f34e8,
file_input = 0x97f3400, write_fd = 8, orig_mtime = 1227954336,
orig_atime = 1227954336, orig_size = 242, last_stat = {st_dev =
37637, __pad1 = 0, __st_ino = 4751377, st_mode = 33152, st_nlink = 1,
st_uid = 631, st_gid = 508, st_rdev = 0, __pad2 = 0, st_size =
242, st_blksize = 4096, st_blocks = 16, st_atim = {
tv_sec = 1227960259, tv_nsec = 0}, st_mtim = {tv_sec =
1227954336, tv_nsec = 0}, st_ctim = {tv_sec = 1227954336, tv_ns...
2004 Jun 04
3
illegal instruction
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 1604 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040604/8bc355fd/smime.bin