Displaying 9 results from an estimated 9 matches for "full_args".
Did you mean:
curl_args
2008 Mar 18
14
Proposal for an improved API for Sizer (and ToolBar)
...se, the item is
# inserted at index.
# Equivalent signature for positional arguments :
# add_item(item, index = -1, proportion = 0, flag = 0, border = 0,
user_data = nil)
#
# (add and insert are kept for backward compatibility but should be
deprecated)
def add_item(item, *opt_args)
full_args = []
# extract the width and the height in the case of a spacer addition
if item.kind_of?(Array)
Kernel.raise ArgumentError,
"Invalid Sizer specification : [width, height] expected" if
element.size != 2
full_args << item[0] << item[1]
else...
2017 Nov 20
2
doveadm mailbox list -s Segmentation fault
...er
(cctx=0x7fffffffea60) at doveadm-mail.c:1089
mctx = (struct doveadm_mail_cmd_context *) 0x801c48448
wildcard_user = 0x0
fieldstr = 0x48777b "-u"
pargv = {arr = {buffer = 0x801c486a8, element_size = 8}, v =
0x801c486a8, v_modifiable = 0x801c486a8}
full_args = {arr = {buffer = 0x801c48628, element_size = 8}, v =
0x801c48628, v_modifiable = 0x801c48628}
i = 8
mail_cmd = {alloc = 0x436080 <cmd_mailbox_list_alloc>, name =
0x48cf58 "mailbox list", usage_args = 0x48cf65 "[-u <user>|-A] [-S
<socket_path>] [-7|...
2019 Sep 16
1
Dovecot 2.3.7.2 lucene segfault and coredump
...>) at doveadm-mail.c:1144
mctx = 0x55ddb25d9808
wildcard_user = <optimized out>
fieldstr = 0x55ddb25b9318 "\315\"N\305}\177"
pargv = {arr = {buffer = 0x55ddb25d9a38, element_size = 8}, v = 0x55ddb25d9a38, v_modifiable = 0x55ddb25d9a38}
full_args = {arr = {buffer = <optimized out>, element_size = 8}, v = <optimized out>, v_modifiable = <optimized out>}
i = <optimized out>
cli = <optimized out>
tcp_server = <optimized out>
mail_cmd = {alloc = 0x7f7dc54e1d00 <cmd_quota_get...
2019 Oct 02
1
Doveadm error during store - segfault clucene
...ptimized out>) at doveadm-mail.c:1144
mctx = 0x55ea409b77f8
wildcard_user = <optimized out>
fieldstr = 0x55ea40997310 "?\t7K\177"
pargv = {arr = {buffer = 0x55ea409b7a28, element_size = 8}, v = 0x55ea409b7a28, v_modifiable = 0x55ea409b7a28}
full_args = {arr = {buffer = <optimized out>, element_size = 8}, v = <optimized out>, v_modifiable = <optimized out>}
i = <optimized out>
cli = <optimized out>
tcp_server = <optimized out>
mail_cmd = {alloc = 0x7f4b37098d00 <cmd_quota_get...
2017 Nov 20
0
doveadm mailbox list -s Segmentation fault
...veadm-mail.c:1089
> mctx = (struct doveadm_mail_cmd_context *) 0x801c48448
> wildcard_user = 0x0
> fieldstr = 0x48777b "-u"
> pargv = {arr = {buffer = 0x801c486a8, element_size = 8}, v =
> 0x801c486a8, v_modifiable = 0x801c486a8}
> full_args = {arr = {buffer = 0x801c48628, element_size = 8}, v =
> 0x801c48628, v_modifiable = 0x801c48628}
> i = 8
> mail_cmd = {alloc = 0x436080 <cmd_mailbox_list_alloc>, name =
> 0x48cf58 "mailbox list", usage_args = 0x48cf65 "[-u <user>|-A] [-S
>...
2016 Oct 24
0
keent() from Tika - with doveadm
...cctx=0x7fffffffe350) at doveadm-mail.c:1061
mctx = 0x801c2ac40
wildcard_user = 0x0
fieldstr = 0x7fffffffe1e0 "\300\342\377\377\377\177"
pargv = {arr = {buffer = 0x801c2ae98, element_size = 8},
v = 0x801c2ae98, v_modifiable = 0x801c2ae98}
full_args = {arr = {buffer = 0x801c2ae18, element_size = 8},
v = 0x801c2ae18, v_modifiable = 0x801c2ae18}
i = 7
mail_cmd = {alloc = 0x433210 <cmd_index_alloc>,
name = 0x48da32 "index",
usage_args = 0x488030 "[-u <user>|-A] [-S <socke...
2019 Sep 16
2
Dovecot 2.3.7.2 lucene segfault and coredump
Hi,
I have other information.
I analyzed the core dump:
(gdb) core 22534
[New LWP 22534]
Reading symbols from /usr/libexec/dovecot/doveadm-server...Reading symbols from /usr/lib/debug/usr/libexec/dovecot/doveadm-server.debug...done.
done.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by
2017 Nov 20
2
doveadm mailbox list -s Segmentation fault
Hey,
I'm getting Segmentation fault when doing "doveadm mailbox list -s -u
kristjan.eentsalu".
doveadm mailbox list -u kristjan.eentsalu works fine.
OS: FreeBSD 11.1-RELEASE-p1
Dovecot 2.2.33.2 , pigenhole 0.4.21
Trace and dovecot -n below
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
2016 Oct 24
2
keent() from Tika - with doveadm
Hi!
We found some problems with those patches, and ended up doing slightly
different fix:
https://github.com/dovecot/core/compare/3e41b3d%5E...cca98b.patch
Aki
On 24.10.2016 10:17, Aki Tuomi wrote:
> Hi!
>
> Can you try these two patches?
>
> Aki
>
>
> On 24.10.2016 08:48, Aki Tuomi wrote:
>> Ok so that timeval makes no sense. We'll look into it.
>>