https://bugs.openldap.org/show_bug.cgi?id=8949
Ondřej Kuzník <ondra(a)mistotebe.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |IN_PROGRESS
Ever confirmed|0 |1
--- Comment #1 from Ondřej Kuzník <ondra(a)mistotebe.net> ---
Added a patch for this to
https://git.openldap.org/openldap/openldap/-/merge_requests/78
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8603
Ondřej Kuzník <ondra(a)mistotebe.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Status|UNCONFIRMED |IN_PROGRESS
--- Comment #5 from Ondřej Kuzník <ondra(a)mistotebe.net> ---
Patch is part of the merge request here:
https://git.openldap.org/openldap/openldap/-/merge_requests/80
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8204
Ondřej Kuzník <ondra(a)mistotebe.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Status|UNCONFIRMED |IN_PROGRESS
--- Comment #4 from Ondřej Kuzník <ondra(a)mistotebe.net> ---
Patch is part of the merge request here:
https://git.openldap.org/openldap/openldap/-/merge_requests/80
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8491
--- Comment #1 from Ondřej Kuzník <ondra(a)mistotebe.net> ---
There is no dedicated slapdelete binary in master (yet?) as slapmodify can
already do that.
I guess it might be useful to provide one as it would be easier for people to
use than crafting a delete ldif.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8603
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |IPR_OK
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8603
--- Comment #4 from brett(a)gladserv.com <brett(a)gladserv.com> ---
Thanks Quanah.
"""
Copyright 2014, 2017 Brett Sheffield
Redistribution and use in source and binary forms, with or without
modification,
are permitted only as authorized by the OpenLDAP Public License.
I have not assigned rights and/or interest in this work to any party.
"""
https://www.openldap.org/devel/contributing.html#notice
On 2020-06-10 15:15, openldap-its(a)openldap.org wrote:
> https://bugs.openldap.org/show_bug.cgi?id=8603
>
> --- Comment #3 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
> Hi Brett,
>
> Thanks for the contribution. However it is missing an appropriate assignment
> of rights statement as noted at
> https://www.openldap.org/devel/contributing.html#notice
>
> If you can add such a statement to this ITS that would be appreciated.
>
> Regards,
> Quanah
>
> --
> You are receiving this mail because:
> You reported the issue.
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8140
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |CONFIRMED
Assignee|bugs(a)openldap.org |quanah(a)openldap.org
Ever confirmed|0 |1
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8603
--- Comment #3 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Hi Brett,
Thanks for the contribution. However it is missing an appropriate assignment
of rights statement as noted at
https://www.openldap.org/devel/contributing.html#notice
If you can add such a statement to this ITS that would be appreciated.
Regards,
Quanah
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=8434
Ondřej Kuzník <ondra(a)mistotebe.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Status|UNCONFIRMED |IN_PROGRESS
--- Comment #3 from Ondřej Kuzník <ondra(a)mistotebe.net> ---
Code to implement this is in a merge request here:
https://git.openldap.org/openldap/openldap/-/merge_requests/79
--
You are receiving this mail because:
You are on the CC list for the issue.
https://bugs.openldap.org/show_bug.cgi?id=9274
Issue ID: 9274
Summary: sample-mdb.txt SIGSEGV
Product: LMDB
Version: 0.9.22
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: liblmdb
Assignee: bugs(a)openldap.org
Reporter: txtoth(a)gmail.com
Target Milestone: ---
Running on centos7. Installed lmdb, lmdb-libs and lmdb-devel version 0.9.22-2
from the EPEL repo. Copied code from:
https://github.com/LMDB/lmdb/blob/mdb.master/libraries/liblmdb/sample-mdb.t…
Compiled:
gcc -g -o sample-mdb -llmdb sample-mdb.c
gdb sample-mdb
(gdb) r
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff79c2d91 in mdb_txn_renew0 () from /lib64/liblmdb.so.0.0.0
(gdb) where
#0 0x00007ffff79c2d91 in mdb_txn_renew0 () from /lib64/liblmdb.so.0.0.0
#1 0x00007ffff79c4454 in mdb_txn_begin () from /lib64/liblmdb.so.0.0.0
#2 0x0000000000400b29 in main (argc=1, argv=0x7fffffffe0d8) at sample-mdb.c:34
(gdb)
--
You are receiving this mail because:
You are on the CC list for the issue.